On Wednesday 14 of December 2011, Noel Grandin wrote: > Thanks Markus, I'll try that in the morning. > > Do you know of any trick for catching stack-overflow problems? The > trick I'm using is pretty painful.
Reduce the maximum allowed stack size using 'ulimit -s', the app then will crash as soon as it reaches the limit. -- Lubos Lunak [email protected] _______________________________________________ LibreOffice mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice
