Bug in beta

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Bug in beta

Pavel Perikov-2
First, D5 is absolutely fantastic!!! Great work.

1 to: DeafObject current do: [:i|]
crashes Dolphin (both D4 & D5)

P.


Reply | Threaded
Open this post in threaded view
|

Re: Bug in beta

Blair McGlashan
"Pavel Perikov" <[hidden email]> wrote in message
news:[hidden email]...
> First, D5 is absolutely fantastic!!! Great work.
>
> 1 to: DeafObject current do: [:i|]
> crashes Dolphin (both D4 & D5)

Thanks Pavel, but I think we'll just put that down on the list of "Things
not to do because they serve no particular purpose other than crashing the
system", right underneath "Processor := nil" :-).

(What happens, of course, is that the VM overflows the stack repeatedly
attempting to report an error to an object which is deaf to its warnings)

Regards

Blair


Reply | Threaded
Open this post in threaded view
|

Re: Bug in beta

Pavel Perikov-2
> > 1 to: DeafObject current do: [:i|]
> > crashes Dolphin (both D4 & D5)
>
> Thanks Pavel, but I think we'll just put that down on the list of "Things
> not to do because they serve no particular purpose other than crashing the
> system", right underneath "Processor := nil" :-).

;-) Accepted, but honestly I didn't have the intent to crush the image, it
was really my bug (DeafObject instance put into what was supposed to be an
upper index). Unit test didn't help with this for obvious reason.

yours, pavel

P.