search for: static_build

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

2009 Jun 01
1
CPU usage vs compiler flags
..._LOCKS [*] 3. DEBUG_THREADS [*] 4. DEBUG_FD_LEAKS [ ] 5. LOW_MEMORY [*] 6. MALLOC_DEBUG [ ] 7. RADIO_RELAX [ ] 8. STATIC_BUILD [ ] 9. IAX_OLD_FIND [*] 10. LOADABLE_MODULES Do this options make asterisk consume much more CPU? My feeling is that asterisk is consuming an average of 30% more CPU than before. I'm doing this because the last upgrade to 1.4.23.1...
2016 Sep 07
2
[SOLVED] Re: Feature Request: what about "core stop panic" ?
...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_BRANCHING < > TEST_CODING_TABLES < > TEST_TANDEM_TRANSCODING [ ] ADDRESS_SANITIZER [ ] THREAD_SANITIZER [ ] LEAK_SANITIZER [ ] UND...
2007 May 15
0
PATH_MAX' undeclared here (not in a function) in asterisk!
...[*] 5. formats [*] 6. funcs [*] 7. pbx [*] 8. res Select the applications using space bar. 7. In the mainmenu, select Compiler Flags, [*]13. STATIC_BUILD Since we are going to do a static build. 8. make 9. Now go the Makefile of each subdirectories compiled, Prepend the following line with ., $(DESTDIR)$(MODULES_DIR) need to get as .$(DESTDIR)$(MODULES_DIR) 10: make install i think asterisk should link with...
2010 Mar 25
1
Static linking
Hi, we have a problem with Asterisk that is described in https://issues.asterisk.org/view.php?id=15915. According to the last post in the bug report, a workaround is using of static linking. When I tried (I enabled option Compiler Flags/STATIC_BUILD) it I got the following error message: /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/4.1.2/crtbeginT.o: relocation R_X86_64_32 against `__deregister_frame_info' can not be used when making a shared object; recompile with -fPIC /usr/lib/gcc/x86_64-linux-gnu/4.1.2/crtbeginT.o: could not read symbol...
2016 Sep 08
2
[SOLVED] Re: Feature Request: what about "core stop panic" ?
...[ ] 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_BRANCHING >> < > TEST_CODING_TABLES >> < > TES...
2016 Sep 06
5
[SOLVED] Re: Feature Request: what about "core stop panic" ?
On Tue, Sep 6, 2016 at 1:55 AM, Olivier <oza.4h07 at gmail.com> wrote: > Hello, > > After testing "pkill -SEGV -f /usr/sbin/asterisk" on Debian Jessie > platform, I've got several questions : > > > 1. When I issue a "cd /tmp; asterisk -cvvvvvvvvvvvg -U asterisk -G > asterisk" command, and then issue a "pkill -SEGV asterisk" command,