Hi all, I'm running Zorin 15.3 Core version & have a program which has an intermittent crash to the desktop, I've spoken with the developer & they'd like to see a coredump of the program
I've tried
open terminal
cd program folder
ulimit -c unlimited
./program
use program until it crashes
/proc/sys/kernel/core_pattern is "core" so I'm expecting a file called "core" or possibly "core.{pidnumber}" to appear in the program folder but no new files appear
I have write access to the programs folder & I've even searched the entire disk with no joy
So obviously I'm doing something wrong and the coredump isn't being generated, any suggestions ?