[Home]

Summary:ASTERISK-14260: Asterisk crashed
Reporter:asterisk_starter (asterisk_starter)Labels:
Date Opened:2009-06-03 10:47:22Date Closed:2011-06-07 14:00:36
Priority:CriticalRegression?No
Status:Closed/CompleteComponents:Codecs/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:Asterisk crash without a clear reason. These occurs several times for day.

*** glibc detected *** /usr/sbin/asterisk: double free or corruption (!prev): 0x0000000000938000 ***

Mayby result this error from this:
WARNING[512]: codec_gsm.c:144 gsmtolin_framein: Invalid GSM data (1)
WARNING[512]: translate.c:211 framein: gsmtolin did not update samples 0

An installation on other hardware with same problems.


>sip.conf
>
>[general]
>port=5060
>bindaddr=0.0.0.0
>language=de
>limitonpeer = yes
>disallow=all
>;allow=speex
>allow=gsm
>allow=alaw
>allow=ulaw
>;disallow=gsm
>
>[macro_inc-all]
>type=friend
>dtmfmode=rfc2833;info
>relaxdtmf=yes
>host=dynamic
>nat=no
>call-limit = 5
>canreinvite = no
>
>[1000](macro_inc-all)
>context=ccqueue
>secret=*****
>username=1000
>fromuser=1000
>
>[2001](macro_inc-all)
>context=ccagents
>secret=*****
>username=2001
>fromuser=2001

I don't know what information more I can post here...

thanks for help!

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

This is the running system:
- CPU Xeon dualcore 2,3 GHZ and 4 GB Ram
- Linux OpenSUSE 11.1 @ 32 Bit
- Dahdi-Drivers
- internal: VoIP with Softphones
- external: 4x E1 over Digium  TE420E
- codecs allow: alaw and ulaw
- codecs disallow: all
Comments:By: Tilghman Lesher (tilghman) 2009-06-03 11:19:12

Please follow the instructions in doc/valgrind.txt.

By: asterisk_starter (asterisk_starter) 2009-06-04 04:42:26

Thank's for fast answer. I will to realise this in the next time and report here.

By: Leif Madsen (lmadsen) 2009-07-13 10:11:56

Closed due to lack of response. Presume the issue has been resolved. Thanks!