Bug 331379 - kate crashed
Summary: kate crashed
Status: RESOLVED NOT A BUG
Alias: None
Product: kate
Classification: Applications
Component: general (show other bugs)
Version: 3.11.5
Platform: Ubuntu Linux
: NOR crash
Target Milestone: ---
Assignee: KWrite Developers
URL:
Keywords: drkonqi
Depends on:
Blocks:
 
Reported: 2014-02-21 13:14 UTC by kindlychung
Modified: 2014-02-27 20:34 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 kindlychung 2014-02-21 13:14:34 UTC
Application: kate (3.11.5)
KDE Platform Version: 4.11.5
Qt Version: 4.8.4
Operating System: Linux 3.11.0-15-generic x86_64
Distribution: Ubuntu 13.10

-- Information about the crash:
- What I was doing when the application crashed:

In xfce4, with a firefox window open.

Then I typed kate in bashrun2.

Then kate crashed

The crash does not seem to be reproducible.

-- Backtrace:
Application: Kate (kate), signal: Aborted
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
[Current thread is 1 (Thread 0x7fb3fe7b97c0 (LWP 11669))]

Thread 2 (Thread 0x7fb3ee225700 (LWP 11701)):
#0  0x00007fb3fe0f4f7d in poll () at ../sysdeps/unix/syscall-template.S:81
#1  0x00007fb3fb2416a4 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x00007fb3fb2417ac in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x00007fb3fb2417f9 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#4  0x00007fb3fb2660f5 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#5  0x00007fb3fb719f6e in start_thread (arg=0x7fb3ee225700) at pthread_create.c:311
#6  0x00007fb3fe1019cd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:113

Thread 1 (Thread 0x7fb3fe7b97c0 (LWP 11669)):
[KCrash Handler]
#6  0x00007fb3fe03df77 in __GI_raise (sig=sig@entry=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:56
#7  0x00007fb3fe0415e8 in __GI_abort () at abort.c:90
#8  0x00007fb3fbedf912 in qt_message_output (msgType=<optimized out>, buf=0x1e1d1a8 "kate(11669)/kdeui (kdelibs): Session bus not found \nTo circumvent this problem try the following command (with Linux and bash) \nexport $(dbus-launch) ") at global/qglobal.cpp:2347
#9  0x00007fb3fc715a89 in QDebug::~QDebug (this=0x7fff3b9b5c20, __in_chrg=<optimized out>) at /usr/include/qt4/QtCore/qdebug.h:85
#10 0x00007fb3fc7edb48 in KApplicationPrivate::init (this=0x1dd70e0, GUIenabled=GUIenabled@entry=true) at ../../kdeui/kernel/kapplication.cpp:516
#11 0x00007fb3fc7ee532 in KApplication::KApplication (this=0x7fff3b9b5f50, GUIenabled=true) at ../../kdeui/kernel/kapplication.cpp:352
#12 0x00007fb3fcc40964 in KateApp::KateApp (this=0x7fff3b9b5f50, args=0x1c258f0) at ../../../kate/app/kateapp.cpp:52
#13 0x00007fb3fe3d4745 in kdemain (argc=<optimized out>, argv=<optimized out>) at ../../../kate/app/katemain.cpp:376
#14 0x00007fb3fe028de5 in __libc_start_main (main=0x4006d0 <main(int, char**)>, argc=1, ubp_av=0x7fff3b9b60d8, init=<optimized out>, fini=<optimized out>, rtld_fini=<optimized out>, stack_end=0x7fff3b9b60c8) at libc-start.c:260
#15 0x00000000004006fe in _start ()

Possible duplicates by query: bug 330345, bug 326141, bug 322845, bug 318467, bug 316765.

Reported using DrKonqi
Comment 1 Michal Humpula 2014-02-27 20:34:07 UTC
Hi there,

That looks like session dbus is not running or it's socket path is not exported to env. Considering that crash doesn't seems to reproducible I would say that environment wasn't correctly configured at that particular moment.

Anyway, not a kate bug, so closing as invalid.