Spine has compiled fine but seg faults when runing.Here is the output
Code: Select all
[root@localhost bin]# ./spine
SPINE: Using spine config file [../etc/spine.conf]
SPINE: Version 0.8.7e starting
08/11/2009 10:43:13 PM - SPINE: Poller[0] FATAL: Spine Encountered a Segmentation Fault (Spine parent)
Code: Select all
gdb ./spine
run
[root@localhost bin]# gdb ./spine
GNU gdb Red Hat Linux (6.3.0.0-1.132.EL4rh)
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 "i386-redhat-linux-gnu"...Using host libthread_db library "/lib/tls/libthread_db.so.1".
(gdb) run
Starting program: /usr/local/spine/bin/spine
[Thread debugging using libthread_db enabled]
[New Thread -1209071936 (LWP 351)]
SPINE: Using spine config file [../etc/spine.conf]
SPINE: Version 0.8.7e starting
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread -1209071936 (LWP 351)]
0x00bdd882 in main_arena () from /lib/tls/libc.so.6
why?who can help me?[/list]