Displaying 5 results from an estimated 5 matches for "ast_dynamic_str_thread_build_va".
2007 Jun 09
1
ast_dynamic_str_thread_build_va() is defined with 6 args but only called with 5 args??
...having a problem with asterisk-1.4.4 dumping core under Solaris 10
with a SIGSEGV error.
gdb gives this stack trace:
#0 0xfebd4d0c in strlen () from /usr/lib/libc.so.1
#1 0xfec2a386 in _ndoprnt () from /usr/lib/libc.so.1
#2 0xfec2d4bb in vsnprintf () from /usr/lib/libc.so.1
#3 0x080e86de in ast_dynamic_str_thread_build_va (buf=0x8172763,
max_len=0, ts=0x81482a0, append=0, fmt=0x811dc6a "%25.25s %s\n",
ap=0x8046f18 "X'\027\b") at utils.c:969
#4 0x080890e0 in ast_cli (fd=1, fmt=0x811dc6a "%25.25s %s\n") at cli.c:69
#5 0x0808c946 in help1 (fd=1, match=0x0, locked=0) at cli.c:1...
2008 Dec 02
0
1.4.22 crashing on Solaris in ast_dynamic_str_thread_build_va
Hello,
Asterisk 1.4.22 keeps crashing on Solaris 5.10 i386.
ast_dynamic_str_thread_build_va() seems to be passed some kind of
garbage (see attached dbx output) which ultimately brings down the
whole process. As a workaround, I've set the debug level to 0 for now.
Should I submit this as a bug?
Thanks for any help. Best,
Peter
-------------- next part --------------
An embedded and ch...
2007 Jul 29
0
Asterisk 1.4.X support for Solaris 10?
....
Loaded symbols for /opt/asterisk/lib/modules/app_skel.so
#0 0xfebd4d0c in strlen () from /usr/lib/libc.so.1
(gdb) bt
#0 0xfebd4d0c in strlen () from /usr/lib/libc.so.1
#1 0xfec2a386 in _ndoprnt () from /usr/lib/libc.so.1
#2 0xfec2d4bb in vsnprintf () from /usr/lib/libc.so.1
#3 0x080e994a in ast_dynamic_str_thread_build_va (buf=0x817625b, max_len=0,
ts=0x8149720, append=0, fmt=0x811eefd "%25.25s %s\n",
ap=0x8046f18 "Pb\027\b") at utils.c:969
#4 0x08089ad8 in ast_cli (fd=1, fmt=0x811eefd "%25.25s %s\n") at cli.c:69
#5 0x0808d33e in help1 (fd=1, match=0x8047084, locked=1) at cl...
2007 May 15
1
Asterisk 1.4.4 reproducibly dumps core on Solaris 10
...e.
Loaded symbols for /opt/asterisk/lib/modules/func_uri.so
#0 0xfebd4c8c in strlen () from /usr/lib/libc.so.1
(gdb) bt
#0 0xfebd4c8c in strlen () from /usr/lib/libc.so.1
#1 0xfec2a2a6 in _ndoprnt () from /usr/lib/libc.so.1
#2 0xfec2d3db in vsnprintf () from /usr/lib/libc.so.1
#3 0x080e86de in ast_dynamic_str_thread_build_va (buf=0x8160f28,
max_len=0, ts=0x81482a0, append=0, fmt=0x811dc6a "%25.25s %s\n",
ap=0x8046f38 "\030\017\026\b") at utils.c:969
#4 0x080890e0 in ast_cli (fd=1, fmt=0x811dc6a "%25.25s %s\n") at cli.c:69
#5 0x0808c946 in help1 (fd=1, match=0x0, locked=0) at cli.c...
2007 Jul 26
0
Asterisk 1.4.9 reproducibly dumps core on Solaris 10
...erisk/lib/modules/func_uri.so
> #0 0xfebd4c8c in strlen () from /usr/lib/libc.so.1
> (gdb) bt
> #0 0xfebd4c8c in strlen () from /usr/lib/libc.so.1
> #1 0xfec2a2a6 in _ndoprnt () from /usr/lib/libc.so.1
> #2 0xfec2d3db in vsnprintf () from /usr/lib/libc.so.1
> #3 0x080e86de in ast_dynamic_str_thread_build_va (buf=0x8160f28,
> max_len=0, ts=0x81482a0, append=0, fmt=0x811dc6a "%25.25s %s\n",
> ap=0x8046f38 "\030\017\026\b") at utils.c:969
> #4 0x080890e0 in ast_cli (fd=1, fmt=0x811dc6a "%25.25s %s\n") at cli.c:69
> #5 0x0808c946 in help1 (fd=1, match=0x0...