Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.
Bug 19025 - firewall-config dumps core
Summary: firewall-config dumps core
Keywords:
Status: CLOSED DUPLICATE of bug 19182
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: firewall-config
Version: 7.3
Hardware: alpha
OS: Linux
medium
high
Target Milestone: ---
Assignee: Harald Hoyer
QA Contact: Wil Harris
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2000-10-13 05:15 UTC by Michal Jaegermann
Modified: 2007-04-18 16:29 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2000-10-13 14:36:38 UTC
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHBA-2000:132 0 normal SHIPPED_LIVE Bug fixing update of GCC 2.96 2000-12-19 05:00:00 UTC

Description Michal Jaegermann 2000-10-13 05:15:25 UTC
An attempt to start firewall-config ends up with:
Illegal instruction (core dumped)

As the test machine is EV67 (UP1100) then it is not very likely
that this was compiled for a wrong platform.

  Michal
  michal

Comment 1 Michal Jaegermann 2000-10-13 05:19:01 UTC
Oops!  Forgot to add.  Attempts to click on an entry in "System" menu
quietly do nothing and this will quite confusing for somebody new

Comment 2 Harald Hoyer 2000-10-13 08:15:45 UTC
I think this is not a firewall-config problem. In my opinion either glibc, g++
or libqt is the source of the segmentation fault. Could you please make a
# gdb /usr/sbin/firewall-config
gdb > run
gdb > ....
gdb > bt

Comment 3 Michal Jaegermann 2000-10-13 14:36:32 UTC
Distributed executables were stripped.  But anyway:
# gdb /usr/sbin/firewall-config
GNU gdb 5.0
Copyright 2000 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for details.
This GDB was configured as "alpha-redhat-linux"...
(no debugging symbols found)...
(gdb) r
Starting program: /usr/sbin/firewall-config 
[New Thread 1024 (LWP 11035)]
Qt: gdb: -nograb added to command-line options.
	 Use the -dograb option to enforce grabbing.
firewall-config: Fatal IO error: client killed

Program exited with code 01.
(gdb) bt
No stack.

Ok, so lets try with '-dograb', like suggested above:

(no debugging symbols found)...
(gdb) set args -dograb
(gdb) run
Starting program: /usr/sbin/firewall-config -dograb
[New Thread 1024 (LWP 11040)]
firewall-config: Fatal IO error: client killed

Program exited with code 01.
(gdb) bt
No stack.
(gdb) quit

I did not realized that this program was using Qt.  Over years I still
have to see a version of Qt and/or KDE which would be not riddled
with weird bugs.


Comment 4 Harald Hoyer 2000-10-16 15:25:11 UTC

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


Note You need to log in before you can comment on or make changes to this bug.