Bug 2577
| Summary: | kaudioserver core dumps | ||
|---|---|---|---|
| Product: | [Retired] Red Hat Linux | Reporter: | gerald |
| Component: | kdebase | Assignee: | Preston Brown <pbrown> |
| Status: | CLOSED NEXTRELEASE | QA Contact: | |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 6.0 | CC: | bryner, genec |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | i386 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 1999-09-23 15:41:51 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
gerald
1999-05-05 20:38:51 UTC
I have a patch from the KDE mailing list that fixes this problem:
--- kdebase-1.1.1/kaudio/kaudioserver.cpp.orig Sat Jun 26 01:30:03
1999
+++ kdebase-1.1.1/kaudio/kaudioserver.cpp Sat Jun 26 01:30:09
1999
@@ -96,6 +96,7 @@
// Disconnect for cleanup
MdDisconnect(&m);
// Kill the child process (maudio)
+ signal(SIGCHLD, SIG_DFL);
kill(maudioPID, SIGKILL);
}
else
As of 6/22, this change is now in the KDE CVS repository. this has been fixed for the next release. |