Displaying 20 results from an estimated 32 matches for "better_backtrac".
Did you mean:
better_backtraces
2011 Nov 23
1
DONT_OPTIMISE, BETTER_BACKTRACES and performance
Hi
How much impact on performance do DONT_OPTIMISE and BETTER_BACKTRACES
have on a busy (13000+ entries in cdr for yesterday) server?
I'm trying to decide whether to have them on in case of crashes or not.
--
Ishfaq Malik
Software Developer
PackNet Ltd
Office: 0161 660 3062
2012 Feb 06
1
BETTER_BACKTRACES
I have been following the "Asterisk CLI unresponsive" thread and saw the
suggestion to enable BETTER_BACKTRACES
when I went in to do that it said it requires libbfd.. When I went to add
that from yast I get no packages by that name.
I am on openSUSE an ideas if this is part of another package or how I would
get it?
Thanks
Bryant
-------------- next part --------------
An HTML attachment was scrubbed.....
2018 Jun 26
2
Asterisk crashing on AAAA lookup
...e only I thing I see every time is a second before Asterisk crashes
there is a AAAA lookup for the boxes hostname. As soon as it gets the
response I see that asterisk is restarting. Any idea what would cause this
and how would get a dump or further debug? I did build Asterisk with
DONT_OPTIMIZE and BETTER_BACKTRACES but not seeing any traces anywhere. I
am using Asterisk 15.4.1.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20180626/284c272f/attachment.html>
2018 Feb 21
2
Asterisk crash on core show channel
Hello Asterisk list,
I am facing some Asterisk crashes which are consistently pointing to 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 0x00000...
2015 Mar 16
2
Asterisk 13.2.0 Video issues
Hello Matthew,
I have compiled Asterisk 13.2 with the following compiler Flags enabled:
DON'T_OPTIMIZE
DEBUG THREADS
BETTER_BACKTRACES
My asterisk is running with the asterisk_script:
root 24048 39.4 2.4 128564 50640 pts/1 Sl 00:02 2:21
/usr/sbin/asterisk -f -vvvg -c
core show locks
=======================================================================
=== 13.2.0
=== Currently Held Locks
========================...
2017 Feb 14
2
Advices when Asterisk segfaults and nothing useful in logs
...0]: segfault at 7efffffe ip 00000000005881d6 sp
00007fec95c33910 error 4 in asterisk[400000+2a2000]
Debug level was unfortunately not set in asterisk.conf but verbose level
was set to 5.
Asterisk runs with:
/usr/sbin/asterisk -U asterisk -G asterisk -g
Asterisk is compiled with DONT_OPTIMIZE and BETTER_BACKTRACES options.
"core show settings" outputs:
* Directories
-------------
Configuration file:
Configuration directory: /etc/asterisk
Module directory: /usr/lib/asterisk/modules
Spool directory: /var/spool/asterisk
Log directory: /var/log/as...
2018 Jun 27
2
Asterisk crashing on AAAA lookup
...second before Asterisk
>> crashes there is a AAAA lookup for the boxes hostname. As soon as it gets
>> the response I see that asterisk is restarting. Any idea what would cause
>> this and how would get a dump or further debug? I did build Asterisk with
>> DONT_OPTIMIZE and BETTER_BACKTRACES but not seeing any traces anywhere. I
>> am using Asterisk 15.4.1.
>>
>
> You have to start asterisk with the -g option to make asterisk create core
> files.
> https://wiki.asterisk.org/wiki/display/AST/Getting+a+Backtrace
>
> Richard
>
> It's very strange....
2018 Feb 21
2
Asterisk crash on core show channel
...asterisk-users at lists.digium.com>
> *?mne:* [asterisk-users] Asterisk crash on core show channel
>
>
>
> Hello Asterisk list,
>
> I am facing some Asterisk crashes which are consistently pointing to 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 __ao...
2020 Feb 21
2
pjsip startup errors when using "with-ssl" configure option
...tant they actually are....): speexdsp-devel, gmime-devel,
uriparser-devel, iksemel-devel, uw-imap-devel, hoard
Then, I am running the following commands to build Asterisk:
./configure --with-crypto --with-srtp --with-ssl
make menuselect.makeopts
menuselect/menuselect --enable DONT_OPTIMIZE --enable BETTER_BACKTRACES
--enable MALLOC_DEBUG --disable BUILD_NATIVE --enable app_macro
menuselect.makeopt
make OPT=-fPIC
make install
make samples
After this, when I start Asterisk, I get the following error with pjsip
modules:
ERROR[6253]: loader.c:2396 load_modules: Error loading module
'chan_pjsip.so': /usr...
2016 Sep 07
2
[SOLVED] Re: Feature Request: what about "core stop panic" ?
.../init.d/asterisk file is sourcing my /etc/default/asterisk which
includes an (uncommented) line COREDUMP=yes.
I also have
# grep core /etc/asterisk/asterisk.conf
dumpcore = yes
make menuselect shows:
[*] DONT_OPTIMIZE
[*] COMPILE_DOUBLE
[ ] DEBUG_THREADS
[*] LOADABLE_MODULES
[ ] DEBUG_FD_LEAKS
[*] BETTER_BACKTRACES
[ ] LOTS_OF_SPANS
[ ] MALLOC_DEBUG
[ ] DEBUG_CHAOS
[*] BUILD_NATIVE
--- Extended ---
[ ] REF_DEBUG
[ ] AO2_DEBUG
[ ] STATIC_BUILD
XXX REBUILD_PARSERS
[ ] LOW_MEMORY
[ ] DISABLE_INLINE
[*] OPTIONAL_API
XXX USE_HOARD_ALLOCATOR
[ ] RADIO_RELAX
[ ] G711_NEW_ALGORITHM
< > G711_REDUCED_BRANCH...
2017 Feb 17
2
Advices when Asterisk segfaults and nothing useful in logs
...>>>> Debug level was unfortunately not set in asterisk.conf but verbose
>>>> level was set to 5.
>>>> Asterisk runs with:
>>>> /usr/sbin/asterisk -U asterisk -G asterisk -g
>>>>
>>>> Asterisk is compiled with DONT_OPTIMIZE and BETTER_BACKTRACES options.
>>>>
>>>> "core show settings" outputs:
>>>> * Directories
>>>> -------------
>>>> Configuration file:
>>>> Configuration directory: /etc/asterisk
>>>> Module directory: /...
2017 Feb 14
2
Advices when Asterisk segfaults and nothing useful in logs
...r 4 in asterisk[400000+2a2000]
>>
>>
>> Debug level was unfortunately not set in asterisk.conf but verbose level
>> was set to 5.
>> Asterisk runs with:
>> /usr/sbin/asterisk -U asterisk -G asterisk -g
>>
>> Asterisk is compiled with DONT_OPTIMIZE and BETTER_BACKTRACES options.
>>
>> "core show settings" outputs:
>> * Directories
>> -------------
>> Configuration file:
>> Configuration directory: /etc/asterisk
>> Module directory: /usr/lib/asterisk/modules
>> Spool directory:...
2017 Aug 28
2
ERROR during high volume MoH dialplan
Hello,
I've recently setup a small load test against an instance of Asterisks. I've tested on asterisk 13.5 and 14.6 with the same results.
I am using PJSIP. My dial plan is,
[test]
exten => 1001,1,Answer
exten => 1001,n,MusicOnHold(15)
exten => 1001,n,Hangup
I am using SIPP to test. I can share XML if desired but it simply waits on the line while music plays for 8
2015 Mar 17
0
Asterisk 13.2.0 Video issues
On Mon, Mar 16, 2015 at 6:12 PM, Toufic Khreish (Gmail)
<toufic.khreish at gmail.com> wrote:
> Hello Matthew,
>
> I have compiled Asterisk 13.2 with the following compiler Flags enabled:
> DON'T_OPTIMIZE
> DEBUG THREADS
> BETTER_BACKTRACES
>
>
> My asterisk is running with the asterisk_script:
> root 24048 39.4 2.4 128564 50640 pts/1 Sl 00:02 2:21
> /usr/sbin/asterisk -f -vvvg -c
>
> core show locks
>
> =======================================================================
> === 13.2.0
>...
2011 Feb 28
0
Asterisk 1.4.40 Now Available
...Reported, patched by ks3)
* Fix CPU spike when pressing DTMF after agent login.
(Closes issue #18130. Reported by rgj. Patched by jpeeler)
* Fix cross-compiling issue.
(Closes issue #18301. Reported, patched by abelbeck)
* This version of Asterisk includes the new Compiler Flags option
BETTER_BACKTRACES which uses libbfd to search for better symbol information
within both the Asterisk binary, as well as loaded modules, to assist when
using inline backtraces to track down problems.
(Patched by tilghman)
* Resolve several issues with DTMF based attended transfers.
(Closes issues #1799...
2011 Feb 28
0
Asterisk 1.6.2.17 Now Available
...uld break presence.
(Closes issue #18075. Reported by mdu113. Patched by twilson)
* Fix regression causing forwarding voicemails to not work with file storage.
(Closes issue #18358. Reported by cabal95. Patched by jpeeler)
* This version of Asterisk includes the new Compiler Flags option
BETTER_BACKTRACES which uses libbfd to search for better symbol information
within both the Asterisk binary, as well as loaded modules, to assist when
using inline backtraces to track down problems.
(Patched by tilghman)
* Resolve several issues with DTMF based attended transfers.
(Closes issues #1799...
2011 Feb 28
0
Asterisk 1.8.3 Now Available
...unanswered calls.
(Closes issue #18406. Reported by joscas. Patched by tilghman)
* Resolve memory leak in iCalendar and Exchange calendaring modules.
(Closes issue #18521. Reported, patched by pitel. Tested by cervajs)
* This version of Asterisk includes the new Compiler Flags option
BETTER_BACKTRACES which uses libbfd to search for better symbol information
within both the Asterisk binary, as well as loaded modules, to assist when
using inline backtraces to track down problems.
(Patched by tilghman)
* Resolve issue where no Music On Hold may be triggered when using
res_timing_dah...
2011 Feb 28
0
Asterisk 1.4.40 Now Available
...Reported, patched by ks3)
* Fix CPU spike when pressing DTMF after agent login.
(Closes issue #18130. Reported by rgj. Patched by jpeeler)
* Fix cross-compiling issue.
(Closes issue #18301. Reported, patched by abelbeck)
* This version of Asterisk includes the new Compiler Flags option
BETTER_BACKTRACES which uses libbfd to search for better symbol information
within both the Asterisk binary, as well as loaded modules, to assist when
using inline backtraces to track down problems.
(Patched by tilghman)
* Resolve several issues with DTMF based attended transfers.
(Closes issues #1799...
2011 Feb 28
0
Asterisk 1.6.2.17 Now Available
...uld break presence.
(Closes issue #18075. Reported by mdu113. Patched by twilson)
* Fix regression causing forwarding voicemails to not work with file storage.
(Closes issue #18358. Reported by cabal95. Patched by jpeeler)
* This version of Asterisk includes the new Compiler Flags option
BETTER_BACKTRACES which uses libbfd to search for better symbol information
within both the Asterisk binary, as well as loaded modules, to assist when
using inline backtraces to track down problems.
(Patched by tilghman)
* Resolve several issues with DTMF based attended transfers.
(Closes issues #1799...
2011 Feb 28
0
Asterisk 1.8.3 Now Available
...unanswered calls.
(Closes issue #18406. Reported by joscas. Patched by tilghman)
* Resolve memory leak in iCalendar and Exchange calendaring modules.
(Closes issue #18521. Reported, patched by pitel. Tested by cervajs)
* This version of Asterisk includes the new Compiler Flags option
BETTER_BACKTRACES which uses libbfd to search for better symbol information
within both the Asterisk binary, as well as loaded modules, to assist when
using inline backtraces to track down problems.
(Patched by tilghman)
* Resolve issue where no Music On Hold may be triggered when using
res_timing_dah...