Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Solved the "freezing" problem in file loading

1 view
Skip to first unread message

Arnaldo Braun

unread,
Dec 10, 2007, 7:47:36 PM12/10/07
to
Hi

Perhaps this can help someone...

Distro: CentOS 4.x, kernel 2.6.9, qt-3.5, kylix-3 with all Hausladen
patches applied

Compiler, ide and debugger usually working well except when I tried
loading, saving or open a new file (.pas, form, image, etc...) when
sometimes it get 100% cpu and ide freeze.

A few months ago I changed the scheduling priority in the kylix starting
script including a "nice 15" (lower priority) command before activating
the compiler

I don't know why but never again I get a "freezing" IDE while open,
saving or loading files. Perhaps a race condition????

[]s
Arnaldo

Arnaldo Braun

unread,
Dec 13, 2007, 4:21:31 PM12/13/07
to
Hi

Correction: I missed the -n option. Sorry...

In ~/kylix3/bin/startdelphi script I changed the last line
from: /home/abraun/kylix3/bin/delphi ...
to: nice -n 15 /home/abraun/kylix3/bin/delphi ...

[]s
Arnaldo


Arnaldo Braun escreveu:

0 new messages