Projects

Ticket #646 (closed defect: fixed)

Opened 5 months ago

Last modified 5 months ago

Ripper is broken on trunk

Reported by: eloy.de.enige@… Owned by: lsansonetti@…
Priority: blocker Milestone: MacRuby 0.6
Component: MacRuby Keywords:
Cc:

Description

Ripper, which is used by rb_nibtool.rb (IB), segfaults on trunk:

% cat t.rb                        
class A
  attr_accessor :foo
end

% macruby ./bin/rb_nibtool -f t.rb
unknown: [BUG] Segmentation fault
MacRuby version 0.6 (ruby 1.9.0) [universal-darwin10.0, x86_64]

Change History

Changed 5 months ago by lsansonetti@…

  • status changed from new to closed
  • resolution set to fixed
  • milestone set to MacRuby 0.6

Should be fixed in r3904.

Note: See TracTickets for help on using tickets.