Skip to content

Instantly share code, notes, and snippets.

@brson
Created May 21, 2012 22:19
Show Gist options
  • Save brson/2765041 to your computer and use it in GitHub Desktop.
Save brson/2765041 to your computer and use it in GitHub Desktop.
rust: upcall fail 'killed', /home/banderson/Dev/rust2/src/libcore/task.rs:454
==25078== Thread 17:
==25078== Invalid read of size 8
==25078== at 0x52A867B: ev_run (ev.c:2194)
==25078== by 0x529A831: uv_run (core.c:212)
==25078== by 0x5299988: ??? (in /home/banderson/Dev/rust2/build/x86_64-unknown-linux-gnu/stage2/lib/rustc/x86_64-unknown-linux-gnu/lib/librustrt.so)
==25078== Address 0x6d55470 is 2,640 bytes inside a block of size 2,864 free'd
==25078== at 0x4C282ED: free (vg_replace_malloc.c:366)
==25078== by 0x52839B5: rust_task::delete_all_stacks() (rust_task.cpp:614)
==25078== by 0x527F736: rust_sched_loop::reap_dead_tasks() (rust_sched_loop.cpp:115)
==25078== by 0x528042F: rust_sched_loop::run_single_turn() (rust_sched_loop.cpp:246)
==25078== by 0x5281A9C: rust_sched_driver::start_main_loop() (rust_sched_driver.cpp:28)
==25078== by 0x527BA49: rust_thread_start(void*) (rust_thread.cpp:25)
==25078== by 0x610AD8B: start_thread (pthread_create.c:304)
==25078== by 0x5BD104C: clone (clone.S:112)
==25078==
==25078== Invalid read of size 4
==25078== at 0x52A6EA0: ev_timer_stop (ev.c:2613)
==25078== by 0x52A8A02: ev_run (ev.c:2206)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment