[Konsole-devel] [Bug 155450] Konsole closes all instances after random click

Robert Knight robertknight at gmail.com
Wed Jan 16 23:57:41 UTC 2008


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=155450         




------- Additional Comments From robertknight gmail com  2008-01-17 00:57 -------
> Is that because they're not actually distributing the released software,
> or is the bug still there?

I don't know.  The line of code which introduced the bug was added after KDE 4.0.0 was tagged, in revisions #757710 and #757711 in order to fix bug #155153.  This was fixed properly in revisions #759891 and #759892.  

If you are encountering this crash, which is very easy to reproduce, then your packages were very likely built with a version of KDE 4 from after the tagging.  I believe that OpenSUSE do frequent packages of the latest KDE 4.0 branch.  Are you sure that you aren't using these instead of the 4.0.0 packages?

If you can reproduce the crash easily, please run Konsole from the debugger (with the --nofork argument) and print a backtrace if possible, just to confirm that it is the same bug.

gdb konsole
gdb$ set args --nofork
gdb$ run
... <crash> 
gdb$ backtrace



More information about the konsole-devel mailing list