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.
Created attachment 103299 [details] ABRT backtrace from gdb
Created attachment 103301 [details] SEGV backtrace from gdb
Seems fixed =D