From kde-core-devel Sat Apr 08 01:13:35 2000 From: Waldo Bastian Date: Sat, 08 Apr 2000 01:13:35 +0000 To: kde-core-devel Subject: Crashing applications and DrKonqy. X-MARC-Message: https://marc.info/?l=kde-core-devel&m=95517934932377 Hiya, When a KDE application crashes DrKonqi will be started to tell you about it. (it actually works now :-) If you want to debug an application and are looking for a core dump, you need to disable DrKonqi. You can do this either by passing --nocrashhandler as argument to the application or by setting the environment variable KDE_DEBUG to something before running the program. And make sure you have done a "ulimit -u unlimited" if you want core-dumps. Cheers, Waldo