Displaying 20 results from an estimated 48 matches for "dont_optim".
Did you mean:
do_optim
2008 Jun 03
3
Asterisk 1.4.20.1 with bad gsm file playback
Hi All,
I'm stumped on this and I looking for some clues to fix this.
This is a new install of Slackware 12.1 onto an IBM x330 Server.
Asterisk 1.4.20.1 plays the wav files and the Cepstral_Allison Swift just
fine, but when I play the gsm files the audio quite choppy. And, the files
produced from the MixMonitor don't even record any audio other than noise.
I have a hard drive from
2009 Jun 01
1
CPU usage vs compiler flags
Hi all,
I just upgraded a production server to asterisk 1.4.25, compiling with
the following:
[*] 1. DONT_OPTIMIZE
[*] 2. DEBUG_CHANNEL_LOCKS
[*] 3. DEBUG_THREADS
[*] 4. DEBUG_FD_LEAKS
[ ] 5. LOW_MEMORY
[*] 6. MALLOC_DEBUG
[ ]...
2018 Jun 26
2
Asterisk crashing on AAAA lookup
...mps on the
box. The 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>
2016 Nov 29
5
Any reason Asterisk won't start without a rebuild on a cloned VPS?
...t; Any ideas why a VPS, cloned from another instance (DigitalOcean
> > "droplets" if it matters), won't run on the new instance?
> >
> > Everything else is the same; region, memory, disk, hypervisor version etc.
> >
>
> You probably need to select "DONT_OPTIMIZE" in make menuselect under
> "Compiler Flags". This is generally required for VPS or any situation
> where
> the binary might be used on a slightly different CPU.
Close! The compiler flag to disable is BUILD_NATIVE. It instructs GCC to
build optimized for the CPU, if the...
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_cal...
2009 Mar 29
1
DUNDi broken in asterisk 1.4-svn?
Hi Guys,
since about two weeks pbx_dundi.so from svn segfaults when i load it, 1.4.24 release works fine on the same box. Can someone tell me if that's something weird with my Fedora8 system or a possible bug in svn?
Program terminated with signal 11, Segmentation fault.
#0 0x00000000 in ?? ()
(gdb) bt
#0 0x00000000 in ?? ()
#1 0x0881d00c in dundi_encrypt (trans=0x985e6e0, pack=0x985b5e0)
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
2010 Sep 14
6
Spontaneous reboots on asterisk 1.6.2.11
Hello list,
has anyone else also noticed spontaneous reboots ?!
I noticed this today and also yesterday. Can't really see if there is a
fixed time between the reboots.
Normally al of my SIP peers are registered. When I put up the CLI today
I saw that a lot of SIP accounts where UNREACHABLE and needed to
register again (what they slowly did).
These are realtime SIP peers that reside on
2015 Apr 29
2
Asterisk 1.8.32.3 chan_sip deadlock
...his message (with phone numbers and
extension and context names obscured). We are running realtime under CentOS
6.6, built from source and packaged using rpmbuild, with the following
menuselect options (debugging version):
menuselect/menuselect --disable BUILD_NATIVE --enable DEBUG_THREADS
--enable DONT_OPTIMIZE --disable CORE-SOUNDS-EN-GSM --disable-category
MENUSELECT_EXTRA_SOUNDS --disable MOH-OPSOUND-WAV --enable-category
MENUSELECT_ADDONS --disable format_mp3 --disable cdr_tds --disable cel_tds
--disable cdr_pgsql --disable cel_pgsql --disable res_config_pgsql
menuselect.makeopts
under kernel 2.6....
2016 Nov 29
2
Any reason Asterisk won't start without a rebuild on a cloned VPS?
Any ideas why a VPS, cloned from another instance (DigitalOcean
"droplets" if it matters), won't run on the new instance?
Everything else is the same; region, memory, disk, hypervisor version etc.
And everything else runs, just not Asterisk, unless I do a make
distclean in the /usr/src/asterisk directory, rebuild, and then it
runs just fine.
I'd understand if I was moving it
2017 Feb 14
2
Advices when Asterisk segfaults and nothing useful in logs
...this:
asterisk[1160]: 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:...
2018 Jun 27
2
Asterisk crashing on AAAA lookup
...ee 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.
>>
>
> 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
>
>...
2018 Feb 21
2
Asterisk crash on core show channel
...iscussion <
> 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 0...
2020 Feb 21
2
pjsip startup errors when using "with-ssl" configure option
...ges (not sure
how important 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
&...
2016 Sep 07
2
[SOLVED] Re: Feature Request: what about "core stop panic" ?
...erisk start
ExecStop=/etc/init.d/asterisk stop
ExecReload=/etc/init.d/asterisk reload
My /etc/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
[*] OPTIO...
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...
2017 Feb 14
2
Advices when Asterisk segfaults and nothing useful in logs
...07fec95c33910 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
>>...
2007 Jun 25
1
Threading troubles 1.4.5 & IAX2-> SIP (FreeBSD specific??)
...o be sent to the
SIP side of things. This happens "semi" intermittently, but we can
reliably regenerate it
at >40 alaw calls (even on a dedicated 1G network) and also with G729
(but a tad more calls).
It appears to happen using both trunking and non-trunking modes.
This happened with DONT_OPTIMIZE setting on or off, but with it ON it
doesn;t dump core.
At least when it was dumping core, it appeared to have been in the
pthread_cancel
calls.
We've recompiled the PBX asterisk with no threading, and the
milliwat/etc. tests to the vrouter
from the SIP phones ran clean (other than when we...
2007 Jul 17
1
Asterisk 1.4.6 crash using queue app
I'm using Queue app with Asterisk 1.4.6
It was working 5 days without problems and then it crash.
When I did #gdb asterisk core.xxx
I see...
#0 ast_senddigit_end (chan=0x0, digit=54 '6', duration=0) at channel.c:2691
#1 0xb780c7d5 in agent_answer (ast=0x925cb78) at chan_agent.c:398
#2 0x08081877 in ast_senddigit (chan=0x57, digit=54 '6') at channel.c:2692
#3 0x0805d20d in
2008 Dec 29
1
noise in Asterisk 1.4 and 1.6 versions
I had installed Asterisk 1.4 and when I call to a exist extension, the
voice have noise, but, when I call to a extension does no exist,
asterisk played a voice that say me that extension does no exist, but
without noise....
I want I some body can test with a softphone my server,
ip: 75.74.115.209
user: ramses
pass: ramses
the extension 1000 exist, try what ever other extension does not exist
to