r26961.txt

sakuro (Sakuro OZAWA), 03/18/2010 12:12 am

Download (5.6 kB)

 
1
$ cucumber
2
/Users/sakuro/lib/ruby/1.9.1/timeout.rb:33: [BUG] Segmentation fault
3
ruby 1.9.2dev (2010-03-17 trunk 26961) [x86_64-darwin10.2.0]
4

    
5
-- control frame ----------
6
c:0022 p:---- s:0069 b:0069 l:000068 d:000068 CFUNC  :caller
7
c:0021 p:0083 s:0066 b:0066 l:000065 d:000065 CLASS  /Users/sakuro/lib/ruby/1.9.1/timeout.rb:33
8
c:0020 p:0009 s:0063 b:0063 l:000062 d:000062 TOP    /Users/sakuro/lib/ruby/1.9.1/timeout.rb:25
9
c:0019 p:---- s:0061 b:0061 l:000060 d:000060 FINISH
10
c:0018 p:---- s:0059 b:0059 l:000058 d:000058 CFUNC  :require
11
c:0017 p:0015 s:0055 b:0055 l:000054 d:000054 METHOD /Users/sakuro/lib/ruby/gems/1.9.1/gems/polyglot-0.3.0/lib/polyglot.rb:65
12
c:0016 p:0071 s:0048 b:0048 l:000047 d:000047 TOP    /Users/sakuro/lib/ruby/gems/1.9.1/gems/cucumber-0.6.3/lib/cucumber/step_mother.rb:6
13
c:0015 p:---- s:0046 b:0046 l:000045 d:000045 FINISH
14
c:0014 p:---- s:0044 b:0044 l:000043 d:000043 CFUNC  :require
15
c:0013 p:0015 s:0040 b:0040 l:000039 d:000039 METHOD /Users/sakuro/lib/ruby/gems/1.9.1/gems/polyglot-0.3.0/lib/polyglot.rb:65
16
c:0012 p:0136 s:0033 b:0033 l:000032 d:000032 TOP    /Users/sakuro/lib/ruby/gems/1.9.1/gems/cucumber-0.6.3/lib/cucumber.rb:7
17
c:0011 p:---- s:0031 b:0031 l:000030 d:000030 FINISH
18
c:0010 p:---- s:0029 b:0029 l:000028 d:000028 CFUNC  :(null)
19
c:0009 p:0023 s:0025 b:0025 l:000024 d:000024 TOP    /Users/sakuro/lib/ruby/gems/1.9.1/gems/cucumber-0.6.3/lib/cucumber/cli/main.rb:2
20
c:0008 p:---- s:0023 b:0023 l:000022 d:000022 FINISH
21
c:0007 p:---- s:0021 b:0021 l:000020 d:000020 CFUNC  :(null)
22
c:0006 p:0082 s:0017 b:0017 l:000016 d:000016 TOP    /Users/sakuro/lib/ruby/gems/1.9.1/gems/cucumber-0.6.3/bin/cucumber:5
23
c:0005 p:---- s:0013 b:0013 l:000012 d:000012 FINISH
24
c:0004 p:---- s:0011 b:0011 l:000010 d:000010 CFUNC  :load
25
c:0003 p:0109 s:0007 b:0007 l:000f78 d:000ac0 EVAL   /Users/sakuro/bin/cucumber:19
26
c:0002 p:---- s:0004 b:0004 l:000003 d:000003 FINISH
27
c:0001 p:0000 s:0002 b:0002 l:000f78 d:000f78 TOP   
28
---------------------------
29
-- Ruby level backtrace information ----------------------------------------
30
/Users/sakuro/bin/cucumber:19:in `<main>'
31
/Users/sakuro/bin/cucumber:19:in `load'
32
/Users/sakuro/lib/ruby/gems/1.9.1/gems/cucumber-0.6.3/bin/cucumber:5:in `<top (required)>'
33
zsh: abort (core dumped)  cucumber
34
$ gdb =ruby /cores/core.70760 
35
GNU gdb 6.3.50-20050815 (Apple version gdb-1346) (Fri Sep 18 20:40:51 UTC 2009)
36
Copyright 2004 Free Software Foundation, Inc.
37
GDB is free software, covered by the GNU General Public License, and you are
38
welcome to change it and/or distribute copies of it under certain conditions.
39
Type "show copying" to see the conditions.
40
There is absolutely no warranty for GDB.  Type "show warranty" for details.
41
This GDB was configured as "x86_64-apple-darwin"...Reading symbols for shared libraries ... done
42

    
43
Reading symbols for shared libraries . done
44
Reading symbols for shared libraries ........... done
45
#0  0x00000001001748cd in bugreport_backtrace ()
46
(gdb) bt
47
#0  0x00000001001748cd in bugreport_backtrace ()
48
#1  0x000000010017079c in vm_backtrace_each ()
49
#2  0x000000010016eae6 in rb_backtrace_each ()
50
#3  0x000000010017499b in rb_vm_bugreport ()
51
#4  0x0000000100034830 in report_bug ()
52
#5  0x0000000100034955 in rb_bug ()
53
#6  0x00000001000f2d71 in sigsegv ()
54
#7  <signal handler called>
55
#8  0x00000001001707fd in vm_backtrace_push ()
56
#9  0x000000010017079c in vm_backtrace_each ()
57
#10 0x00000001001708d3 in vm_backtrace ()
58
#11 0x000000010016e985 in rb_f_caller ()
59
#12 0x00000001001680c0 in call_cfunc ()
60
#13 0x0000000100167f27 in vm_call_cfunc ()
61
#14 0x00000001001670fc in vm_call_method ()
62
#15 0x0000000100161d6e in vm_exec_core ()
63
#16 0x0000000100171531 in vm_exec ()
64
#17 0x0000000100171ed3 in rb_iseq_eval ()
65
#18 0x000000010003c330 in rb_load_internal ()
66
#19 0x000000010003d017 in rb_require_safe ()
67
#20 0x000000010003c708 in rb_f_require ()
68
#21 0x00000001001680f7 in call_cfunc ()
69
#22 0x0000000100167f27 in vm_call_cfunc ()
70
#23 0x00000001001670fc in vm_call_method ()
71
#24 0x0000000100161d6e in vm_exec_core ()
72
#25 0x0000000100171531 in vm_exec ()
73
#26 0x0000000100171ed3 in rb_iseq_eval ()
74
#27 0x000000010003c330 in rb_load_internal ()
75
#28 0x000000010003d017 in rb_require_safe ()
76
#29 0x000000010003c708 in rb_f_require ()
77
#30 0x00000001001680f7 in call_cfunc ()
78
#31 0x0000000100167f27 in vm_call_cfunc ()
79
#32 0x00000001001670fc in vm_call_method ()
80
#33 0x0000000100161d6e in vm_exec_core ()
81
#34 0x0000000100171531 in vm_exec ()
82
#35 0x0000000100171ed3 in rb_iseq_eval ()
83
#36 0x000000010003c330 in rb_load_internal ()
84
#37 0x000000010003d017 in rb_require_safe ()
85
#38 0x000000010003c708 in rb_f_require ()
86
#39 0x00000001001680f7 in call_cfunc ()
87
#40 0x0000000100167f27 in vm_call_cfunc ()
88
#41 0x00000001001670fc in vm_call_method ()
89
#42 0x0000000100161d6e in vm_exec_core ()
90
#43 0x0000000100171531 in vm_exec ()
91
#44 0x0000000100171ed3 in rb_iseq_eval ()
92
#45 0x000000010003c330 in rb_load_internal ()
93
#46 0x000000010003d017 in rb_require_safe ()
94
#47 0x000000010003c708 in rb_f_require ()
95
#48 0x00000001001680f7 in call_cfunc ()
96
#49 0x0000000100167f27 in vm_call_cfunc ()
97
#50 0x00000001001670fc in vm_call_method ()
98
#51 0x0000000100161d6e in vm_exec_core ()
99
#52 0x0000000100171531 in vm_exec ()
100
#53 0x0000000100171ed3 in rb_iseq_eval ()
101
#54 0x000000010003c330 in rb_load_internal ()
102
#55 0x000000010003c580 in rb_f_load ()
103
#56 0x00000001001680c0 in call_cfunc ()
104
#57 0x0000000100167f27 in vm_call_cfunc ()
105
#58 0x00000001001670fc in vm_call_method ()
106
#59 0x0000000100161d6e in vm_exec_core ()
107
#60 0x0000000100171531 in vm_exec ()
108
#61 0x0000000100171f12 in rb_iseq_eval_main ()
109
#62 0x00000001000394e4 in ruby_exec_internal ()
110
#63 0x0000000100039608 in ruby_exec_node ()
111
#64 0x00000001000395db in ruby_run_node ()
112
#65 0x0000000100001033 in main ()