Brent Roman schrieb:
> The one line Ruby text:
> 
> trap ('INT', &oldTrap)
> 
> crashes my snapshot of Ruby 1.9.0

I have the following result on Windows2000 using the actual snapshot, Ruby 1.9 
built using MSYS:

C:\Dokumente und Einstellungen\wolfgang\Desktop>ruby19 -v
ruby 1.9.0 (2007-10-23 patchlevel 0) [i386-mingw32]

C:\Dokumente und Einstellungen\wolfgang\Desktop>type bug.rb
trap ('INT', &oldTrap)
C:\Dokumente und Einstellungen\wolfgang\Desktop>ruby19 bug.rb
-- control frame ----------
c:0001 p:---- s:0001 b:-001 l:000000 d:000000 ------
---------------------------
[BUG] setup_arg: unknown node: NODE_STR

ruby 1.9.0 (2007-10-23) [i386-mingw32]


abnormal program termination


Wolfgang NáÅasi-Donner