Created
May 16, 2012 16:20
-
-
Save slyphon/56242f323431b70d8d65 to your computer and use it in GitHub Desktop.
[BUG] thread_free: keeping_mutexes must be NULL (0x107f01ad0:0x7fb77ee07a30)
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
[BUG] thread_free: keeping_mutexes must be NULL (0x107f01ad0:0x7fb77ee07a30) | |
ruby 1.9.2p320 (2012-04-20 revision 35421) [x86_64-darwin11.3.0] | |
-- control frame ---------- | |
--------------------------- | |
-- C level backtrace information ------------------------------------------- | |
0 libruby.1.9.1.dylib 0x0000000107d625e2 rb_vm_bugreport + 210 | |
1 libruby.1.9.1.dylib 0x0000000107c1bc74 report_bug + 372 | |
2 libruby.1.9.1.dylib 0x0000000107c1be38 rb_bug + 200 | |
3 libruby.1.9.1.dylib 0x0000000107d433a9 thread_free + 201 | |
4 libruby.1.9.1.dylib 0x0000000107d43855 ruby_vm_destruct + 69 | |
5 libruby.1.9.1.dylib 0x0000000107c239bc ruby_cleanup + 652 | |
6 libruby.1.9.1.dylib 0x0000000107c23bd9 ruby_stop + 9 | |
7 libruby.1.9.1.dylib 0x0000000107ca4020 rb_f_fork + 112 | |
8 libruby.1.9.1.dylib 0x0000000107d5ebe3 vm_call_method + 931 | |
9 libruby.1.9.1.dylib 0x0000000107d48c63 vm_exec_core + 4739 | |
10 libruby.1.9.1.dylib 0x0000000107d517f3 vm_exec + 1507 | |
11 libruby.1.9.1.dylib 0x0000000107d615be rb_yield + 94 | |
12 libruby.1.9.1.dylib 0x0000000107c67c8d int_dotimes + 61 | |
13 libruby.1.9.1.dylib 0x0000000107d5ebe3 vm_call_method + 931 | |
14 libruby.1.9.1.dylib 0x0000000107d48c63 vm_exec_core + 4739 | |
15 libruby.1.9.1.dylib 0x0000000107d517f3 vm_exec + 1507 | |
16 libruby.1.9.1.dylib 0x0000000107d5fbe3 yield_under + 995 | |
17 libruby.1.9.1.dylib 0x0000000107d5feed specific_eval + 61 | |
18 libruby.1.9.1.dylib 0x0000000107d5ebe3 vm_call_method + 931 | |
19 libruby.1.9.1.dylib 0x0000000107d48c63 vm_exec_core + 4739 | |
20 libruby.1.9.1.dylib 0x0000000107d517f3 vm_exec + 1507 | |
21 libruby.1.9.1.dylib 0x0000000107d615be rb_yield + 94 | |
22 libruby.1.9.1.dylib 0x0000000107bf3681 rb_ary_collect + 113 | |
23 libruby.1.9.1.dylib 0x0000000107d5ebe3 vm_call_method + 931 | |
24 libruby.1.9.1.dylib 0x0000000107d48c63 vm_exec_core + 4739 | |
25 libruby.1.9.1.dylib 0x0000000107d517f3 vm_exec + 1507 | |
26 libruby.1.9.1.dylib 0x0000000107d615be rb_yield + 94 | |
27 libruby.1.9.1.dylib 0x0000000107bf3681 rb_ary_collect + 113 | |
28 libruby.1.9.1.dylib 0x0000000107d5ebe3 vm_call_method + 931 | |
29 libruby.1.9.1.dylib 0x0000000107d48c63 vm_exec_core + 4739 | |
30 libruby.1.9.1.dylib 0x0000000107d517f3 vm_exec + 1507 | |
31 libruby.1.9.1.dylib 0x0000000107d615be rb_yield + 94 | |
32 libruby.1.9.1.dylib 0x0000000107bf3681 rb_ary_collect + 113 | |
33 libruby.1.9.1.dylib 0x0000000107d5ebe3 vm_call_method + 931 | |
34 libruby.1.9.1.dylib 0x0000000107d48c63 vm_exec_core + 4739 | |
35 libruby.1.9.1.dylib 0x0000000107d517f3 vm_exec + 1507 | |
36 libruby.1.9.1.dylib 0x0000000107d52b6d rb_vm_invoke_proc + 877 | |
37 libruby.1.9.1.dylib 0x0000000107c2363c rb_exec_end_proc + 444 | |
38 libruby.1.9.1.dylib 0x0000000107c23725 ruby_finalize_0 + 101 | |
39 libruby.1.9.1.dylib 0x0000000107c23860 ruby_cleanup + 304 | |
40 libruby.1.9.1.dylib 0x0000000107c23ba3 ruby_run_node + 67 | |
41 ruby 0x0000000107be2edf main + 79 | |
42 ruby 0x0000000107be2e84 start + 52 | |
43 ??? 0x0000000000000004 0x0 + 4 | |
[NOTE] | |
You may have encountered a bug in the Ruby interpreter or extension libraries. | |
Bug reports are welcome. | |
For details: http://www.ruby-lang.org/bugreport.html | |
63293 exited with status: #<Process::Status: pid 63293 SIGIOT (signal 6)> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment