| Summary: | idesk-0.7.4 crashes when starting xmms | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Juraj Hudák <hudin> |
| Component: | Current packages | Assignee: | Desktop Misc. Team <desktop-misc> |
| Status: | RESOLVED FIXED | ||
| Severity: | critical | CC: | gnome |
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | x86 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
|
Description
Juraj Hudák
2005-11-05 05:34:09 UTC
Crash occurs in startup-notification: #0 0xb7d45760 in sn_internal_display_get_xmessage_data (display=0x0, funcs=0xbf85201c, pending=0x0) at sn-common.c:217 #1 0xb7d483f0 in some_handler_handles_event (display=0x0, xevent=0xbf8520c0) at sn-xmessages.c:260 #2 0xb7d48709 in sn_internal_xmessage_process_event (display=0x0, xevent=0xbf8520c0) at sn-xmessages.c:421 #3 0xb7d456e7 in sn_display_process_event (display=0x0, xevent=0xbf8520c0) at sn-common.c:180 #4 0x0804d32b in XDesktopContainer::eventLoop (this=0x808a040) at XDesktopContainer.cpp:305 #5 0x0804c0a2 in XDesktopContainer::run (this=0x808a040) at XDesktopContainer.cpp:54 #6 0x08077bc5 in Application::startIdesk (this=0x808a008) at App.cpp:89 #7 0x0807770d in Application (this=0x808a008, arg=0x1, args=0xbf852254) at App.cpp:35 #8 0x0807b369 in main (argc=0x1, argv=0xbf852254) at Main.cpp:29 idesk passes NULL as display, sn doesn't like that. same here with amd64. Same problem also occurs when iam trying to restore a kde application (e.g kopete,amarok) from tray in fluxbox. Version 0.7.5 fixes this issue. From ChangeLog: - Problem with startup notification support (option --enable-libsn). The idesk-0.7.4 chrashes after starting xmms. This bug was reported by Gentoo users. If you don't have the support for statup notification the program works well. The bug is fixed. I've tested 0.7.5 and it works now fine. |