Skip to content

Instantly share code, notes, and snippets.

@schmurfy
Created March 17, 2011 14:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save schmurfy/874430 to your computer and use it in GitHub Desktop.
Save schmurfy/874430 to your computer and use it in GitHub Desktop.
trace2
Program received signal SIGSEGV, Segmentation fault.
classname (klass=4) at variable.c:150
150 if (ROBJECT(klass)->iv_tbl) {
(gdb) bt
#0 classname (klass=4) at variable.c:150
#1 0x001dd5f4 in rb_class_path (klass=4) at variable.c:190
#2 0x001dd775 in rb_class_name (klass=4) at variable.c:294
#3 0x001dd79d in rb_class2name (klass=4) at variable.c:301
#4 0x003f1e87 in ProfileData::Stop (this=0x3fa524) at src/profiledata.cc:268
#5 0x003ef1fe in CpuProfiler::Stop (this=0x3fa520) at src/profiler.cc:212
#6 0x003ef782 in ProfilerStop () at src/profiler.cc:346
#7 0x003ee8a9 in cpuprofiler_stop (self=0) at perftools.c:243
#8 0x00168bdf in rb_exec_end_proc () at eval.c:8157
#9 0x00168ca4 in ruby_finalize_0 () at eval.c:1565
#10 0x0016b66e in ruby_cleanup (ex=0) at eval.c:1596
#11 0x0016b8dd in ruby_stop (ex=0) at eval.c:1665
#12 0x00170e16 in ruby_run () at eval.c:1686
#13 0x0804869d in main (argc=2, argv=0xbffff464, envp=0xbffff470) at main.c:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment