Bug 68749

Summary: Konqueror crashes if location field is activated when changing desktop
Product: [Applications] konqueror Reporter: Tuomas Suutari <tuomas>
Component: generalAssignee: Konqueror Developers <konq-bugs>
Status: RESOLVED DUPLICATE    
Severity: crash    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Gentoo Packages   
OS: Linux   
Latest Commit: Version Fixed In:
Attachments: strace konqueror 2>konqueror-strace.log
ltrace 2>konqueror-ltrace.log

Description Tuomas Suutari 2003-11-21 19:53:19 UTC
Version:           3.1.4 (using KDE 3.1.4)
Installed from:    Gentoo
Compiler:          gcc version 3.2.3 20030422 (Gentoo Linux 1.4 3.2.3-r1, propolice)
OS:          Linux (i586) release 2.4.20-gentoo-r8

Everty time I switch desktop to the desktop where is a Konqueror window, and it has Location field activated, Konqueror just closes. If somebody gets this same effect, please let me know.
Comment 1 Thiago Macieira 2003-11-22 00:44:29 UTC
I've just tested and I can't reproduce it. Can you at least provide us with a backtrace?
Comment 2 Tuomas Suutari 2003-11-22 16:04:26 UTC
Created attachment 3346 [details]
strace konqueror 2>konqueror-strace.log
Comment 3 Tuomas Suutari 2003-11-22 16:05:08 UTC
Created attachment 3347 [details]
ltrace 2>konqueror-ltrace.log
Comment 4 Tuomas Suutari 2003-11-22 16:06:53 UTC
Steps to reproduce:
1. Start Konqueror
2. Clear Location-field
3. Change desktop
4. Press ALT-TAB to get back to Konqueror
5. Konqueror exits with exit(1)
Comment 5 Thiago Macieira 2003-11-22 22:18:09 UTC
Your ltrace and strace logs contain this abort message:
QClipboard: internal error, qt_xclb_wait_for_event recursed

By the way, those are not backtraces. You are not getting a DrKonqi window because Qt simply exits the process (instead of aborting).

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