Bug 104396 (gnome.ui.About) - gnome.ui.About() segfaults
Summary: gnome.ui.About() segfaults
Keywords:
Status: CLOSED RAWHIDE
Alias: gnome.ui.About
Product: Red Hat Linux Beta
Classification: Retired
Component: gnome-python2
Version: beta1
Hardware: i386
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Matt Wilson
QA Contact:
URL:
Whiteboard:
: 104088 106027 (view as bug list)
Depends On:
Blocks: CambridgeTarget
TreeView+ depends on / blocked
 
Reported: 2003-09-14 20:06 UTC by Andre Moraes
Modified: 2007-04-18 16:57 UTC (History)
2 users (show)

Fixed In Version: 2.0.0-2
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2003-10-03 00:06:52 UTC
Embargoed:


Attachments (Terms of Use)
Trace file following the execution of redhat-control-network (559.84 KB, text/plain)
2003-09-14 20:10 UTC, Andre Moraes
no flags Details

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. ***


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