| Summary: | kdesu crash after su password | ||
|---|---|---|---|
| Product: | [Applications] kdesu | Reporter: | maini10 <maini10> |
| Component: | general | Assignee: | kdesu bugs tracker <kdesu-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | crash | CC: | me |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Ubuntu | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
maini10
2006-12-16 12:04:56 UTC
There's not much we can do. Please install the kdelibs-dbg and kdebase-dbg packages and mention which application you're starting. If we don't get this information we have to close this bug. I'm starting guarddog, the firewall configuration utility. Sorry, but I can't submit other information. I have followed your advice and installed those packages for the next time SVN commit 624617 by lunakl:
Don't access invalid array element. Most likely the reason for #138873.
BUG: 138873
M +1 -0 kdesud.cpp
--- branches/KDE/3.5/kdebase/kdesu/kdesud/kdesud.cpp #624616:624617
@@ -377,6 +377,7 @@
XEvent event_return;
if (x11Display)
XNextEvent(x11Display, &event_return);
+ continue;
}
if (i == sockfd)
|