Bug 104396 (gnome.ui.About)

Summary: gnome.ui.About() segfaults
Product: [Retired] Red Hat Linux Beta Reporter: Andre Moraes <amoraes.linux>
Component: gnome-python2Assignee: Matt Wilson <msw>
Status: CLOSED RAWHIDE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: beta1CC: harald, petrosyan
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: 2.0.0-2 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2003-10-03 00:06:52 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:
Bug Depends On:    
Bug Blocks: 100644    
Attachments:
Description Flags
Trace file following the execution of redhat-control-network none

Description Andre Moraes 2003-09-14 20:06:29 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030703

Description of problem:
When I try to get more information about a given network connection by pressing
info button on redhat-control-network, the applet crashes without any warnings.

I've tried this with Ethernet and DSL connections.

Version-Release number of selected component (if applicable):
1.3.1-1

How reproducible:
Always

Steps to Reproduce:
1. Open redhat-control-network
2. Select any network connection
3. Press the Info button

    

Actual Results:  The applet closes with a Segmentation Fault

Additional info:

I'm using severn with pt_BR language.

Comment 1 Andre Moraes 2003-09-14 20:10:14 UTC
Created attachment 94484 [details]
Trace file following the execution of redhat-control-network

The file was created when I'm running redhat-control-network. I've started
strace with the following command line:
# strace -o redhat-control-network.trace redhat-network-trace

After applet starts, I choose the Ethernet connection and press the Info
button. As soon as I did it, the applet closes with seg fault.

Comment 3 Harald Hoyer 2003-09-15 08:46:05 UTC
*** Bug 104088 has been marked as a duplicate of this bug. ***

Comment 4 Harald Hoyer 2003-09-15 08:52:51 UTC
this seems to be a pygtk problem...
please try this:
$ python
>>> import gnome.ui
>>> dlg = gnome.ui.About("name", "version", "blah", "blubb", [ "a", "ø"])
>>> dlg.run()


Comment 5 Andre Moraes 2003-09-16 00:23:52 UTC
Harald,

I did the test the you suggest. The results follows:

[root@ncc1701d root]# python
Python 2.2.3 (#1, Jun 10 2003, 16:41:13)
[GCC 3.3 20030604 (Red Hat Linux 3.3-5)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import gnome.ui
>>> dlg = gnome.ui.About("name", "version", "blah", "blubb", [ "a", "ø"])
Falha de segmentação
[root@ncc1701d root]#


Hope it helps.

Comment 6 Harald Hoyer 2003-10-02 09:52:53 UTC
*** Bug 106027 has been marked as a duplicate of this bug. ***