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

RE: Segmentation Fault in static SVN

From: Sander Striker <striker_at_apache.org>
Date: 2003-03-06 15:28:26 CET

> From: mailing.lists@gmx.net [mailto:mailing.lists@gmx.net]
> Sent: Thursday, March 06, 2003 2:46 PM

> hi
>
> i have a problem.
> i have just build a stativ svn.
> on the computer w/ the repository everything works fine.
>
> now i transfered the svn to another computer.
> when i try to run svn there i get an segmentation fault.
>
> what is going wring?

Not nearly enough information to tell you anything.
Are you sure your binary is static? What does ldd svn show?
Where does the segf accur (gdb svn; run <whatever you did>; bt)?

Anyway, this is not a subversion problem, but a problem with
portability of static binaries between your boxes. If you
have different processors, compiled with specific optimization
for one, and are missing that in the other, it won't work.

Sander

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Mar 6 15:29:12 2003

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.