Indeed, whenever a process drops privileges after startup, it's not called any more:
sudo python -c 'import os; os.kill(os.getpid(), 11)' this works as usual sudo python -c 'import os; os.setuid(50); os.kill(os.getpid(), 11)' kernel does not dump core ** Changed in: linux-source-2.6.20 (Ubuntu) Sourcepackagename: apport => linux-source-2.6.20 -- does not intercept crashes of some daemons https://bugs.launchpad.net/bugs/103863 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
