Created
April 13, 2010 05:59
-
-
Save jamesgolick/364353 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
| (gdb) backtrace | |
| #0 0x0000000000000000 in ?? () | |
| #1 0x000000010015b228 in obj_dump (obj=4417744840, gen=0x1154e5ba0) at memprof.c:779 | |
| #2 0x000000010015ceb2 in memprof_dump_all (argc=<value temporarily unavailable, due to optimizations>, argv=<value temporarily unavailable, due to optimizations>, self=<value temporarily unavailable, due to optimizations>) at memprof.c:1562 | |
| #3 0x000000010001f8f6 in rb_call0 (klass=4331570480, recv=4331570680, id=11041, oid=11041, argc=1, argv=0x7fff5fbebbc0, body=0x1022e8328, flags=<value temporarily unavailable, due to optimizations>) at eval.c:6048 | |
| #4 0x00000001000204b5 in rb_call (klass=4331570480, recv=4331570680, mid=11041, argc=1, argv=0x7fff5fbebbc0, scope=0, self=4588278280) at eval.c:6297 | |
| #5 0x0000000100029ac7 in eval_call (self=4588278280, node=0x1119a9d60) at eval.c:3379 | |
| #6 0x000000010001ff4e in rb_call0 (klass=4588350360, recv=4588278280, id=4553, oid=4553, argc=0, argv=0x7fff5fbec218, body=0x1119a9cc0, flags=<value temporarily unavailable, due to optimizations>) at eval.c:6201 | |
| #7 0x00000001000204b5 in rb_call (klass=4588350360, recv=4588278280, mid=4553, argc=0, argv=0x7fff5fbec218, scope=1, self=6) at eval.c:6297 | |
| #8 0x000000010002959d in rb_f_send (argc=1, argv=0x7fff5fbec210, recv=4588278280) at eval.c:6345 | |
| #9 0x000000010001f8f6 in rb_call0 (klass=4331744160, recv=4588278280, id=4233, oid=4233, argc=1, argv=0x7fff5fbec210, body=0x10230e578, flags=<value temporarily unavailable, due to optimizations>) at eval.c:6048 | |
| #10 0x00000001000204b5 in rb_call (klass=4331744160, recv=4588278280, mid=4233, argc=1, argv=0x7fff5fbec210, scope=1, self=4588278280) at eval.c:6297 | |
| #11 0x0000000100029896 in eval_fcall (self=4588278280, node=0x1020daec8) at eval.c:3394 | |
| #12 0x000000010001bad4 in rb_eval (self=4588278280, node=0x1020dac48) at eval.c:3856 | |
| #13 0x000000010001ff4e in rb_call0 (klass=4329283480, recv=4588278280, id=101497, oid=94817, argc=0, argv=0x0, body=0x1020d8038, flags=<value temporarily unavailable, due to optimizations>) at eval.c:6201 | |
| #14 0x00000001000204b5 in rb_call (klass=4329283480, recv=4588278280, mid=101497, argc=0, argv=0x0, scope=2, self=4588278280) at eval.c:6297 | |
| #15 0x000000010001c0cb in rb_eval (self=4588278280, node=0x1013fd1b0) at eval.c:4057 | |
| #16 0x000000010001bad4 in rb_eval (self=4588278280, node=0x1013fcf80) at eval.c:3856 | |
| #17 0x000000010001ff4e in rb_call0 (klass=4312248960, recv=4588278280, id=101473, oid=101473, argc=3, argv=0x7fff5fbec970, body=0x1013fd278, flags=<value temporarily unavailable, due to optimizations>) at eval.c:6201 | |
| #18 0x00000001000204b5 in rb_call (klass=4312248960, recv=4588278280, mid=101473, argc=3, argv=0x7fff5fbec970, scope=1, self=4588278280) at eval.c:6297 | |
| #19 0x0000000100029896 in eval_fcall (self=4588278280, node=0x1013fe178) at eval.c:3394 | |
| #20 0x000000010001ff4e in rb_call0 (klass=4312248960, recv=4588278280, id=101745, oid=101465, argc=0, argv=0x0, body=0x1013fe060, flags=<value temporarily unavailable, due to optimizations>) at eval.c:6201 | |
| #21 0x00000001000204b5 in rb_call (klass=4312248960, recv=4588278280, mid=101745, argc=0, argv=0x0, scope=2, self=4588278280) at eval.c:6297 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment