search for: internal_ao2_traverse

Displaying 6 results from an estimated 6 matches for "internal_ao2_traverse".

2018 Feb 21
2
Asterisk crash on core show channel
...the same backtrace, which is the following (using DONT_OPTIMIZE, BETTER_BACKTRACES and MALLOC_DEBUG): Thread 1 (Thread 0x7f1f08be8700 (LWP 1767)): #0 0x00007f1f9bed3395 in __strcasecmp_l_sse42 () from /lib64/libc.so.6 #1 0x00000000004a91ca in cdr_object_get_by_name_cb () #2 0x0000000000463c60 in internal_ao2_traverse () #3 0x0000000000463fc3 in __ao2_callback () #4 0x00000000004a9b7d in cdr_object_get_by_name () #5 0x00000000004a9d80 in ast_cdr_serialize_variables () #6 0x00000000004de411 in handle_showchan () #7 0x00000000004e15a5 in ast_cli_command_full () #8 0x00000000004e175b in ast_cli_command_multip...
2015 Apr 01
0
Asterisk 13.3.0 compiled with clang on FreeBSD crashes
...== Parsing '/usr/local/etc/asterisk/ccss.conf': Found Segmentation fault (core dumped) root at asterisk:~ # I used gdb, to get some backtrace data: (gdb) bt #0 0x0000000803261970 in strcasecmp_l () from /lib/libc.so.7 #1 0x0000000000532926 in media_info_cmp () #2 0x0000000000459bdc in internal_ao2_traverse () #3 0x0000000000459f49 in __ao2_find () #4 0x0000000000533bdf in process_file () #5 0x00000000005330cc in media_index_update () #6 0x00000000005890a2 in update_index_cb () #7 0x0000000000459bdc in internal_ao2_traverse () #8 0x0000000000459925 in __ao2_callback () #9 0x0000000000588ea9 in...
2018 Feb 21
2
Asterisk crash on core show channel
...is the following (using DONT_OPTIMIZE, > BETTER_BACKTRACES and MALLOC_DEBUG): > Thread 1 (Thread 0x7f1f08be8700 (LWP 1767)): > #0 0x00007f1f9bed3395 in __strcasecmp_l_sse42 () from /lib64/libc.so.6 > #1 0x00000000004a91ca in cdr_object_get_by_name_cb () > #2 0x0000000000463c60 in internal_ao2_traverse () > #3 0x0000000000463fc3 in __ao2_callback () > #4 0x00000000004a9b7d in cdr_object_get_by_name () > #5 0x00000000004a9d80 in ast_cdr_serialize_variables () > #6 0x00000000004de411 in handle_showchan () > #7 0x00000000004e15a5 in ast_cli_command_full () > #8 0x00000000004e...
2023 Aug 09
1
Encountered a crash, what is best way to tell if it has been fixed or now
...x00007f773800d3e7 in session_outgoing_nat_hook (tdata=0x7f773c633ac8, transport=0x7f7754082048) at res_pjsip_session.c:5567 #3 0x00007f773801965d in nat_invoke_hook (obj=<optimized out>, arg=arg at entry=0x7f772c1a0a50, flags=flags at entry=0) at res_pjsip_nat.c:299 #4 0x000055e7c09218c0 in internal_ao2_traverse (self=self at entry=0x7f774014cc18, flags=flags at entry=OBJ_SEARCH_NONE, cb_fn=cb_fn at entry=0x7f7738019640 <nat_invoke_hook>, arg=arg at entry=0x7f772c1a0a50, tag=tag at entry=0x0, file=file at entry=0x7f773801b009 "res_pjsip_nat.c", line=<optimized out>, func=<optim...
2023 Aug 09
1
[External] Encountered a crash, what is best way to tell if it has been fixed or now
...x00007f773800d3e7 in session_outgoing_nat_hook (tdata=0x7f773c633ac8, transport=0x7f7754082048) at res_pjsip_session.c:5567 #3 0x00007f773801965d in nat_invoke_hook (obj=<optimized out>, arg=arg at entry=0x7f772c1a0a50, flags=flags at entry=0) at res_pjsip_nat.c:299 #4 0x000055e7c09218c0 in internal_ao2_traverse (self=self at entry=0x7f774014cc18, flags=flags at entry=OBJ_SEARCH_NONE, cb_fn=cb_fn at entry=0x7f7738019640 <nat_invoke_hook>, arg=arg at entry=0x7f772c1a0a50, tag=tag at entry=0x0, file=file at entry=0x7f773801b009 "res_pjsip_nat.c", line=<optimized out>, func=<optim...
2023 Aug 09
2
Encountered a crash, what is best way to tell if it has been fixed or now
On Wed, Aug 9, 2023 at 3:20 PM Dan Cropp <dcropp at amtelco.com> wrote: > I have a customer who just encountered a crash while running Asterisk > 18.17.1 version. > > > > I’m trying to adapt to the changes so not sure where best to look or how > to possibly report this. > > > > I started by going through >