search for: recursiveinitialization

Displaying 12 results from an estimated 12 matches for "recursiveinitialization".

2010 Apr 26
3
[LLVMdev] r102300 breaks Obj-C codegen on Darwin x86
...8d3892 dyld_register_image_state_change_handler + 98 9 libobjc.A.dylib 0x913d306d _objc_init + 77 10 dyld 0x8fe0ed6d ImageLoaderMachO::doModInitFunctions(ImageLoader::LinkContext const&) + 235 11 dyld 0x8fe0d31e ImageLoader::recursiveInitialization(ImageLoader::LinkContext const&, unsigned int) + 246 12 dyld 0x8fe0d2c2 ImageLoader::recursiveInitialization(ImageLoader::LinkContext const&, unsigned int) + 154 13 dyld 0x8fe0d2c2 ImageLoader::recursiveInitialization(ImageLoader::LinkCo...
2010 Apr 26
0
[LLVMdev] r102300 breaks Obj-C codegen on Darwin x86
...geHandlerE17dyld_image_statesPFPKcS0_jPK15dyld_image_infoE () #8 0x958d3892 in dyld_register_image_state_change_handler () #9 0x913d306d in _objc_init () #10 0x8fe0ed6d in __dyld__ZN16ImageLoaderMachO18doModInitFunctionsERKN11ImageLoader11LinkContextE () #11 0x8fe0d31e in __dyld__ZN11ImageLoader23recursiveInitializationERKNS_11LinkContextEj () #12 0x8fe0d2c2 in __dyld__ZN11ImageLoader23recursiveInitializationERKNS_11LinkContextEj () #13 0x8fe0d2c2 in __dyld__ZN11ImageLoader23recursiveInitializationERKNS_11LinkContextEj () #14 0x8fe0d3d1 in __dyld__ZN11ImageLoader15runInitializersERKNS_11LinkContextE () #15 0x8fe02...
2013 Jul 30
1
[LLVMdev] Strange crash with LLVM 3.3
...0x00007fff6579b378 ImageLoaderMachO::doModInitFunctions(ImageLoader::LinkContext const&) + 236 5 dyld 0x00007fff6579b762 ImageLoaderMachO::doInitialization(ImageLoader::LinkContext const&) + 46 6 dyld 0x00007fff6579806e ImageLoader::recursiveInitialization(ImageLoader::LinkContext const&, unsigned int, ImageLoader::InitializerTimingList&) + 380 7 dyld 0x00007fff65797fc4 ImageLoader::recursiveInitialization(ImageLoader::LinkContext const&, unsigned int, ImageLoader::InitializerTimingList&) + 210 8 dyld...
2012 Nov 29
0
[LLVMdev] radr://12777299, "potential pthread/eh bug exposed by libsanitizer"
...gdb) bt #0 0x0000000100016203 in __asan_mach_override_ptr_custom () #1 0x0000000100015a9e in __interception::OverrideFunction () #2 0x00007fff5fc13378 in ImageLoaderMachO::doModInitFunctions () #3 0x00007fff5fc13762 in ImageLoaderMachO::doInitialization () #4 0x00007fff5fc1006e in ImageLoader::recursiveInitialization () #5 0x00007fff5fc0feba in ImageLoader::runInitializers () #6 0x00007fff5fc01fc0 in dyld::initializeMainExecutable () #7 0x00007fff5fc05b04 in dyld::_main () #8 0x00007fff5fc01397 in dyldbootstrap::start () #9 0x00007fff5fc0105e in _dyld_start () (gdb) x/8i 0x102244870 0x102244870 <__cxa_t...
2012 Nov 30
3
[LLVMdev] radr://12777299, "potential pthread/eh bug exposed by libsanitizer"
...0100016203 in __asan_mach_override_ptr_custom () > #1 0x0000000100015a9e in __interception::OverrideFunction () > #2 0x00007fff5fc13378 in ImageLoaderMachO::doModInitFunctions () > #3 0x00007fff5fc13762 in ImageLoaderMachO::doInitialization () > #4 0x00007fff5fc1006e in ImageLoader::recursiveInitialization () > #5 0x00007fff5fc0feba in ImageLoader::runInitializers () > #6 0x00007fff5fc01fc0 in dyld::initializeMainExecutable () > #7 0x00007fff5fc05b04 in dyld::_main () > #8 0x00007fff5fc01397 in dyldbootstrap::start () > #9 0x00007fff5fc0105e in _dyld_start () > (gdb) x/8i 0x102...
2012 Nov 30
0
[LLVMdev] radr://12777299, "potential pthread/eh bug exposed by libsanitizer"
..._mach_override_ptr_custom () > > #1 0x0000000100015a9e in __interception::OverrideFunction () > > #2 0x00007fff5fc13378 in ImageLoaderMachO::doModInitFunctions () > > #3 0x00007fff5fc13762 in ImageLoaderMachO::doInitialization () > > #4 0x00007fff5fc1006e in ImageLoader::recursiveInitialization () > > #5 0x00007fff5fc0feba in ImageLoader::runInitializers () > > #6 0x00007fff5fc01fc0 in dyld::initializeMainExecutable () > > #7 0x00007fff5fc05b04 in dyld::_main () > > #8 0x00007fff5fc01397 in dyldbootstrap::start () > > #9 0x00007fff5fc0105e in _dyld_start...
2012 Nov 30
2
[LLVMdev] radr://12777299, "potential pthread/eh bug exposed by libsanitizer"
...ustom () > > > #1 0x0000000100015a9e in __interception::OverrideFunction () > > > #2 0x00007fff5fc13378 in ImageLoaderMachO::doModInitFunctions () > > > #3 0x00007fff5fc13762 in ImageLoaderMachO::doInitialization () > > > #4 0x00007fff5fc1006e in ImageLoader::recursiveInitialization () > > > #5 0x00007fff5fc0feba in ImageLoader::runInitializers () > > > #6 0x00007fff5fc01fc0 in dyld::initializeMainExecutable () > > > #7 0x00007fff5fc05b04 in dyld::_main () > > > #8 0x00007fff5fc01397 in dyldbootstrap::start () > > > #9 0x00007f...
2012 Nov 29
5
[LLVMdev] radr://12777299, "potential pthread/eh bug exposed by libsanitizer"
Jack, can you please upload this test somewhere? On Thu, Nov 29, 2012 at 10:09 AM, Kostya Serebryany <kcc at google.com> wrote: > +glider > The compiler hardly matters here, I would expect the same failures with > clang. > Alex, could you please take a look? > > --kcc > > > On Thu, Nov 29, 2012 at 9:55 PM, Jack Howarth <howarth at bromo.med.uc.edu> >
2012 Dec 01
4
[LLVMdev] radr://12777299, "potential pthread/eh bug exposed by libsanitizer"
...ustom () > > > #1 0x0000000100015a9e in __interception::OverrideFunction () > > > #2 0x00007fff5fc13378 in ImageLoaderMachO::doModInitFunctions () > > > #3 0x00007fff5fc13762 in ImageLoaderMachO::doInitialization () > > > #4 0x00007fff5fc1006e in ImageLoader::recursiveInitialization () > > > #5 0x00007fff5fc0feba in ImageLoader::runInitializers () > > > #6 0x00007fff5fc01fc0 in dyld::initializeMainExecutable () > > > #7 0x00007fff5fc05b04 in dyld::_main () > > > #8 0x00007fff5fc01397 in dyldbootstrap::start () > > > #9 0x00007f...
2012 Dec 01
0
[LLVMdev] radr://12777299, "potential pthread/eh bug exposed by libsanitizer"
...gt; > #1 0x0000000100015a9e in __interception::OverrideFunction () > > > > #2 0x00007fff5fc13378 in ImageLoaderMachO::doModInitFunctions () > > > > #3 0x00007fff5fc13762 in ImageLoaderMachO::doInitialization () > > > > #4 0x00007fff5fc1006e in ImageLoader::recursiveInitialization () > > > > #5 0x00007fff5fc0feba in ImageLoader::runInitializers () > > > > #6 0x00007fff5fc01fc0 in dyld::initializeMainExecutable () > > > > #7 0x00007fff5fc05b04 in dyld::_main () > > > > #8 0x00007fff5fc01397 in dyldbootstrap::start () > &g...
2012 Nov 30
1
[LLVMdev] radr://12777299, "potential pthread/eh bug exposed by libsanitizer"
...; > > #1 0x0000000100015a9e in __interception::OverrideFunction () >> > > #2 0x00007fff5fc13378 in ImageLoaderMachO::doModInitFunctions () >> > > #3 0x00007fff5fc13762 in ImageLoaderMachO::doInitialization () >> > > #4 0x00007fff5fc1006e in ImageLoader::recursiveInitialization () >> > > #5 0x00007fff5fc0feba in ImageLoader::runInitializers () >> > > #6 0x00007fff5fc01fc0 in dyld::initializeMainExecutable () >> > > #7 0x00007fff5fc05b04 in dyld::_main () >> > > #8 0x00007fff5fc01397 in dyldbootstrap::start () >> &g...
2012 Dec 01
1
[LLVMdev] radr://12777299, "potential pthread/eh bug exposed by libsanitizer"
...0000000100015a9e in __interception::OverrideFunction () > > > > > #2 0x00007fff5fc13378 in ImageLoaderMachO::doModInitFunctions () > > > > > #3 0x00007fff5fc13762 in ImageLoaderMachO::doInitialization () > > > > > #4 0x00007fff5fc1006e in ImageLoader::recursiveInitialization () > > > > > #5 0x00007fff5fc0feba in ImageLoader::runInitializers () > > > > > #6 0x00007fff5fc01fc0 in dyld::initializeMainExecutable () > > > > > #7 0x00007fff5fc05b04 in dyld::_main () > > > > > #8 0x00007fff5fc01397 in dyldbootstr...