search for: __ao2_callback

Displaying 7 results from an estimated 7 matches for "__ao2_callback".

2018 Feb 21
2
Asterisk crash on core show channel
...ONT_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_multiple_full () #9 0x0000000000455246 in netcons...
2018 Feb 21
2
Asterisk crash on core show channel
...TRACES 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_multiple_full () > #9...
2015 Apr 01
0
Asterisk 13.3.0 compiled with clang on FreeBSD crashes
...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 ast_sounds_reindex () #10 0x00000000005890ca in ast_sounds_index_init () #11 0x0000000000452836 in main () So it looks like it crashes in main/media_index.c line 140. Anyone has some insight, suggestions, or ways to better diagnose this? Thanks in advance. -- Guido...
2023 Aug 09
1
Encountered a crash, what is best way to tell if it has been fixed or now
...019640 <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=<optimized out>, type=AO2_CALLBACK_DEFAULT, data=0x0) at astobj2_container.c:328 #5 0x000055e7c0921d79 in __ao2_callback (c=c 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=470, func=0x7f773801b4b8 <__PRETTY_FUNCT...
2014 Oct 21
1
Asterisk 11.9.0 crash and restart
...id *) 0x0 cb_default = (ao2_callback_fn *) 0x2aaaceac2d70 <dialog_needdestroy> cb_withdata = (ao2_callback_data_fn *) 0 multi_container = (struct ao2_container *) 0x0 multi_iterator = (struct ao2_iterator *) 0x0 __PRETTY_FUNCTION__ = "internal_ao2_callback" #9 0x0000000000447a11 in __ao2_callback (c=0x2aab18000000, flags=OBJ_UNLINK, cb_fn=0, arg=0x0) at astobj2.c:1207 No locals. #10 0x00002aaaceb26069 in do_monitor (data=<value optimized out>) at chan_sip.c:29102 res = <value optimized out> t = 1413442798 reloading = 0 __PRETTY_FUNCTION__ = "do_monitor" ---Type <ret...
2023 Aug 09
1
[External] Encountered a crash, what is best way to tell if it has been fixed or now
...019640 <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=<optimized out>, type=AO2_CALLBACK_DEFAULT, data=0x0) at astobj2_container.c:328 #5 0x000055e7c0921d79 in __ao2_callback (c=c 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=470, func=0x7f773801b4b8 <__PRETTY_FUNCT...
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 >