Chad Fowler writes: > On Fri, 4 Jun 2004 19:01:27 +0900, "Peñá, Botp" <botp / delmonte-phil.com> wrote: > > > > Chad Fowler [mailto:chadfowler / gmail.com] helpfully wrote: > > > > > Can you try this from the shell in windows to see if it also > > > segfaults? > > > > > > ruby -rzlib -e 'p Zlib::Deflate.deflate("Blah")' > > > > Yes, it does segfaults. > > > > ------------------------------------------- > > C:\temp\gem\rubygems-0.4.0>ruby -rzlib -e 'p Zlib::Deflate.deflate("Blah")' > > -e:1: [BUG] Segmentation fault > > ruby 1.8.2 (2004-05-19) [i386-mswin32] > > > > > > Can anyone else confirm that zlib segfaults on this release of ruby on Windows? This does *not* segfault on my XP Pro machine, in either a DOS or Cygwin command window. Perhaps having Cygwin makes a difference, but I'm using the standard Ruby windows install, not Cygwin's. Jim -- Jim Menard, jimm / io.com, http://www.io.com/~jimm/ Crash Windows XP in two lines of code: #include <stdio.h> main(void) { int i; for(i = 0; i < 5 ; i++) printf("\t\t\b\b\b"); }