https://bugzilla.novell.com/show_bug.cgi?id=784998 https://bugzilla.novell.com/show_bug.cgi?id=784998#c9 --- Comment #9 from Dominique Leuenberger <dimstar@opensuse.org> 2012-10-31 22:04:51 UTC --- C(In reply to comment #5)
Created an attachment (id=509475) --> (http://bugzilla.novell.com/attachment.cgi?id=509475) [details] history of zypper
The only packages that got updated on Oct 13 seem to be (a lot of) kernel packages... I'd propose to setup your system to store dump files (instead of rejecting them) to a specific location; maybe we can at least figure out which tasks dies and create a backtrace. to configure this: Create a new folder /cores (mkdir /cores; chmod 777 /cores) (all users should be able to write there; this should not stick around but is only meant for debugging!) in /etc/sysctl.conf, add a line: kernel.core_pattern = /cores/%e-%t-%u.core in /etc/security/limits.conf, add a line * soft core unlimited On next reboot, any crashing app will create a coredump in /cores, which can be loaded with gdb. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.