Registered Member
|
I am getting the error on kde installed over kali linux
Error is produced when I try to launch programs like apktool and other programs which require opening of konsole. I am posting the generated crash information : Application: konsole (konsole), signal: Segmentation fault Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1". [Current thread is 1 (Thread 0x7f43ebf60900 (LWP 2060))] Thread 3 (Thread 0x7f43d6959700 (LWP 2063)): [KCrash Handler] #6 0x00007f43e85847af in QObject::disconnect(QObject const*, char const*, QObject const*, char const*) () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5 #7 0x00007f43ec049430 in ?? () from /usr/lib/x86_64-linux-gnu/libQt5DBus.so.5 #8 0x00007f43ec036632 in ?? () from /usr/lib/x86_64-linux-gnu/libQt5DBus.so.5 #9 0x00007f43e837bd78 in ?? () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5 #10 0x00007f43e4bd8464 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #11 0x00007f43eba2b9df in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 2 (Thread 0x7f43d821a700 (LWP 2062)): #0 0x00007f43eba2256d in poll () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f43e4ffd150 in ?? () from /usr/lib/x86_64-linux-gnu/libxcb.so.1 #2 0x00007f43e4ffeee9 in xcb_wait_for_event () from /usr/lib/x86_64-linux-gnu/libxcb.so.1 #3 0x00007f43d9f3ea79 in ?? () from /usr/lib/x86_64-linux-gnu/libQt5XcbQpa.so.5 #4 0x00007f43e837bd78 in ?? () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5 #5 0x00007f43e4bd8464 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #6 0x00007f43eba2b9df in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1 (Thread 0x7f43ebf60900 (LWP 2060)): #0 0x00007f43e4bde18f in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00007f43e837cc3b in QWaitCondition::wait(QMutex*, unsigned long) () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5 #2 0x00007f43e837b91e in QThread::wait(unsigned long) () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5 #3 0x00007f43ec036396 in ?? () from /usr/lib/x86_64-linux-gnu/libQt5DBus.so.5 #4 0x00007f43ec036429 in ?? () from /usr/lib/x86_64-linux-gnu/libQt5DBus.so.5 #5 0x00007f43eb978920 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #6 0x00007f43eb97897a in exit () from /lib/x86_64-linux-gnu/libc.so.6 #7 0x00007f43e838db99 in QCommandLineParser::process(QStringList const&) () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5 #8 0x00007f43e838dc0f in QCommandLineParser::process(QCoreApplication const&) () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5 #9 0x00007f43ebd08574 in kdemain () from /usr/lib/x86_64-linux-gnu/libkdeinit5_konsole.so #10 0x00007f43eb9632b1 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6 #11 0x000000000040063a in _start () |
Registered Member
|
Maybe related to the fact that konsole is not handling the "-e" parameter correctly in 16.08 (because it has been ported away from kdelibs4support and uses QCommandLineParser now that doesn't support such "rest of the line" parameters). See https://bugs.kde.org/show_bug.cgi?id=366793 I have seen it crashing too when "invalid" parameters are specified (after it prints the "usage" help text), but that's only a secondary problem. (Though I'm not sure it was the same crash, I cannot reproduce it any more) Depending on how those programs run konsole, it may be a workaround to set a different default "Terminal Emulator" in KDE's settings->Applications->Default Applications, xterm e.g. |
Registered Member
|
Hi,
I'm also facing the same issue when i'm trying load aircrack-ng. Specs: Hp pavilion g4 dual boot windows and kali 8gb ram Details: Executable: konsole PID: 4243 Signal: Segmentation fault (11) Time: 25/11/16 17:13:20 This the crash report generated: Application: konsole (konsole), signal: Segmentation fault Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1". pthread_cond_wait@@GLIBC_2.3.2 () at ../sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185 [Current thread is 1 (Thread 0x7fdc43ce2200 (LWP 4243))] Thread 3 (Thread 0x7fdc2e991700 (LWP 4246)): [KCrash Handler] #6 0x00007fdc4038cbdf in QObject::disconnect(QObject const*, char const*, QObject const*, char const*) () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5 #7 0x00007fdc43dc6d50 in ?? () from /usr/lib/x86_64-linux-gnu/libQt5DBus.so.5 #8 0x00007fdc43db37e2 in ?? () from /usr/lib/x86_64-linux-gnu/libQt5DBus.so.5 #9 0x00007fdc40181d98 in ?? () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5 #10 0x00007fdc3c9e4464 in start_thread (arg=0x7fdc2e991700) at pthread_create.c:333 #11 0x00007fdc437bd9df in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:105 Thread 2 (Thread 0x7fdc30464700 (LWP 4245)): #0 0x00007fdc437b456d in poll () at ../sysdeps/unix/syscall-template.S:84 #1 0x00007fdc3ce09150 in ?? () from /usr/lib/x86_64-linux-gnu/libxcb.so.1 #2 0x00007fdc3ce0aee9 in xcb_wait_for_event () from /usr/lib/x86_64-linux-gnu/libxcb.so.1 #3 0x00007fdc32189b69 in ?? () from /usr/lib/x86_64-linux-gnu/libQt5XcbQpa.so.5 #4 0x00007fdc40181d98 in ?? () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5 #5 0x00007fdc3c9e4464 in start_thread (arg=0x7fdc30464700) at pthread_create.c:333 #6 0x00007fdc437bd9df in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:105 Thread 1 (Thread 0x7fdc43ce2200 (LWP 4243)): #0 pthread_cond_wait@@GLIBC_2.3.2 () at ../sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185 #1 0x00007fdc40182c5b in QWaitCondition::wait(QMutex*, unsigned long) () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5 #2 0x00007fdc4018193e in QThread::wait(unsigned long) () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5 #3 0x00007fdc43db3546 in ?? () from /usr/lib/x86_64-linux-gnu/libQt5DBus.so.5 #4 0x00007fdc43db35d9 in ?? () from /usr/lib/x86_64-linux-gnu/libQt5DBus.so.5 #5 0x00007fdc4370a920 in __run_exit_handlers (status=1, listp=0x7fdc43a6d5d8 <__exit_funcs>, run_list_atexit=run_list_atexit@entry=true, run_dtors=run_dtors@entry=true) at exit.c:83 #6 0x00007fdc4370a97a in __GI_exit (status=<optimized out>) at exit.c:105 #7 0x00007fdc401926de in QCommandLineParser::process(QStringList const&) () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5 #8 0x00007fdc4019274f in QCommandLineParser::process(QCoreApplication const&) () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5 #9 0x00007fdc43a9a9cb in kdemain () from /usr/lib/x86_64-linux-gnu/libkdeinit5_konsole.so #10 0x00007fdc436f52b1 in __libc_start_main (main=0x55868f617780, argc=9, argv=0x7fff1c7508a8, init=<optimized out>, fini=<optimized out>, rtld_fini=<optimized out>, stack_end=0x7fff1c750898) at ../csu/libc-start.c:291 #11 0x000055868f6177ba in _start () Can anybody please help me? thanks. |
Registered Member
|
See my previous post. Also in your case, it looks like konsole is crashing on *exit*. That means, the crash is not your main problem, something goes wrong before that. I have no idea how you are trying to load aircrack-ng, but it's probably via a application menu entry that is set to run the command in a terminal window, right? As I wrote, try to set the standard terminal application to xterm and it should work. |
Registered users: Bing [Bot], daret, Google [Bot], Sogou [Bot]