Created
June 3, 2016 16:46
-
-
Save ldx/21c6ffe2507ad4028e5d0f332d761579 to your computer and use it in GitHub Desktop.
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 SIGABRT, Aborted. | |
0x00007ffff7218458 in __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:55 | |
55 ../sysdeps/unix/sysv/linux/raise.c: No such file or directory. | |
(gdb) bt | |
#0 0x00007ffff7218458 in __GI_raise (sig=sig@entry=6) | |
at ../sysdeps/unix/sysv/linux/raise.c:55 | |
#1 0x00007ffff72198da in __GI_abort () at abort.c:89 | |
#2 0x00007ffff7256fca in __libc_message (do_abort=do_abort@entry=2, | |
fmt=fmt@entry=0x7ffff734ec98 "*** Error in `%s': %s: 0x%s ***\n") | |
at ../sysdeps/posix/libc_fatal.c:175 | |
#3 0x00007ffff725c966 in malloc_printerr (action=3, | |
str=0x7ffff734ecc0 "munmap_chunk(): invalid pointer", ptr=<optimized out>, | |
ar_ptr=<optimized out>) at malloc.c:5007 | |
#4 0x000055555559ff75 in sc::heap::deallocate (ptr=0x5555558bb0bc "/tmp", old_size=5, | |
align=1) at src/liballoc/heap.rs:113 | |
#5 0x000055555559ff10 in sc::raw_vec::{{impl}}::drop (self=0x7fffffffc140) | |
at src/liballoc/raw_vec.rs:567 | |
#6 0x000055555559fe1e in alloc..raw_vec..RawVec$LT$u8$GT$::drop.8546::h27880502c3410168 () | |
at src/main.rs:84 | |
#7 0x000055555559fe06 in std..vec..Vec$LT$u8$GT$::drop_contents.8543::h3808fc0d3f130b7c () | |
at src/main.rs:84 | |
#8 0x000055555559fbfa in std..vec..Vec$LT$u8$GT$::drop.8540::h3808fc0d3f130b7c () | |
at src/main.rs:84 | |
#9 0x000055555559fbd6 in std..string..String::drop.8537::hd2ee27af796650ee () | |
at src/main.rs:84 | |
#10 0x00005555555a63da in sc::sccfg_setup_port (arguments=0x7fffffffd818, cfg=0x7fffffffd708, | |
raw_strings=0x7fffffffd800) at src/main.rs:276 | |
#11 0x00005555555b3a8b in sc::main () at src/main.rs:549 | |
#12 0x00005555558a31c5 in std::sys_common::unwind::try::try_fn::h454a02d94615f912 () | |
#13 0x00005555558a03ec in __rust_try () | |
#14 0x00005555558a2c0c in std::rt::lang_start::h7bd5d5e5d238827f () | |
#15 0x00005555555ba76a in main () at src/libcore/num/mod.rs:1614 | |
(gdb) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment