|
Bugzilla – Full Text Bug Listing |
| Summary: | [korganizer] add birthday resource crash | ||
|---|---|---|---|
| Product: | [openSUSE] SUSE LINUX 10.0 | Reporter: | Jakub Friedl <jfriedl> |
| Component: | KDE | Assignee: | Will Stephenson <wstephenson> |
| Status: | RESOLVED FIXED | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Normal | ||
| Priority: | P5 - None | ||
| Version: | RC 4 | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Found By: | Other | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
Jakub Friedl
2005-10-06 12:28:29 UTC
well, backtrace? please install debug infos and call korganizer from gdb (no debugging symbols found) Program exited normally. (gdb) QLayout::addChildLayout: layout already has a parent *** glibc detected *** free(): invalid pointer: 0x0835ad50 *** (gdb) bt No stack. well, probably I did some mistake, I am not very experienced in debugging :) (gdb) run Starting program: /opt/kde3/bin/korganizer [Thread debugging using libthread_db enabled] [New Thread 1104076736 (LWP 5627)] Program exited normally. (gdb) QLayout::addChildLayout: layout already has a parent *** glibc detected *** free(): invalid pointer: 0x0833be60 *** bt No stack. (gdb) can you reproduce the bug? Yes, investigating it now. Fixed in KDE 3.5.1, missing resourceChanged() on reload, revision 474539. Fix is in 10.1 |