> D. assuming you are using 'bash', use the following command in the shell > in which you are launching the process, for which you wish to have a core > dump in case of a crash: ulimit -c unlimited (check with 'ulimit -a' to > see the list of limits before and after the change).
In addition to what Guy said, KDE applications have a default crash handler that will prevent the system from creating a core dump when an application is terminated 'abruptly'. In order to bypass this "wonderful" feature, run the KDE application with the: --nocrashhandler command line option which every KDE application supports. This is made possible because most K applications inherit default functionality from KApp, the base class for applications in KDE. Regards, -- Eli Kara Beyond Security Ltd. http://www.beyondsecurity.com/ http://www.securiteam.com/ The First Integrated Network and Web Application Vulnerability Scanner: http://www.beyondsecurity.com/webscan-wp.pdf ================================================================= To unsubscribe, send mail to [EMAIL PROTECTED] with the word "unsubscribe" in the message body, e.g., run the command echo unsubscribe | mail [EMAIL PROTECTED]
