Comment 28 for bug 1508767

Revision history for this message
Chris J Arges (arges) wrote :

So just to reiterate, I'd like to see a core file. Can you run the following before you run your workload (as root):
Obviously change the directory to some place you'll retain these core files.

echo "/home/ubuntu/core.%e.%p.%h.%t" > /proc/sys/kernel/core_pattern
ulimit -c unlimited

Then run the workload. If you observe SEGVs find all core.* files and tar them up here. Also getting the exact package version would be helpful so I can get a backtrace.

If you can get this working with apport that's fine too, I just want to see some core files and backtraces.

Thanks,
--chris