| Summary: | twin fails when dcop resumeWindow is called | ||
|---|---|---|---|
| Product: | TDE | Reporter: | Calvin Morrison <mutantturkey> |
| Component: | tdebase | Assignee: | Timothy Pearson <kb9vqf> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | bugwatch, darrella, kb9vqf, mutantturkey |
| Priority: | P5 | ||
| Version: | R14.0.0 [Trinity] | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Compiler Version: | TDE Version String: | ||
| Application Version: | Application Name: | ||
| Attachments: | backtrace | ||
Confirmed in R14. For some reason a null pointer is getting passed to resumeWindow(). What is strange is that this works when the window is suspended, which implies that a non-null pointer is being (correctly) passed some of the time. (In reply to comment #0) > Created attachment 1041 [details] > backtrace > > twin fails when I use this command on any window that is running (i.e not > suspened) > > dcop twin KWinInterface resumeWindow > > Attached is a backtrace. > > Calvin How did you get this command to work at all?? It should not even be exposed over the DCOP interface! The command that should be exposed is resumeWindowId, which would then take a valie X11 window argument. I didn't get anything to work, I was just simply reporting the crash ;) (In reply to comment #4) > I didn't get anything to work, I was just simply reporting the crash ;) Gotcha. I originally thought you had made it work somehow when the window was already suspended. This should be fixed in GIT hash 57b56bb. |
Created attachment 1041 [details] backtrace twin fails when I use this command on any window that is running (i.e not suspened) dcop twin KWinInterface resumeWindow Attached is a backtrace. Calvin