Alejandro Guerrieri wrote: > Cesar, > > Same platform here (MacBook Pro, Intel Core Duo 2.18 Ghz w/2GB RAM, OS > X 10.4.9). I've compiled using fink tools. gcc version is: > > gcc -v > Using built-in specs. > Target: i686-apple-darwin8 > Configured with: /private/var/tmp/gcc/gcc-5363.obj~28/src/configure > --disable-checking -enable-werror --prefix=/usr --mandir=/share/man > --enable-languages=c,objc,c++,obj-c++ > --program-transform-name=/^[cg][^.-]*$/s/$/-4.0/ > --with-gxx-include-dir=/include/c++/4.0.0 --with-slibdir=/usr/lib > --build=powerpc-apple-darwin8 --with-arch=nocona --with-tune=generic > --program-prefix= --host=i686-apple-darwin8 > --target=i686-apple-darwin8 > Thread model: posix > gcc version 4.0.1 (Apple Computer, Inc. build 5363) > > > It segfaults just after starting bearerbox.
Alejandro, can you please let the calling shell write the core dump file, ie. $ ulimit -c unlimited $ bearerbox <conf> so you get core.<pid>, and then resolve the call stack like this: $ gdb bearerbox core.<pid> (gdb) bt and mail us that output, so we see what call stack leads to the SIGSEGV. Stipe ------------------------------------------------------------------- Kölner Landstrasse 419 40589 Düsseldorf, NRW, Germany tolj.org system architecture Kannel Software Foundation (KSF) http://www.tolj.org/ http://www.kannel.org/ mailto:st_{at}_tolj.org mailto:stolj_{at}_kannel.org -------------------------------------------------------------------
