[Bug 62511] Re: Apport generates a report on SIGQUIT

2007-11-15 Thread Martin Pitt
Calling the program in /proc/sys/kernel/core_pattern when it is a pipe even on ulimit 0 is a design choice, not a bug. We do not want to enable ulimit -c gemerally just for getting apport reports, since that would clutter the system with core files. (This now made it into the upstream kernel,

[Bug 62511] Re: Apport generates a report on SIGQUIT

2007-10-19 Thread Pádraig Brady
Yes still a problem on gutsy with standard kernel: 2.6.22-14-generic #1 SMP Sun Oct 14 23:05:12 GMT 2007 i686 GNU/Linux -- Apport generates a report on SIGQUIT https://bugs.launchpad.net/bugs/62511 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug

[Bug 62511] Re: Apport generates a report on SIGQUIT

2007-10-19 Thread Leann Ogasawara
I'm marking this as Won't Fix against linux-source-2.6.20 as it does not meet the criteria for a stable release update. You can learn more about the stable release update process at https://wiki.ubuntu.com/StableReleaseUpdates . However, we'll hopefully get this fixed in the actively developed

[Bug 62511] Re: Apport generates a report on SIGQUIT

2007-10-19 Thread Leann Ogasawara
I'm marking this as Won't Fix against linux-source-2.6.17. It's the same reason for why it was marked Won't Fix against linux- source-2.6.20. Thanks! ** Changed in: linux-source-2.6.17 (Ubuntu) Status: Confirmed = Won't Fix -- Apport generates a report on SIGQUIT

[Bug 62511] Re: Apport generates a report on SIGQUIT

2007-10-19 Thread Leann Ogasawara
Hi Padraig, Can you confirm this is still an issue with the new 7.10 Gutsy Gibbon release (2.6.22-14 kernel). Thanks! ** Changed in: linux-source-2.6.20 (Ubuntu) Importance: Undecided = Low Status: New = Incomplete -- Apport generates a report on SIGQUIT

[Bug 62511] Re: Apport generates a report on SIGQUIT

2007-08-01 Thread Pádraig Brady
** Also affects: linux-source-2.6.20 (Ubuntu) Importance: Undecided Status: New -- Apport generates a report on SIGQUIT https://bugs.launchpad.net/bugs/62511 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. --

[Bug 62511] Re: Apport generates a report on SIGQUIT

2007-08-01 Thread Pádraig Brady
wrt the kernel ignoring the crashdump helper for SIGQUIT, it should be ignoring anyway as `ulimit -c 0` was set! I.E. there seems to be an ubuntu specific bug here in that the apport helper (or whatever is in /proc/sys/kernel/core_pattern) is called even when one does `ulimit -c 0` I tested

[Bug 62511] Re: Apport generates a report on SIGQUIT

2007-08-01 Thread Pádraig Brady
On a debian sarge system with updated kernel to 2.6.20-1 I see the expected good behaviour also: [EMAIL PROTECTED] echo |/bin/true /proc/sys/kernel/core_pattern [EMAIL PROTECTED] ulimit -c 0 [EMAIL PROTECTED] cat #hit Ctrl-\ now Quit -- Apport generates a report on SIGQUIT

[Bug 62511] Re: Apport generates a report on SIGQUIT

2006-09-28 Thread Martin Pitt
apport is called whenever the kernel would create a core dump, and currently SIGQUIT is in the set of signals which trigger a core dump. However, I agree that apport should just ignore these. ** Changed in: apport (Ubuntu) Importance: Undecided = Low Status: Unconfirmed = In Progress

[Bug 62511] Re: Apport generates a report on SIGQUIT

2006-09-28 Thread Martin Pitt
I'm going to ignore SIGQUIT core dumps in apport, but it would be nice if the kernel would not call the crashdump helper and dump core for SIGQUIT in the first place, so that we do not waste the resources. ** Also affects: linux-source-2.6.17 (Ubuntu) Importance: Undecided Status:

[Bug 62511] Re: Apport generates a report on SIGQUIT

2006-09-28 Thread Martin Pitt
apport (0.23) edgy; urgency=low . * apport: Reset signal handler to SIG_IGN in the crash signal handler, to avoid an endless crash/handler loop (noticed during debugging LP#61708). * debian/apport.init: Do not let the script run with set -e, so that do_{start,stop} can deliver