Skip to content

Instantly share code, notes, and snippets.

@matsumotory
Created June 4, 2012 12:37
Show Gist options
  • Select an option

  • Save matsumotory/2868097 to your computer and use it in GitHub Desktop.

Select an option

Save matsumotory/2868097 to your computer and use it in GitHub Desktop.
mod_mruby received signal SIGSEGV by gc_protect.
#0 0x00352c0c in siglongjmp () from /lib/libc.so.6
#1 0x00cca0c3 in mrb_exc_raise (mrb=0xb7718160, c=0xb771d48c, fmt=0xd15264 "arena overflow error") at error.c:185
#2 mrb_raise (mrb=0xb7718160, c=0xb771d48c, fmt=0xd15264 "arena overflow error") at error.c:206
#3 0x00ccaf45 in gc_protect (mrb=0xb7718160, ttype=MRB_TT_STRING, cls=0xb771e7f4) at gc.c:251
#4 mrb_obj_alloc (mrb=0xb7718160, ttype=MRB_TT_STRING, cls=0xb771e7f4) at gc.c:285
#5 0x00cdf2c9 in str_alloc (mrb=0xb7718160, p=0xb6500f63 "/var/www/html/test.html", len=23) at string.c:105
#6 str_new (mrb=0xb7718160, p=0xb6500f63 "/var/www/html/test.html", len=23) at string.c:125
#7 mrb_str_new (mrb=0xb7718160, p=0xb6500f63 "/var/www/html/test.html", len=23) at string.c:214
#8 0x00cc286a in codegen (s=0xb6312520, tree=<value optimized out>, val=1) at codegen.c:1611
#9 0x00cc3d26 in codegen (s=0xb6312520, tree=<value optimized out>, val=0) at codegen.c:1154
#10 0x00cc0f41 in codegen (s=0xb6312520, tree=<value optimized out>, val=1) at codegen.c:805
#11 0x00cc8baf in scope_body (s=0xb630e630, tree=0xb6500feb) at codegen.c:526
#12 0x00cc2a0e in codegen (s=0xb630e630, tree=<value optimized out>, val=0) at codegen.c:1064
#13 0x00cc7cb5 in codegen_start (mrb=0xb7718160, tree=0xb6500ffb) at codegen.c:2266
#14 0x00cc7cd5 in mrb_generate_code (mrb=0xb7718160, tree=0xb6500ffb) at codegen.c:2276
#15 0x00cb58f7 in ap_mruby_run (mrb=0xb7718160, r=0xb77401d8, conf=0xb79f9cc0, mruby_code_file=0xb7a143f8 "/var/www/html/request.mrb", module_status=0) at mod_mruby.c:610
#16 0x00cb5ea2 in mod_mruby_translate_name_middle (r=0xb77401d8) at mod_mruby.c:789
#17 0x00f1ec5d in ap_run_translate_name ()
#18 0x00f2004a in ap_process_request_internal ()
#19 0x00f339cb in ap_process_request ()
#20 0x00f3077f in ?? ()
#21 0x00f2bd9d in ap_run_process_connection ()
#22 0x00f2be9c in ap_process_connection ()
#23 0x00f38a24 in ?? ()
#24 0x00f38c94 in ?? ()
#25 0x00f39ba9 in ap_mpm_run ()
#26 0x00f0f277 in main ()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment