Hello, Has anyone seen the following problem? When starting owserver:
root# ./owserver -u --foreground -p localhost:owfs Segmentation fault GDB traceback is included at the bottom. This is on a Fedora Core 5 machine with kernel 2.6.16. Yesterday, with kernel 2.6.15, owserver ran normally. Since the segfault is in libpthread I tried recompiling owfs with --disable-mt, but this did not change the result. I'm using the CVS version of owfs from today (2006-04-07). Regards, Wim. root# gdb ./owserver GNU gdb Red Hat Linux (6.3.0.0-1.122rh) 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/libthread_db.so.1". (gdb) run -u --foreground -p localhost:owfs Starting program: /usr/src/owfs_cvs/owfs/module/owserver/src/c/.libs/owserver -u --foreground -p localhost:owfs Reading symbols from shared object read from target memory...done. Loaded system supplied DSO at 0x9fb000 [Thread debugging using libthread_db enabled] [New Thread -1208432976 (LWP 30428)] [New Thread 23866272 (LWP 30431)] Program received signal SIGSEGV, Segmentation fault. [Switching to Thread 23866272 (LWP 30431)] 0x00cb33af in start_thread () from /lib/libpthread.so.0 (gdb) bt #0 0x00cb33af in start_thread () from /lib/libpthread.so.0 #1 0x00ae133e in clone () from /lib/libc.so.6 (gdb) -- ir. Wim Heirman, ELIS Department, Ghent University, Belgium Phone: +32-9-264.95.27 E-mail: [EMAIL PROTECTED] http://www.elis.UGent.be/~wheirman/ ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ Owfs-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/owfs-developers
