[Pharo-project] World intermittently becoming a mess
Every once in a while, in my 1.3-rc image, the World becomes a mess. Specifically: * moving windows without the fast dragging setting enabled leaves a trail * previews from hovering over the task bar remain in the World and don't delete themselves when the mouse is no longer over the task bar I haven't been able to reproduce it, but it's happened a few times. Has anyone else experienced this? I opened an issue: http://code.google.com/p/pharo/issues/detail?id=5013 -- View this message in context: http://forum.world.st/World-intermittently-becoming-a-mess-tp4101204p4101204... Sent from the Pharo Smalltalk mailing list archive at Nabble.com.
Yes, I experienced this a couple of times. I think it has to do with the UI Thread. This happened when I was debugging a Roassal visualization Alexandre On 23 Nov 2011, at 16:38, Sean P. DeNigris wrote:
Every once in a while, in my 1.3-rc image, the World becomes a mess. Specifically: * moving windows without the fast dragging setting enabled leaves a trail * previews from hovering over the task bar remain in the World and don't delete themselves when the mouse is no longer over the task bar
I haven't been able to reproduce it, but it's happened a few times. Has anyone else experienced this?
I opened an issue: http://code.google.com/p/pharo/issues/detail?id=5013
-- View this message in context: http://forum.world.st/World-intermittently-becoming-a-mess-tp4101204p4101204... Sent from the Pharo Smalltalk mailing list archive at Nabble.com.
-- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
On Wed, Nov 23, 2011 at 11:38:42AM -0800, Sean P. DeNigris wrote:
Every once in a while ... the World becomes a mess ...
What a great subject line! A complete summary of world history, current affairs, sociology, political science, and the art of software development all condensed into a single sentence. Brilliant! :))
check maybe you have two UI processes running. On 24 November 2011 00:47, David T. Lewis <lewis@mail.msen.com> wrote:
On Wed, Nov 23, 2011 at 11:38:42AM -0800, Sean P. DeNigris wrote:
Every once in a while ... the World becomes a mess ...
What a great subject line! A complete summary of world history, current affairs, sociology, political science, and the art of software development all condensed into a single sentence. Brilliant!
:))
-- Best regards, Igor Stasenko.
On 24 Nov 2011, at 01:38, Igor Stasenko wrote:
check maybe you have two UI processes running.
Yes, see my comments on http://code.google.com/p/pharo/issues/detail?id=5013
On 24 November 2011 00:47, David T. Lewis <lewis@mail.msen.com> wrote:
On Wed, Nov 23, 2011 at 11:38:42AM -0800, Sean P. DeNigris wrote:
Every once in a while ... the World becomes a mess ...
What a great subject line! A complete summary of world history, current affairs, sociology, political science, and the art of software development all condensed into a single sentence. Brilliant!
:))
Igor Stasenko wrote
check maybe you have two UI processes running.
Yes, that was it, but how did that happen? -- View this message in context: http://forum.world.st/World-intermittently-becoming-a-mess-tp4101204p4113539... Sent from the Pharo Smalltalk mailing list archive at Nabble.com.
i dunno, probably when debugger crashes, it forgets to kill interrupted UI process. so you have 2 instead :) On 28 November 2011 00:29, Sean P. DeNigris <sean@clipperadams.com> wrote:
Igor Stasenko wrote
check maybe you have two UI processes running.
Yes, that was it, but how did that happen?
-- View this message in context: http://forum.world.st/World-intermittently-becoming-a-mess-tp4101204p4113539... Sent from the Pharo Smalltalk mailing list archive at Nabble.com.
-- Best regards, Igor Stasenko.
participants (5)
-
Alexandre Bergel -
David T. Lewis -
Igor Stasenko -
Sean P. DeNigris -
Sven Van Caekenberghe