Philipp Marek wrote, On 16/09/06 11:56:
Do you have some debugger on this system? gdb, ddd, something else?
Please try running fsvs with it's control, or have a look at fsvs.c:308 -
there a debugger is started if configured with --enable-debug and on a
segmentation violation.
I'd like to see a backtrace, or at least the code line where it faults - with
only debug outputs it a bit tiring to find the place where fsvs dies ...
$ gdb ./fsvs
GNU gdb 6.1-20040303 (Apple version gdb-384) (Mon Mar 21 00:05:26 GMT 2005)
Copyright 2004 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain
conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB. Type "show warranty" for details.
This GDB was configured as "powerpc-apple-darwin"...Reading symbols for
shared libraries ........... done
(gdb) run
Starting program: /Users/benjamin/fsvs/fsvs/src/fsvs
Reading symbols for shared libraries
...+.++.........................+..++..+ done
Program received signal EXC_BAD_ACCESS, Could not access memory.
Reason: KERN_PROTECTION_FAILURE at address: 0x00000368
0x900030e8 in strlen ()
(gdb) bt
#0 0x900030e8 in strlen ()
#1 0x9000d990 in __vfprintf$LDBL128 ()
#2 0x9010364c in vfprintf_l$LDBL128 ()
#3 0x901059bc in printf$LDBL128 ()
#4 0x0000da60 in st__status (sts=0x180f5f4, path=0x1812200
"./.svn/text-base/build.c.svn-base") at status.c:74
#5 0x000042d0 in ac__dispatch (sts=0x180f5f4, path=0x1812200
"./.svn/text-base/build.c.svn-base") at actions.c:42
#6 0x00012cf8 in waa__build_tree (root=0x180f184) at waa.c:623
#7 0x00012c84 in waa__build_tree (root=0x180cb6c) at waa.c:612
#8 0x00012c84 in waa__build_tree (root=0xbffff9ac) at waa.c:612
#9 0x00014624 in waa__read_or_build_tree (root=0xbffff9ac) at waa.c:1365
#10 0x0000dacc in st__work (root=0x36a, argc=-1073745853, argv=0x1) at
status.c:97
#11 0x0000417c in main (argc=95136, args=0xbffffb00) at fsvs.c:563
ben.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]