Phexample: Image Destroying Bug
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 -- View this message in context: http://forum.world.st/Phexample-Image-Destroying-Bug-tp4755253.html Sent from the Pharo Smalltalk Developers mailing list archive at Nabble.com.
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 -- View this message in context: http://forum.world.st/Phexample-Image-Destroying-Bug-tp4755253p4755774.html Sent from the Pharo Smalltalk Developers mailing list archive at Nabble.com.
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 -- View this message in context: http://forum.world.st/Phexample-Image-Destroying-Bug-tp4755253p4755775.html Sent from the Pharo Smalltalk Developers mailing list archive at Nabble.com.
Problem found and fix proposed in new thread - "Phexample: API Change Proposal (was Phexample: Image Destroying Bug)" ----- Cheers, Sean -- View this message in context: http://forum.world.st/Phexample-Image-Destroying-Bug-tp4755253p4755786.html Sent from the Pharo Smalltalk Developers mailing list archive at Nabble.com.
participants (1)
-
Sean P. DeNigris