Created
December 7, 2012 13:36
-
-
Save matsumotory/4233321 to your computer and use it in GitHub Desktop.
SIGABRT of mod_mruby by mruby/mruby f521738953b9297a4d26e68ec42b7e9a22e5b442
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
| Program received signal SIGABRT, Aborted. | |
| 0x00c8e402 in __kernel_vsyscall () | |
| (gdb) where | |
| #0 0x00c8e402 in __kernel_vsyscall () | |
| #1 0xb7ec0df0 in raise () from /lib/libc.so.6 | |
| #2 0xb7ec2701 in abort () from /lib/libc.so.6 | |
| #3 0xb7cec784 in mrb_exc_raise () from /usr/lib/httpd/modules/mod_mruby.so | |
| #4 0xb7ceca9a in mrb_raise () from /usr/lib/httpd/modules/mod_mruby.so | |
| #5 0xb7cee99e in mrb_obj_alloc () from /usr/lib/httpd/modules/mod_mruby.so | |
| #6 0xb7cf8a4c in mrb_proc_new_cfunc () from /usr/lib/httpd/modules/mod_mruby.so | |
| #7 0xb7cdbc63 in mrb_define_method_id () from /usr/lib/httpd/modules/mod_mruby.so | |
| #8 0xb7cdbd8b in mrb_define_method () from /usr/lib/httpd/modules/mod_mruby.so | |
| #9 0xb7cd67a0 in ap_mruby_class_init () from /usr/lib/httpd/modules/mod_mruby.so | |
| #10 0xb7cdaac6 in ?? () from /usr/lib/httpd/modules/mod_mruby.so | |
| #11 0x005a0df6 in ap_run_child_init () | |
| #12 0x005b5734 in ?? () | |
| #13 0x005b5c94 in ?? () | |
| #14 0x005b6ba9 in ap_mpm_run () | |
| #15 0x0058c277 in main () | |
| (gdb) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment