From: Scott L. <la...@la...> - 2003-07-28 02:18:00
|
I finally got some time to play with this some more. I think I'm running into a problem that only shows up in GCC 3.x. I think I remember seeing something about this type of problem on the FreeBSD-current list lately. Unfortunately, I wasn't paying close enough attention. I've been trawling the archives for a while now but still haven't found the answer. Starting program: /home/lambert/src/vendor/iaxclient/simpleclient/wx/wx libiax2/src/iax.c line 584 in iax_init: Started on port 4569 Program received signal SIGSEGV, Segmentation fault. iax_net_read () at libiax2/src/iax.c:2269 2269 sinlen = sizeof(sin); Current language: auto; currently c (gdb) bt #0 iax_net_read () at libiax2/src/iax.c:2269 #1 0x0805f6e0 in iax_get_event (blocking=0) at libiax2/src/iax.c:2418 #2 0x0805b6ff in do_iax_event () at iaxclient_lib.c:682 #3 0x0805b63f in iaxc_service_network (netfd=8) at iaxclient_lib.c:632 #4 0x0805ab7c in iaxc_process_calls () at iaxclient_lib.c:297 #5 0x0805abae in iaxc_processor (args=0x0) at iaxclient_lib.c:308 #6 0x280a351e in _thread_start () from /usr/lib/libc_r.so.5 -- Scott Lambert KC5MLE Unix SysAdmin la...@la... |