| Summary: | [stdout/stderr] TQObject::activate_signal | ||
|---|---|---|---|
| Product: | TDE | Reporter: | Darrell <darrella> |
| Component: | qt3 | Assignee: | Timothy Pearson <kb9vqf> |
| Status: | NEW --- | ||
| Severity: | major | CC: | bugwatch, darrella |
| Priority: | P5 | ||
| Version: | R14.0.x [Trinity] | ||
| Hardware: | Other | ||
| OS: | Linux | ||
| Compiler Version: | TDE Version String: | ||
| Application Version: | Application Name: | ||
| Attachments: | knotify crash that might be related | ||
|
Description
Darrell
2015-02-05 00:25:07 CST
Created attachment 2447 [details] knotify crash that might be related I cannot trigger this crash repeatedly, but I have triggered the crash often with the following approximate steps. For testing, change the user's screen saver timeout to something short, like 30 seconds (edit kdesktoprc or use kwriteconfig to obtain a timeout less than 1 minute). At another console or through ssh, log in as root. Wait for the screen saver to activate (ps aux | grep kss). 'su -' to the user's account Stop the screen saver (DISPLAY=:0; dcop kdesktop KScreensaverIface quit). Exit from the 'su -' session. There might now be two dcopserver processes running and the knotify crash might occur. Trinity gets confused once there are two dcopserver processes running. For example, as root attempting to force the user to logout often fails (dcop --user ${LOGGED_IN_USER} ksmserver default logout 0 0 -1). I have not been able to determine the exact sequence to trigger the crash but the crash always occurs related to both the screen saver and when I use 'su -'. The crash occurs frequently on my htpc. Frequently I log in remotely with ssh and use 'su -' during such a session to schedule recordings as normal user. This bug report probably is related to bug 2316 or the same. Bumping to Major beccause after the kcrash occurs the system becomes challenging to use. |