#0 0x206a23f0 in moz_abort () at /build/firefox-cPFHHM/firefox-47.0+build3/memory/build/jemalloc_config.cpp:163 158: #include 159: #endif /* MOZ_JEMALLOC4 */ 160: 161: /* Provide an abort function for use in jemalloc code */ 162: extern "C" void moz_abort() { 163: MOZ_CRASH(); 164: } #1 0x206a7938 in malloc_init_hard () at /build/firefox-cPFHHM/firefox-47.0+build3/memory/mozjemalloc/jemalloc.c:5619 5614: #ifdef MALLOC_STATIC_SIZES 5615: if (pagesize % (size_t) result) { 5616: _malloc_message(_getprogname(), 5617: "Compile-time page size does not divide the runtime one.\n", 5618: "", ""); 5619: abort(); 5620: } 5621: #else 5622: pagesize = (size_t) result; 5623: pagesize_mask = (size_t) result - 1; 5624: pagesize_2pow = ffs((int)result) - 1; #2 0x206a7de4 in malloc_init () at /build/firefox-cPFHHM/firefox-47.0+build3/memory/mozjemalloc/jemalloc.c:5548 5543: static inline bool 5544: malloc_init(void) 5545: { 5546: 5547: if (malloc_initialized == false) 5548: return (malloc_init_hard()); 5549: 5550: return (false); 5551: } 5552: #endif 5553: #3 0x206a8690 in malloc (size=size@entry=18944) at /build/firefox-cPFHHM/firefox-47.0+build3/memory/mozjemalloc/jemalloc.c:6166 6161: { 6162: void *ret; 6163: 6164: DARWIN_ONLY(return (szone->malloc)(szone, size)); 6165: 6166: if (malloc_init()) { 6167: ret = NULL; 6168: goto RETURN; 6169: } 6170: 6171: if (size == 0) { #4 0x2047c65c in pool (this=0x205e1aa4 <(anonymous namespace)::emergency_pool>) at ../../../../src/libstdc++-v3/libsupc++/eh_alloc.cc:123 [Error: eh_alloc.cc was not found in source tree] #5 __static_initialization_and_destruction_0 (__priority=65535, __initialize_p=1) at ../../../../src/libstdc++-v3/libsupc++/eh_alloc.cc:250 [Error: eh_alloc.cc was not found in source tree] #6 _GLOBAL__sub_I_eh_alloc.cc(void) () at ../../../../src/libstdc++-v3/libsupc++/eh_alloc.cc:326 [Error: eh_alloc.cc was not found in source tree] #7 0xf7f70ad8 in call_init (l=, argc=argc@entry=1, argv=argv@entry=0xff7f1b54, env=env@entry=0xff7f1b5c) at dl-init.c:72 [Error: dl-init.c was not found in source tree] #8 0xf7f70c44 in call_init (env=, argv=, argc=, l=) at dl-init.c:30 [Error: dl-init.c was not found in source tree] #9 _dl_init (main_map=0xf7fa0910, argc=1, argv=0xff7f1b54, env=0xff7f1b5c) at dl-init.c:120 [Error: dl-init.c was not found in source tree] #10 0xf7f7b760 in got_label () at ../sysdeps/powerpc/powerpc32/dl-start.S:66 [Error: dl-start.S was not found in source tree]