At 9:16 Uhr +0100 28.03.2002, Martin Costabel wrote:
>Justin Hallett wrote:
>>
>> it couldn't have unless some builddepends are missing but then you figure
>> it wouldn't work at all. but I've seen this since the 0.9.9 mozilla
>> update. 0.9.8 worked no version of revision of 0.9.9 has worked for me.
>
>Did you "unlimit stack"? This makes it work for me. The new version is
>supposed to do this automatically, but I think that part doesn't work:
>
>It does "unlimit stack" in the postinst script, but the limits on
>stacksize are set by the shell each time a new shell starts. It should
>instead be done by some startup script in /sw/etc/profile.d.
>
>IMHO it should be done once and for all in /sw/bin/init.{sh|csh}.
Ugh, I disagree. That would unlimit it for the whole system.
The best fix would be to fix Mozilla to use a sane stack size =)
A more realistic fix would be to patch the mozilla startup code to
call system function to unlimit the stack.
Finally, one could rename the mozilla binary to mozilla-real, and in
its place put a shell script that looks like this:
#!/bin/sh
unlimit stack
mozilla-real
Cheers,
Max
--
-----------------------------------------------
Max Horn
Software Developer
email: <mailto:[EMAIL PROTECTED]>
phone: (+49) 6151-494890
_______________________________________________
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users