[asterisk-bugs] [JIRA] (ASTERISK-20594) Asterisk crash

osvaldo tuphq smera neto (JIRA) noreply at issues.asterisk.org
Mon Oct 22 14:55:18 CDT 2012


     [ https://issues.asterisk.org/jira/browse/ASTERISK-20594?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

osvaldo tuphq smera neto updated ASTERISK-20594:
------------------------------------------------

    Attachment: backtrace.txt
    
> Asterisk crash
> --------------
>
>                 Key: ASTERISK-20594
>                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-20594
>             Project: Asterisk
>          Issue Type: Bug
>      Security Level: None
>          Components: Addons/cdr_mysql, Applications/app_mixmonitor, Applications/app_originate, Applications/app_queue, Resources/res_musiconhold
>    Affects Versions: 1.8.14.0
>         Environment: SO Debian 6, 3 gateways GSM, voip.
>            Reporter: osvaldo tuphq smera neto
>         Attachments: backtrace.txt
>
>
> The asterisk on a frequency not to logic. The asterisk was compiled with each crahs DONT_OPTIMIZE and a core file is generated. The end of each file is:
> Core was generated by `/ usr / sbin / asterisk-f-vvvg-c '.
> Program terminated with signal 11, Segmentation fault.
> # 0 in 0x00007f34d8282a66? () From / lib/libc.so.6
> And the answer is to bt:
> (Gdb) bt
> # 0 in 0x00007f34d8282a66? () From / lib/libc.so.6
> # 1 0x00007f34d8284a30 in malloc () from / lib/libc.so.6
> # 2 in 0x00000000005622bf _ast_malloc (len = 172, file = 0x5b3ab4 "manager.c", lineno = 5060, func = 0x5b7fa4 "append_event")
>     at / usr/src/asterisk-1.8.14.1/include/asterisk/utils.h: 457
> # 3 in 0x00000000004f749b append_event (
>     str = 0xe664498 "Event: VarSet \ r \ nPrivilege: dialplan, all \ r \ nChannel: Agent/2010 \ r \ nVariable: MACRO_DEPTH \ r \ nValue: 1 \ r \ nUniqueid: 1350927402.20178 \ r \ n \ r \ n" , category = 2048) at manager.c: 5060
> # 4 in 0x00000000004f7a5b ast_manager_event_multichan __ (category = 2048, event = 0x5be668 "VarSet" chancount = 0, chans = 0x0,
>     file = 0x5b8b94 "pbx.c", line = 10006, func = 0x5bedc0 "pbx_builtin_setvar_helper"
>     0x5be670 fmt = "Channel:% s \ r \ nVariable:% s \ r \ nValue:% s \ r \ nUniqueid:% s \ r \ n") at manager.c: 5161
> # 5 in 0x000000000051e1c4 pbx_builtin_setvar_helper (chan = 0xe5a26d8, 0x7f34b1208337 name = "MACRO_DEPTH"
>     0x7f349ebc3510 value = "1") at pbx.c: 10000
> # 6 in 0x00007f34b1206c9c _macro_exec (chan = 0xe5a26d8, data = 0x7f349ebc4060 "NEO1", exclusive = 0) at app_macro.c: 411
> # 7 in 0x00007f34b1207fb3 macro_exec (chan = 0xe5a26d8, data = 0x7f349ebc4060 "NEO1") at app_macro.c: 586
> # 8 0x00000000005018df in pbx_exec (c = 0xe5a26d8, app = 0xe585ea0, data = 0x7f349ebc4060 "NEO1") at pbx.c: 1430
> # 9 in 0x00007f34bca68ad1 try_calling (q = 0x7f349ebc60e0, 0x7f349ebc6076 options = "" announceoverride = 0x0,
>     0x7f349ebc6077 url = "tT" tries = 0x7f349ebc72d4, noption = 0x7f349ebc72d0, agi = 0x0, macro = 0x0, = 0x0 gosub, ringing = 0)
>     at app_queue.c: 4954
> # 10 in 0x00007f34bca6d85e queue_exec (chan = 0x7f348c0e78e8, data = 0x7f349ebc9550 "cp1, 40, tT") at app_queue.c: 6062
> # 11 0x00000000005018df in pbx_exec (c = 0x7f348c0e78e8, app = 0x7f34a818ba10, data = 0x7f349ebc9550 "cp1, 40, tT") at pbx.c: 1430
> # 12 in 0x000000000050ad29 pbx_extension_helper (c = 0x7f348c0e78e8, con = 0x0, context = 0x7f348c0e7e40 "cp1"
>     0x7f348c0e7e90 exten = 's', priority = 4, label = 0x0, callerid = 0x7f348c0fe500 "0217436551049", action = E_SPAWN,
>     found = 0x7f349ebcbc48, combined_find_spawn = 1) at pbx.c: 4250
> # 13 in 0x000000000050c95f ast_spawn_extension (c = 0x7f348c0e78e8, context = 0x7f348c0e7e40 "cp1", exten = 0x7f348c0e7e90 "s"
>     priority = 4, callerid = 0x7f348c0fe500 "0217436551049", found = 0x7f349ebcbc48, combined_find_spawn = 1) at pbx.c: 4888
> # 14 in 0x000000000050d3ef ast_pbx_run __ (c = 0x7f348c0e78e8, args = 0x0) at pbx.c: 4988
> # 15 in 0x000000000050f137 pbx_thread (date = 0x7f348c0e78e8) at pbx.c: 5329
> # 16 in 0x0000000000564cfe dummy_start (0x7f348c088a70 data =) at utils.c: 1004
> # 17 0x00007f34d7df48ca in start_thread () from / lib/libpthread.so.0
> # 18 0x00007f34d82dd92d in clone () from / lib/libc.so.6
> # 19 0x0000000000000000 in? ()
> What to do to solve this problem?

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira



More information about the asterisk-bugs mailing list