Bug 36317

Summary: konq-nox segfaults after loading any page
Product: [Retired] Red Hat Powertools Reporter: Matthew Miller <mattdm>
Component: konq-noxAssignee: Bernhard Rosenkraenzer <bero>
Status: CLOSED WONTFIX QA Contact:
Severity: high Docs Contact:
Priority: medium    
Version: 7.1   
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2003-05-16 16:51:07 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
traceback of crash none

Description Matthew Miller 2001-04-17 18:31:50 UTC
Summary pretty much sums it up -- konq-nox loads fine and everything, but
segfaults after loading a page. (Elements on the page start to appear, and
then, bam.)

Happens both on my Libretto with a chips & tech video card and on a Dell
Optiplex with an ati rage pro.

Comment 1 Bernhard Rosenkraenzer 2001-04-18 21:45:23 UTC
Can't reproduce it here on P3 with a Matrox G400 card. Do you have a backtrace?


Comment 2 Matthew Miller 2001-04-20 02:59:21 UTC
Odd. Works fine as root, but as a normal user, crashes with the normal konq-nox
script. However, if I change that script to 

  #!/bin/sh
  QTDIR=/usr/lib/qt-embedded-2.3.0
  KDEDIR=/usr/lib/kdenox
  KDEDIRS=/usr/lib/kdenox
  KDEHOME=/usr/lib/kdenox
  /usr/lib/kdenox/konq -qws $@ &>/dev/null

(All env variables set not on the konq command line)

it works fine.

With the normal script, or just

  #!/bin/sh
  QTDIR=/usr/lib/qt-embedded-2.3.0 KDEDIR=/usr/lib/kdenox
KDEDIRS=/usr/lib/kdenox KDEHOME=/usr/lib/kdenox /usr/lib/kdenox/konq -qws $@
&>/dev/null

I get segfault as soon as the page starts to load.



Comment 3 Matthew Miller 2001-04-20 19:06:04 UTC
Ah. Played around a little bit -- in the second case above, QTDIR
 and KDEDIR are already in the environment, and so get set. KDEDIRS and KDEHOME
were not. Duh. The problem turns out to be in setting KDEHOME -- leave it unset,
and no crash.


(Backtrace coming rsn.)

Comment 4 Matthew Miller 2001-04-20 19:10:27 UTC
Created attachment 15904 [details]
traceback of crash

Comment 5 David Lawrence 2003-05-16 16:51:07 UTC
Closing as WONTFIX due to end of life of the Power Tools product line. Please
open a new bug report under the Red Hat Linux product if the component is still
included in the base Red Hat distribution.