Bug 131368 - 'import gnome.applet' causes ABRT, SEGV
Summary: 'import gnome.applet' causes ABRT, SEGV
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: gnome-python2
Version: rawhide
Hardware: x86_64
OS: Linux
medium
high
Target Milestone: ---
Assignee: Jonathan Blandford
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks: FC3Target 131589
TreeView+ depends on / blocked
 
Reported: 2004-08-31 16:24 UTC by Zack Cerza
Modified: 2013-04-02 04:19 UTC (History)
1 user (show)

Fixed In Version: 2.6.0-2
Clone Of:
Environment:
Last Closed: 2004-10-05 21:24:46 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
ABRT backtrace from gdb (2.44 KB, text/plain)
2004-08-31 16:27 UTC, Zack Cerza
no flags Details
SEGV backtrace from gdb (2.11 KB, text/plain)
2004-08-31 16:29 UTC, Zack Cerza
no flags Details

Description Zack Cerza 2004-08-31 16:24:32 UTC
Description of problem:
The following python script will cause an ABRT signal to be emitted:
#!/usr/bin/python2
import gnome.applet
The error message given is: "GLib-ERROR **: gmem.c:157: failed to
allocate 18446744066786085920 bytes"

The following python script will cause a SEGV signal to be emitted:
#!/usr/bin/python2
import gtk
import gnome.applet

Version-Release number of selected component (if applicable):
gnome-python2-applet-2.0.2-1

How reproducible:
Always

Additional info:
If these are two separate bugs, I can split the report into two. I'm
not too worried about the ABRT problem, since I'm fairly sure you're
supposed to import gtk before gnome.applet.

Comment 1 Zack Cerza 2004-08-31 16:27:13 UTC
Created attachment 103299 [details]
ABRT backtrace from gdb

Comment 2 Zack Cerza 2004-08-31 16:29:06 UTC
Created attachment 103301 [details]
SEGV backtrace from gdb

Comment 3 Zack Cerza 2004-10-05 21:24:46 UTC
Seems fixed =D


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