On 9 Jun 2017, at 14:13, Ben Coman <btc@openInWorld.com> wrote:
You seem to be using an old VM. /home/jpfersich/pharo64-6.0/pharo-vm/lib/pharo/5.0-201704181925/pharo Pharo VM version: 5.0-201704181925
Can you try with one of these... http://pharo.org/download <http://pharo.org/download> i.e. Pharo6.0-linux.zip/pharo6.0/bin/lib/pharo/5.0-201705310241/pharo
So actually yours is not so out of date that first glance at the "5.0" in your path implies. @Esteban, can this packaging be corrected?
I guess it can. I need to see at it ;) Esteban
cheers -ben
On Fri, Jun 9, 2017 at 12:21 PM, john pfersich <jpfersich@gmail.com <mailto:jpfersich@gmail.com>> wrote: I got a seg fault when I tried to execute some OSSubProcess code in Pharo 6.0.
Namely,
| process | process := OSSUnixSubprocess new command: '/bin/cat'; redirectStdin; redirectStdout; run. process stdinStream nextPutAll: 'we are testing!'; nextPutAll: 'we again!'; close. process waitForExit. process stdoutStream upToEndOfFile inspect. process closeAndCleanStreams.
Attached is the crash.dmp file