[Home]

Summary:ASTERISK-10769: Blowup after one-two hours with Trunk
Reporter:Private Name (falves11)Labels:
Date Opened:2007-11-14 18:49:59.000-0600Date Closed:2007-11-14 19:17:38.000-0600
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Addons/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:I am running 300-400 calls only with signaling and after one -two hours it blows up. Thisis the error.

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

#0  0x08085c93 in ast_waitfor_nandfds_complex (c=0xb65ddf60, n=3, ms=0xb65ddf50) at channel.c:1921
1921                            ast_clear_flag(winner, AST_FLAG_EXCEPTION);
(gdb) bt full
#0  0x08085c93 in ast_waitfor_nandfds_complex (c=0xb65ddf60, n=3, ms=0xb65ddf50) at channel.c:1921
       __p = 0
       __x = 0
       aed = (struct ast_epoll_data *) 0x87ceec0
       start = {tv_sec = 1195082124, tv_usec = 188659}
       res = 1
       i = 0
       ev = {{events = 1, data = {ptr = 0x87ceec0, fd = 142405312, u32 = 142405312, u64 = 142405312}}, {events = 0, data = {ptr = 0x0, fd = 0, u32 = 0,
     u64 = 0}} <repeats 24 times>}
       whentohangup = 3589
       diff = 3589
       rms = 500
       now = 1195082124
       winner = (struct ast_channel *) 0x0
       __PRETTY_FUNCTION__ = "ast_waitfor_nandfds_complex"
#1  0x08085e12 in ast_waitfor_nandfds (c=0xb65ddf60, n=3, fds=0x0, nfds=0, exception=0x0, outfd=0x0, ms=0xb65ddf50) at channel.c:1949
No locals.
#2  0x08085e59 in ast_waitfor_n (c=0xb65ddf60, n=3, ms=0xb65ddf50) at channel.c:1955
No locals.
#3  0x0807793c in autoservice_run (ign=0x0) at autoservice.c:83
       chan = (struct ast_channel *) 0x0
       as = (struct asent *) 0x0
       ms = 500
       mons = {0xb5a417b0, 0xb456b4e0, 0xb494a528, 0x86d1cc8, 0xb715d898, 0x400000, 0x0 <repeats 32 times>, 0x806f3e1, 0x14000000, 0xb715d898, 0x400000,
 0x0 <repeats 32 times>, 0xb725dff4, 0xb65de138, 0x17, 0xb65de1d4, 0xb715d72f, 0x17, 0xb65de138, 0xb65de0a8, 0x806f3e1, 0x400000, 0x0 <repeats 31 times>,
 0x14000000, 0xb715d898, 0x0, 0x806f3e1, 0x400000, 0x0 <repeats 31 times>, 0x10000000, 0x0, 0x0, 0x7d0f00, 0xb660f5b0, 0xb65debe8, 0xb65de1e4, 0x806f3fa,
 0x17, 0x806f3e1, 0xb660f5d8, 0xb715d898, 0x17, 0x33, 0x0, 0x7b, 0xfffe007b, 0xb65debe8, 0xb660f5b0, 0xb660f5d8, 0xb65de4c4, 0x7d0f00, 0xb65debe8,
 0xb65de4c4, 0xb71986a4, 0x0, 0x0, 0xb71fec28, 0x73, 0x292, 0xb65de4c4, 0x7b, 0xb65de248, 0x8005003, 0x0, 0xffff037f, 0xffff0020, 0xffffffff, 0x81060f2,
 0x35d0073, 0xb6610a98, 0x7b, 0x0 <repeats 16 times>, 0x80000000, 0x3ffe, 0xc0400000, 0x4017d0f5, 0xb725f848, 0xb7197d44, 0x10, 0x81060f2, 0xb71973b0,
 0x610a98, 0xc, 0xb725dff4, 0xc, 0xb725f840, 0xb65de308, 0xb719a456, 0xb725f840, 0xc, 0x0, 0x12b60, 0xc, 0x82204a0, 0xb7eb2ff4, 0x0, 0x0, 0xb65de338,
 0x810ff45, 0x1, 0xc, 0x0, 0x0, 0x0, 0x0, 0x8207aa8, 0x806c719, 0x816fd28, 0x8207aa8, 0xb65de368, 0x806c8bb, 0x816fd28, 0xc, 0x81453f3, 0x136, 0x814541a,
 0xb725f840, 0x8207aa8, 0xb7eb2ff4}
       x = 3
       __PRETTY_FUNCTION__ = "autoservice_run"
#4  0x08110fbb in dummy_start (data=0x8207aa8) at utils.c:858
       _buffer = {__routine = 0x806c8c1 <ast_unregister_thread>, __arg = 0xb65deba0, __canceltype = 0, __prev = 0x0}
       ret = (void *) 0x0
       a = {start_routine = 0x807784c <autoservice_run>, data = 0x0,
 name = 0x8207ad0 "autoservice_run      started at [  115] autoservice.c ast_autoservice_start()"}
ASTERISK-1  0xb7ea93cc in start_thread () from /lib/tls/libpthread.so.0
No symbol table info available.
ASTERISK-2  0xb71fec3e in clone () from /lib/tls/libc.so.6
No symbol table info available.
(gdb) print winner
$1 = (struct ast_channel *) 0x0
(gdb) print *winner
Cannot access memory at address 0x0
(gdb) quit
Comments: