[Home]

Summary:ASTERISK-01210: When loading * and unable to load chan_iax2 (and iax1) it segment fault
Reporter:mochouinard (mochouinard)Labels:
Date Opened:2004-03-13 21:08:03.000-0600Date Closed:2004-09-25 02:54:39
Priority:CriticalRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:For X reason I got IAX open port in used, and when * try to start again, it segment fault.  Running Stable release from 20 min ago

****** ADDITIONAL INFORMATION ******

----- chan_iax2.so
....Mar 13 20:47:34 WARNING[1074398976]: chan_mgcp.c:2987 load_module: Failed to bind to 0.0.0.0:2427: Address already in use
[New Thread 1125350192 (LWP 30039)]
.Mar 13 20:47:34 WARNING[1074398976]: chan_iax2.c:5620 set_config: Ignoring port for now
Mar 13 20:47:34 ERROR[1074398976]: chan_iax2.c:6255 load_module: Unable to bind to 0.0.0.0 port 4569: Address already in use
Mar 13 20:47:34 WARNING[1074398976]: loader.c:313 ast_load_resource: chan_iax2.so: load_module failed, returning -1

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 1074398976 (LWP 30028)]
0x4002611e in pthread_cancel () from /lib/tls/libpthread.so.0
(gdb) bt
#0  0x4002611e in pthread_cancel () from /lib/tls/libpthread.so.0
#1  0x41aea073 in unload_module () at chan_iax2.c:6150
#2  0x08055187 in ?? ()
#3  0x08055634 in ?? ()
#4  0x08055e0e in ?? ()
ASTERISK-1  0x08084c0f in ?? ()
ASTERISK-2  0x42015704 in __libc_start_main () from /lib/tls/libc.so.6
----- chan_iax.so
....Mar 13 20:43:56 ERROR[1074398976]: chan_iax.c:4828 set_config: Unable to load config iax1.conf
Mar 13 20:43:56 ERROR[1074398976]: chan_iax.c:5433 load_module: Unable to bind to 0.0.0.0 port 5036: Address already in use
Mar 13 20:43:56 WARNING[1074398976]: loader.c:313 ast_load_resource: chan_iax.so: load_module failed, returning -1

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 1074398976 (LWP 29405)]
0x4002611e in pthread_cancel () from /lib/tls/libpthread.so.0
(gdb) bt
#0  0x4002611e in pthread_cancel () from /lib/tls/libpthread.so.0
#1  0x41a856f3 in unload_module () at chan_iax.c:5347
#2  0x08055187 in ?? ()
#3  0x08055634 in ?? ()
#4  0x08055e0e in ?? ()
ASTERISK-1  0x08084c0f in ?? ()
ASTERISK-2  0x42015704 in __libc_start_main () from /lib/tls/libc.so.6
(gdb)
Comments:By: James Golovich (jamesgolovich) 2004-03-15 02:58:30.000-0600

Fixed in CVS