Best regard
Kylix 3 hangs on Fc4 because of glibc 2.3.5.Try to downgrade glibc (not
recommended).
> Kylix 3 hangs on Fc4 because of glibc 2.3.5.Try to downgrade glibc (not
> recommended).
For me the IDE starts with "export LD_ASSUME_KERNEL=2.4.1". But as FC4
uses a Kernel newer than 2.6.10 the integrated debugger stops in an
endless loop blocking the whole IDE.
--
Regards,
Andreas Hausladen
(http://www.kylix-patch.de.vu - unofficial Kylix 3 patches)
(http://andy.jgknet.de/blog)
> zeljko wrote:
>
>> Kylix 3 hangs on Fc4 because of glibc 2.3.5.Try to downgrade glibc (not
>> recommended).
>
> For me the IDE starts with "export LD_ASSUME_KERNEL=2.4.1". But as FC4
> uses a Kernel newer than 2.6.10 the integrated debugger stops in an
> endless loop blocking the whole IDE.
yes, IDE can start, but did U try to install any package ?
> yes, IDE can start, but did U try to install any package ?
No, because I replaced FC4 with SuSE 9.3 after the Kylix IDE start.
ok ... here is the solution for glibc-2.3.5 :
1. Your startdelphi script must contain something like
export LD_ASSUME_KERNEL=2.4.0
2. As root you must echo 1 > /proc/sys/vm/legacy_va_layout
3. When starting kylix you must do it like this eg.
nice -n 10 startdelphi
Yes now it works bit slower, but it can work normally with glibc 2.3.5.
why ? I don't know, I found it by pure coincidence, by running k3 with
strace on glibc-2.3.5.
Now you can use k3 with Fc4, of course without integrated debugging.