Phexample: Image Destroying Bug

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

Phexample: Image Destroying Bug

Sean P. DeNigris
Administrator
Gofer it
        url: 'http://ss3.gemtalksystems.com/ss/MetaRepoForPharo20';
        configurationOf: 'Phexample';
        loadStable.

"In 2.0, evaluating the following line brings up a debugger (the expected behavior). In 3.0, it never returns, creating an more and more debugger processes until the image becomes unresponsive."

true should beFalse.
Cheers,
Sean
Reply | Threaded
Open this post in threaded view
|

Re: Phexample: Image Destroying Bug

Sean P. DeNigris
Administrator
Sean P. DeNigris wrote
"...In 3.0, it never returns, creating an more and more debugger processes until the image becomes unresponsive."
This broke with 30808 http://forum.world.st/pharo-project-pharo-core-447842-30808-td4752289.html :
Log Message:
  -----------
  30808
13156 EyeInspector does not automatically refresh its list
        https://pharo.fogbugz.com/f/cases/13156

13163 Splitters move more morphs that needed
        https://pharo.fogbugz.com/f/cases/13163

Any ideas?
Cheers,
Sean
Reply | Threaded
Open this post in threaded view
|

Re: Phexample: Image Destroying Bug

Sean P. DeNigris
Administrator
Sean P. DeNigris wrote
13156 EyeInspector does not automatically refresh its list
        https://pharo.fogbugz.com/f/cases/13156
This is the culprit. Loading into 30807 gives the broken behavior.

Here's a snippet of the call chain:
MultiByteFileStream(WriteStream)>>space
EyeInspector(Object)>>longPrintOn:limitedTo:indent: in Block: [ :title :index | ...
Array(SequenceableCollection)>>withIndexDo:
Array(SequenceableCollection)>>doWithIndex:
EyeInspector(Object)>>longPrintOn:limitedTo:indent:
Cheers,
Sean
Reply | Threaded
Open this post in threaded view
|

Re: Phexample: Image Destroying Bug

Sean P. DeNigris
Administrator
Problem found and fix proposed in new thread - "Phexample: API Change Proposal (was Phexample: Image Destroying Bug)"
Cheers,
Sean