Pointer Detective - Inspecting an Object (instance) and Doing a "PointerDetective openOn: self." leads to a System Error in Pharo?

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

Pointer Detective - Inspecting an Object (instance) and Doing a "PointerDetective openOn: self." leads to a System Error in Pharo?

basilmir

The object is a WhateverRoot instance (subclass of WAComponent) that has "canBeRoot ^true."

Am I doing something wrong?

PS. My "eagle eye" caught a typo on line 9 of the error. "'Orginal error:' ,title asString.". Maybe, just maybe...

More info and an printscreen here:
Reply | Threaded
Open this post in threaded view
|

Re: Pointer Detective - Inspecting an Object (instance) and Doing a "PointerDetective openOn: self." leads to a System Error in Pharo?

Ben Coman
Nice to have a user trying it out.  I'll look into the problem, but can I have more info on reproducing it. 
* WAComponent is Seaside right?  How did you load it, and into what version of Pharo?


Nice eagle eye. That must have been there a long time without anyone noticing.  Now I find three occurrences of that spelling in the image. 


On Thu, Jan 29, 2015 at 5:16 PM, Mircea S. <[hidden email]> wrote:

The object is a WhateverRoot instance (subclass of WAComponent) that has "canBeRoot ^true."

Am I doing something wrong?

PS. My "eagle eye" caught a typo on line 9 of the error. "'Orginal error:' ,title asString.". Maybe, just maybe...

More info and an printscreen here:

Reply | Threaded
Open this post in threaded view
|

Re: Pointer Detective - Inspecting an Object (instance) and Doing a "PointerDetective openOn: self." leads to a System Error in Pharo?

basilmir
Joined Fogbugz. 

Managed to zero in closer to the issue. It seems the problem only happens with your latest commit (10) The one before that works as advertised. 

Also tried the latest commit on Squeak 4.5 All In One and on the latest Build of Pharo 4 and they both pop up a Debugger instead of the White Crash. 

Easy to replicate, even the example on the smalltalkhub page crashes it. Maybe there is some hardware difference, running a Retina mac on Yosemite, could this be it? (vm should be the same)

Steps:

Get Pharo 3
Open Monticello
Add repository. 
Open repository. 
Choose latest commit (10)
Load
Open Workspace
Paste in example and Do It -> White screen press esc to remove. 



Pe 29 ian. 2015, la 17:52, Ben Coman <[hidden email]> a scris:

Nice to have a user trying it out.  I'll look into the problem, but can I have more info on reproducing it. 
* WAComponent is Seaside right?  How did you load it, and into what version of Pharo?


Nice eagle eye. That must have been there a long time without anyone noticing.  Now I find three occurrences of that spelling in the image. 


On Thu, Jan 29, 2015 at 5:16 PM, Mircea S. <[hidden email]> wrote:

The object is a WhateverRoot instance (subclass of WAComponent) that has "canBeRoot ^true."

Am I doing something wrong?

PS. My "eagle eye" caught a typo on line 9 of the error. "'Orginal error:' ,title asString.". Maybe, just maybe...

More info and an printscreen here: