Re: Frequent crashes of Io repl
"kode.sutra" <[email protected]>
| Newsgroups | gmane.comp.lang.io |
|---|---|
| Message-ID | <[email protected]> |
Hi Steve, Here's the output, this is happening consistently now. Am I doing something wrong here?: â´ioIo 20090105Io> Vehicle := Object clone==> Vehicle_0x7f9f210d94a0: type = "Vehicle" Io> Vehicle tyres := 4==> 4Io> Vehicle doors := 2==> 2Io> Vehicle engine := "V8"==> V8Io> Vehicle slotNames==> list(doors, type, engine, tyres)Io> Vehicle type==> VehicleIo> Car := Vehicle clone==> Car_0x7f9f20605da0: type = "Car" Io> Car slotNames ==> list(type)Io> Car type==> CarScheduler: nothing left to resume so we are exiting --------- Coroutine callStack A4_Exception.io 244 Coroutine backTraceString A4_Exception.io 274 Coroutine showStack A4_Exception.io 177 Coroutine pause A4_Exception.io 286 Thanks-Narayan- --- In [email protected], Steve Dekorte <steve@...> wrote: > > > I'm unable to repeat this. Can you describe your platform, the version of Io, etc? > > On 2011-08-03 Wed, at 05:36 AM, naaraayana_iyer wrote: > > > All, > > > > I am facing frequent crashes when using Io REPL. Here are two crashes in 5 minutes, should I report this as a bug? > > > > Thanks > > -Narayan- > > > > Io> Car := Vehicle clone > > Scheduler: nothing left to resume so we are exiting > > --------- > > Coroutine callStack A4_Exception.io 244 > > Coroutine backTraceString A4_Exception.io 274 > > Coroutine showStack A4_Exception.io 177 > > Coroutine pause A4_Exception.io 286 > > > > > > Io> Car type > > ==> Car > > Scheduler: nothing left to resume so we are exiting > > --------- > > Coroutine callStack A4_Exception.io 244 > > Coroutine backTraceString A4_Exception.io 274 > > Coroutine showStack A4_Exception.io 177 > > Coroutine pause A4_Exception.io 286 > > > > > > > > ------------------------------------ > > > > Yahoo! Groups Links > > > > > > >