[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: <mailing.lists_at_gmx.net>
Date: 2003-03-06 15:35:51 CET

hi

>
> 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.
>

well i here is the needed infos:

ldd ./svn
        not a dynamic executable

gdb ./svn
 run help
Starting program: /home/test/svn help
usage: svn <subcommand> [options] [args]
Type "svn help <subcommand>" for help on a specific subcommand.

Most subcommands take file and/or directory arguments, recursing
on the directories. If no arguments are supplied to such a
command, it will recurse on the current directory (inclusive) by
default.

Available subcommands:
   add
   cat
   checkout (co)
   cleanup
   commit (ci)
   copy (cp)
   delete (del, remove, rm)
   diff (di)
   export
   help (?, h)
   import
   info
   list (ls)
   log
   merge
   mkdir
   move (mv, rename, ren)
   propdel (pdel)
   propedit (pedit, pe)
   propget (pget, pg)
   proplist (plist, pl)
   propset (pset, ps)
   revert
   resolve
   status (stat, st)
   switch (sw)
   update (up)

Subversion is a tool for revision control.
For additional information, see http://subversion.tigris.org

Program received signal SIGSEGV, Segmentation fault.
0x00000004 in ?? ()

perhapes s.o. else has a similar prob.

greetz achim

-- 
+++ GMX - Mail, Messaging & more  http://www.gmx.net +++
Bitte lächeln! Fotogalerie online mit GMX ohne eigene Homepage!
---------------------------------------------------------------------
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:36:34 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.