Bug 298634 - Konsole crash using screen in XMing fullscreen session
Summary: Konsole crash using screen in XMing fullscreen session
Status: RESOLVED DUPLICATE of bug 298468
Alias: None
Product: konsole
Classification: Applications
Component: general (show other bugs)
Version: 2.6.4
Platform: Fedora RPMs Linux
: NOR crash
Target Milestone: ---
Assignee: Konsole Developer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-04-23 04:25 UTC by vikram goyal
Modified: 2012-04-23 04:47 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 vikram goyal 2012-04-23 04:25:02 UTC
Application: konsole (2.6.4)
KDE Platform Version: 4.6.5 (4.6.5)
Qt Version: 4.7.4
Operating System: Linux 2.6.42.12-1.fc15.x86_64 x86_64
Distribution: "Fedora release 15 (Lovelock)"

-- Information about the crash:
- What I was doing when the application crashed:
As mentioned in subject, startkde was started by Xming fullscreen session. I started screen & created 2 tabs. Then due to latency I pressed Ctrl-D to kill tabs & then screen & probably konsole also when it crashed

-- Backtrace:
Application: Konsole (konsole), signal: Segmentation fault
82	T_PSEUDO (SYSCALL_SYMBOL, SYSCALL_NAME, SYSCALL_NARGS)
[Current thread is 1 (Thread 0x7f2f2dc7b840 (LWP 27284))]

Thread 2 (Thread 0x7f2f1bfff700 (LWP 27301)):
#0  0x00000037bfcd85a3 in __GI___poll (fds=<optimized out>, nfds=<optimized out>, timeout=<optimized out>) at ../sysdeps/unix/sysv/linux/poll.c:87
#1  0x00000037c1c42d24 in g_main_context_poll (n_fds=1, fds=0x7f2f140022c0, priority=<optimized out>, timeout=-1, context=0x7f2f140009b0) at gmain.c:3405
#2  g_main_context_iterate (context=0x7f2f140009b0, block=<optimized out>, dispatch=1, self=<optimized out>) at gmain.c:3087
#3  0x00000037c1c4325c in g_main_context_iteration (context=0x7f2f140009b0, may_block=1) at gmain.c:3155
#4  0x00000030b83853f6 in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib64/libQtCore.so.4
#5  0x00000030b8359e02 in QEventLoop::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib64/libQtCore.so.4
#6  0x00000030b8359fff in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib64/libQtCore.so.4
#7  0x00000030b827207f in QThread::exec() () from /usr/lib64/libQtCore.so.4
#8  0x00000030b833ceaf in ?? () from /usr/lib64/libQtCore.so.4
#9  0x00000030b8274af5 in ?? () from /usr/lib64/libQtCore.so.4
#10 0x00000037c0807b41 in start_thread (arg=0x7f2f1bfff700) at pthread_create.c:305
#11 0x00000037bfce0e6d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:115

Thread 1 (Thread 0x7f2f2dc7b840 (LWP 27284)):
[KCrash Handler]
#6  0x00000037bff95718 in main_arena () from /lib64/libc.so.6
#7  0x0000003ef3037fc7 in QApplication::x11ProcessEvent(_XEvent*) () from /usr/lib64/libQtGui.so.4
#8  0x0000003ef305ff2c in ?? () from /usr/lib64/libQtGui.so.4
#9  0x00000037c1c427ed in g_main_dispatch (context=0xf9bce0) at gmain.c:2441
#10 g_main_context_dispatch (context=0xf9bce0) at gmain.c:3014
#11 0x00000037c1c42fc8 in g_main_context_iterate (context=0xf9bce0, block=<optimized out>, dispatch=1, self=<optimized out>) at gmain.c:3092
#12 0x00000037c1c4325c in g_main_context_iteration (context=0xf9bce0, may_block=1) at gmain.c:3155
#13 0x00000030b838538f in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib64/libQtCore.so.4
#14 0x0000003ef305fc1e in ?? () from /usr/lib64/libQtGui.so.4
#15 0x00000030b8359e02 in QEventLoop::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib64/libQtCore.so.4
#16 0x00000030b8359fff in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib64/libQtCore.so.4
#17 0x00000030b835e117 in QCoreApplication::exec() () from /usr/lib64/libQtCore.so.4
#18 0x000000325981335a in kdemain (argc=3, argv=0x7fff8745ed48) at /usr/src/debug/kdebase-4.6.5/konsole/src/main.cpp:77
#19 0x00000037bfc2135d in __libc_start_main (main=0x400770 <main(int, char**)>, argc=3, ubp_av=0x7fff8745ed48, init=<optimized out>, fini=<optimized out>, rtld_fini=<optimized out>, stack_end=0x7fff8745ed38) at libc-start.c:226
#20 0x00000000004007a1 in _start ()

Possible duplicates by query: bug 298468, bug 298337, bug 297826, bug 296758, bug 296622.

Reported using DrKonqi
Comment 1 Jekyll Wu 2012-04-23 04:47:23 UTC
Well, you have reported this same crash in bug 298468. The most possible cause is you are using some input method(for example, ibus), and that is an kwown issue(bug 252602).

*** This bug has been marked as a duplicate of bug 298468 ***