Re: Wackamole core
Theo Schlossnagle <[email protected]> Wed, 14 Jul 2004 16:25:58 -0400
| Newsgroups | gmane.comp.apache.mod-wackamole.general |
|---|---|
| Message-ID | <[email protected]> |
On Jul 14, 2004, at 3:32 PM, Collin Boyce wrote: > | Version 2.0.0 Released 2002-Nov-15 > (no debugging symbols found)...(no debugging symbols found)...(no > debugging symbols found)...(no debugging symbols found)... > Program received signal SIGSEGV, Segmentation fault. > 0x804bb4d in main () > > (gdb) bt full > #0 0x804bb4d in main () > No symbol table info available. > #1 0x2808ebea in E_handle_events () from > /usr/local/lib/libtspread.so.1 That's the threaded spread library. > No symbol table info available. > #2 0x804a7be in main () > No symbol table info available. > #3 0x804a2a6 in _start () > No symbol table info available. Please try upgrading to the latest CVS version. Also make sure you disable threading support... Looks like it enable in your build. After running configure you should have seen something like this: echo "" echo " *************************** WARNING *******************************" echo " FreeBSD threading has shown to cause serious problems in wackamole." echo " It appears that you have threading enabled. This is highly" echo " experimental. Please consider disabling threading entirely by" echo " rerunning configure with the --with-threads=no option." echo " *******************************************************************" echo "" // Theo Schlossnagle // Principal Engineer -- http://www.omniti.com/~jesus/ // OmniTI Computer Consulting, Inc. -- http://www.omniti.com/ // Ecelerity: fastest MTA on Earth