Created
January 5, 2017 22:33
-
-
Save rhelmer/75ace3d0943b5a3b5dd0baf3c8f42e4c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| (lldb) run | |
| Process 59783 launched: '/Users/rhelmer/src/mozilla-central/obj-x86_64-apple-darwin15.6.0/dist/Nightly.app/Contents/MacOS/firefox' (x86_64) | |
| Traceback (most recent call last): | |
| File "<string>", line 1, in <module> | |
| NameError: name 'run_one_line' is not defined | |
| Traceback (most recent call last): | |
| File "<string>", line 1, in <module> | |
| NameError: name 'run_one_line' is not defined | |
| Process 59783 stopped | |
| * thread #1: tid = 0x19c6a, 0x0000000000000000, queue = 'com.apple.main-thread', stop reason = EXC_BAD_ACCESS (code=1, address=0x0) | |
| frame #0: 0x0000000000000000 | |
| error: memory read failed for 0x0 | |
| (lldb) bt | |
| * thread #1: tid = 0x19c6a, 0x0000000000000000, queue = 'com.apple.main-thread', stop reason = EXC_BAD_ACCESS (code=1, address=0x0) | |
| * frame #0: 0x0000000000000000 | |
| frame #1: 0x0000000100010bb8 libmozglue.dylib`mozilla::TimeStamp::Startup() + 40 at TimeStamp_posix.cpp:180 [opt] | |
| frame #2: 0x0000000100010ad3 libmozglue.dylib`_GLOBAL__sub_I_TimeStamp.cpp [inlined] mozilla::TimeStampInitialization::TimeStampInitialization(this=0x0000000100024718) + 35 at TimeStamp.cpp:37 [opt] | |
| frame #3: 0x0000000100010ab0 libmozglue.dylib`_GLOBAL__sub_I_TimeStamp.cpp [inlined] mozilla::TimeStampInitialization::TimeStampInitialization() at TimeStamp.cpp:36 [opt] | |
| frame #4: 0x0000000100010ab0 libmozglue.dylib`_GLOBAL__sub_I_TimeStamp.cpp [inlined] __cxx_global_var_init at TimeStamp.cpp:47 [opt] | |
| frame #5: 0x0000000100010ab0 libmozglue.dylib`_GLOBAL__sub_I_TimeStamp.cpp at TimeStamp.cpp:0 [opt] | |
| frame #6: 0x00007fff5fc1310b dyld`ImageLoaderMachO::doModInitFunctions(ImageLoader::LinkContext const&) + 265 | |
| frame #7: 0x00007fff5fc13284 dyld`ImageLoaderMachO::doInitialization(ImageLoader::LinkContext const&) + 40 | |
| frame #8: 0x00007fff5fc0f8bd dyld`ImageLoader::recursiveInitialization(ImageLoader::LinkContext const&, unsigned int, ImageLoader::InitializerTimingList&, ImageLoader::UninitedUpwards&) + 305 | |
| frame #9: 0x00007fff5fc0f852 dyld`ImageLoader::recursiveInitialization(ImageLoader::LinkContext const&, unsigned int, ImageLoader::InitializerTimingList&, ImageLoader::UninitedUpwards&) + 198 | |
| frame #10: 0x00007fff5fc0f743 dyld`ImageLoader::processInitializers(ImageLoader::LinkContext const&, unsigned int, ImageLoader::InitializerTimingList&, ImageLoader::UninitedUpwards&) + 127 | |
| frame #11: 0x00007fff5fc0f9b3 dyld`ImageLoader::runInitializers(ImageLoader::LinkContext const&, ImageLoader::InitializerTimingList&) + 75 | |
| frame #12: 0x00007fff5fc020f1 dyld`dyld::initializeMainExecutable() + 208 | |
| frame #13: 0x00007fff5fc05d98 dyld`dyld::_main(macho_header const*, unsigned long, int, char const**, char const**, char const**, unsigned long*) + 3596 | |
| frame #14: 0x00007fff5fc01276 dyld`dyldbootstrap::start(macho_header const*, int, char const**, long, macho_header const*, unsigned long*) + 512 | |
| frame #15: 0x00007fff5fc01036 dyld`_dyld_start + 54 | |
| (lldb) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment