Bug 131368

Summary: 'import gnome.applet' causes ABRT, SEGV
Product: [Fedora] Fedora Reporter: Zack Cerza <zcerza>
Component: gnome-python2Assignee: Jonathan Blandford <jrb>
Status: CLOSED RAWHIDE QA Contact:
Severity: high Docs Contact:
Priority: medium    
Version: rawhideCC: ddumas
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: 2.6.0-2 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2004-10-05 21:24:46 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: 123268, 131589    
Attachments:
Description Flags
ABRT backtrace from gdb
none
SEGV backtrace from gdb none

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