[Home]

Summary:ASTERISK-01425: CLI 'show modules' crash Asterisk /FreeBSD
Reporter:Olle Johansson (oej)Labels:
Date Opened:2004-04-17 17:04:51Date Closed:2011-06-07 14:10:04
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:A while after 'Show modules' asterisk crashes.
CVS head.

Normally a very stable installation, but doing a 'show modules' makes it die with segmentation fault.

Reacts the same regardless of 'asterisk -r' or 'asterisk -c'

Can't repeat it on Linux.

---
These modules wasn't listed, even though they're in the modules directory and possibly should be loaded:

app_intercom.so
app_nbscat.so
app_sendtext.so
chan_iax.so

---
Don't know if this is related to the mutexes...
----


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

Core was generated by `asterisk'.
Program terminated with signal 11, Segmentation fault.
Cannot access memory at address 0x280d2974.
#0  0x28187089 in ?? ()Cannot access memory at address 0x280d2974.
(gdb) bt
Comments:By: Brian West (bkw918) 2004-04-18 20:09:22

give us a bt full


bkw

By: Olle Johansson (oej) 2004-04-20 10:36:42

Core was generated by `asterisk'.
Program terminated with signal 11, Segmentation fault.
Cannot access memory at address 0x280d2974.
#0  0x28187089 in ?? ()Cannot access memory at address 0x280d2974.
(gdb) bt full
#0  0x28187089 in ?? ()Cannot access memory at address 0x280d2974.
(gdb) bt full
#0  0x28187089 in ?? ()Cannot access memory at address 0x280d2974.
(gdb)

By: Olle Johansson (oej) 2004-04-20 10:54:51

I think this is a duplicate, that this comes from the thread support stuff. We need to get mutexes working.

By: Olle Johansson (oej) 2004-04-24 14:53:47

I think this is related to the missing recursive mutexes...