Created
October 16, 2013 21:20
-
-
Save larsbergstrom/7015095 to your computer and use it in GitHub Desktop.
Next servo crash...
This file contains 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
``` | |
Program received signal EXC_BAD_ACCESS, Could not access memory. | |
Reason: KERN_INVALID_ADDRESS at address: 0x000000010d7fffd8 | |
[Switching to process 53220 thread 0x79c7] | |
0x00000001001c1246 in vec::OwnedVector$__extensions__::reserve::h81ca6982e7da6e0cPaS::v0.9$x2dpre () | |
(gdb) bt | |
... | |
#5848 0x0000000100232bcc in condition::Condition::raise::h6015a74dcc9646be1jaH::v0.9$x2dpre () | |
#5849 0x000000010027156b in rt::io::native::file::Writer$FileDesc::write::hfc348125316ee38i1a8::v0.9$x2dpre () | |
#5850 0x0000000100257946 in rt::util::dumb_println::h8f66d080922197c3aF::v0.9$x2dpre () | |
#5851 0x00000001001de020 in rt::util::abort::hf2c3fded91cbadbba5::v0.9$x2dpre () | |
#5852 0x000000010029b61a in rt::local_ptr::unsafe_borrow::h2ad917fd12c18aac::v0.9$x2dpre () | |
#5853 0x00000001001eaa98 in local_data::get_local_map::h47bf7e2ca7ae1efaw::v0.9$x2dpre () | |
#5854 0x0000000100232bcc in condition::Condition::raise::h6015a74dcc9646be1jaH::v0.9$x2dpre () | |
#5855 0x000000010027156b in rt::io::native::file::Writer$FileDesc::write::hfc348125316ee38i1a8::v0.9$x2dpre () | |
#5856 0x0000000100257946 in rt::util::dumb_println::h8f66d080922197c3aF::v0.9$x2dpre () | |
#5857 0x00000001001de020 in rt::util::abort::hf2c3fded91cbadbba5::v0.9$x2dpre () | |
#5858 0x000000010029b61a in rt::local_ptr::unsafe_borrow::h2ad917fd12c18aac::v0.9$x2dpre () | |
#5859 0x00000001001eaa98 in local_data::get_local_map::h47bf7e2ca7ae1efaw::v0.9$x2dpre () | |
#5860 0x0000000100232bcc in condition::Condition::raise::h6015a74dcc9646be1jaH::v0.9$x2dpre () | |
^CQuit | |
(gdb) | |
``` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment