help-smalltalk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Help-smalltalk] Re: [bug] CPU usage is high when there is an exception


From: Gwenael Casaccio
Subject: [Help-smalltalk] Re: [bug] CPU usage is high when there is an exception
Date: Mon, 11 Jan 2010 02:34:51 -0700

Issue status update for http://smalltalk.gnu.org/project/issue/427 Post a follow up: http://smalltalk.gnu.org/project/comments/add/427

Project:      GNU Smalltalk
Version:      <none>
Component:    VisualGST
Category:     bug reports
Priority:     normal
Assigned to:  bonzinip
Reported by:  MrGwen
Updated by:   MrGwen
Status:       postponed

diff --git a/packages/gtk/GtkImpl.st b/packages/gtk/GtkImpl.st
index 6a2d2fc..6097775 100644
--- a/packages/gtk/GtkImpl.st

+++  b/packages/gtk/GtkImpl.st

@@ -502,7 +502,7 @@ Gtk class extend [
       GTK.Gtk main: sem.
       sem wait.
- [GTK.Gtk mainIterationDo: false.

+         [GTK.Gtk mainIterationDo: true.

GTK.Gtk shouldQuit] whileFalse: [Processor yield]
   ]

This fix does not solve the problem






reply via email to

[Prev in Thread] Current Thread [Next in Thread]