[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Subversion 1.2.0 Release Candidate 3 released.

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2005-05-12 01:05:51 CEST

"Karan, Cem \(Civ, ARL/CISD\)" <CKaran@arl.army.mil> writes:

> Thread 0 Crashed:
> 0 libSystem.B.dylib 0x90003228 strlen + 8
> 1 translate-test 0x000034c4 substitute_and_verify + 2712 (translate-test.c:636)
> 2 translate-test 0x000036c4 noop + 108 (translate-test.c:672)

Are you using gcc 4? If so then it has already been reported:

http://svn.haxx.se/dev/archive-2005-04/1588.shtml

I suspect a compiler bug. Does the test work if you rebuild
translate-test without optimisation? To do that delete the object
file subversion/tests/libsvn_wc/translate-test.o (I'm guessing it's .o
on Tiger) then edit the Makefile and remove -O2 from the line that
starts "CFLAGS = ..." and then rerun make.

> 3 libsvn_test-1.0.0.0.dylib 0x00011124 do_test_num + 212 (svn_tests_main.c:159)
> 4 libsvn_test-1.0.0.0.dylib 0x000115b8 main + 696 (svn_tests_main.c:311)
> 5 translate-test 0x000021ac _start + 348 (crt.c:272)
> 6 translate-test 0x0000204c start + 60

-- 
Philip Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu May 12 09:23:17 2005

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.