Bug 354555 - konsole crash at startup
Summary: konsole crash at startup
Status: RESOLVED DOWNSTREAM
Alias: None
Product: konsole
Classification: Applications
Component: general (show other bugs)
Version: 15.08.0
Platform: Debian testing Linux
: NOR crash
Target Milestone: ---
Assignee: Konsole Developer
URL:
Keywords: drkonqi
Depends on:
Blocks:
 
Reported: 2015-10-29 11:13 UTC by Paolo Medici
Modified: 2015-11-04 14:42 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Paolo Medici 2015-10-29 11:13:40 UTC
Application: konsole (15.08.0)

Qt Version: 5.4.2
Operating System: Linux 4.2.0-1-amd64 x86_64
Distribution: Debian GNU/Linux testing (stretch)

-- Information about the crash:
- What I was doing when the application crashed:
I execute konsole from command line inside xfce4
- Unusual behavior I noticed:
kde not start: kwin crash and drkonqi report a segfault inside libxcb:

The crash can be reproduced every time.

-- Backtrace:
Application: Konsole (konsole), signal: Segmentation fault
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
[KCrash Handler]
#4  0x00007f6028a12fe3 in XInternAtoms () at /usr/lib/x86_64-linux-gnu/libX11.so.6
#5  0x00007f602e03dc68 in  () at /usr/lib/x86_64-linux-gnu/libKF5KDELibs4Support.so.5
#6  0x00007f602e03e751 in KApplication::KApplication(bool, KComponentData const&) () at /usr/lib/x86_64-linux-gnu/libKF5KDELibs4Support.so.5
#7  0x00007f602e073778 in KUniqueApplication::KUniqueApplication(bool, bool) () at /usr/lib/x86_64-linux-gnu/libKF5KDELibs4Support.so.5
#8  0x00007f602ec501a0 in  () at /usr/lib/x86_64-linux-gnu/libkdeinit5_konsole.so
#9  0x00007f602ec62bee in kdemain () at /usr/lib/x86_64-linux-gnu/libkdeinit5_konsole.so
#10 0x00007f602e8b9b45 in __libc_start_main (main=0x400730 <main>, argc=1, argv=0x7fff3986ef88, init=<optimized out>, fini=<optimized out>, rtld_fini=<optimized out>, stack_end=0x7fff3986ef78) at libc-start.c:287
#11 0x000000000040075e in _start ()

Reported using DrKonqi
Comment 1 Jonas Lippuner 2015-10-29 21:50:23 UTC
I have the same problem since today (October 29, 2015). Konsole crashes on Debian testing. I couldn't even get drkonqi to work, so I don't get a nice stack trace as Paolo.
Comment 2 Jonas Lippuner 2015-10-29 23:59:59 UTC
See here for more info: https://bugs.debian.org/802811

I can confirm that it's not only konsole that is affected, but also kate and other KDE apps, according to other users.

The workaround of downgrading libqt5x11extras5 to 5.4.2-2+b1 works for me.
Comment 3 Paolo Medici 2015-10-30 11:54:30 UTC
You are right. I updated the system (in my case Debian Testing) to the last version and now everything works. Closed.
Comment 4 Jonas Lippuner 2015-10-30 16:50:22 UTC
I can confirm that it is now safe to upgrade libqt5x11extras5 to the latest version in testing. The necessary upgrades to the QT libraries have been migrated to testing now, and everything seems to work.