[MacRuby] #543: NSBigMutableString#strip crashes
#543: NSBigMutableString#strip crashes ----------------------------------------+----------------------------------- Reporter: vincent.isambart@… | Owner: lsansonetti@… Type: defect | Status: new Priority: blocker | Milestone: MacRuby 0.5 Component: MacRuby | Keywords: ----------------------------------------+----------------------------------- Calling NSBigMutableString#tr or NSBigMutableString#strip make MacRuby crash if the string is not empty. NSBigMutableString is for instance the class of the value returned by NSTextField#string. To reproduce the bug: macruby -e 'NSBigMutableString.stringWithString("1").strip' -- Ticket URL: <http://www.macruby.org/trac/ticket/543> MacRuby <http://macruby.org/>
#543: NSBigMutableString#strip crashes ----------------------------------------+----------------------------------- Reporter: vincent.isambart@… | Owner: lsansonetti@… Type: defect | Status: closed Priority: blocker | Milestone: MacRuby 0.5 Component: MacRuby | Resolution: fixed Keywords: | ----------------------------------------+----------------------------------- Changes (by lsansonetti@…): * status: new => closed * resolution: => fixed Comment: Should be fixed in r3219. -- Ticket URL: <http://www.macruby.org/trac/ticket/543#comment:1> MacRuby <http://macruby.org/>
participants (1)
-
MacRuby