Summary: | drkonqi fails when PTRACE restrictions are active | ||
---|---|---|---|
Product: | [Unmaintained] kdelibs | Reporter: | Kees Cook <kees> |
Component: | general | Assignee: | kdelibs bugs <kdelibs-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | SVN | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | fix to declare PTRACE relationship |
Description
Kees Cook
2010-07-23 11:51:22 UTC
Created attachment 49426 [details]
fix to declare PTRACE relationship
Patch attached to fix this. (Note that this is harmless for systems that do not use PTRACE restrictions.)
SVN commit 1206730 by jriddell: Description: declare the process that will be debugging the crashed KDE app. Author: Kees Cook <kees@ubuntu.com> Bug-Ubuntu: https://launchpad.net/bugs/589841 BUG:245529 M +5 -0 kcrash.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1206730 SVN commit 1206732 by jriddell: backport 1206730 Description: declare the process that will be debugging the crashed KDE app. Author: Kees Cook <kees@ubuntu.com> Bug-Ubuntu: https://launchpad.net/bugs/589841 BUG: 245529 M +5 -0 kcrash.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1206732 SVN commit 1206787 by dfaure: Fix compilation on everything else than linux. Instead of a cmake check, we can just say "if linux" for the linux-specific call, this is simpler. CCMAIL: jr@jriddell.org CCBUG: 245529 M +5 -0 kcrash.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1206787 |