After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 357149 - Xtns --> Python-Fu --> Test --> Sphere crashes on 64 bit Linux
Xtns --> Python-Fu --> Test --> Sphere crashes on 64 bit Linux
Status: RESOLVED DUPLICATE of bug 354555
Product: GIMP
Classification: Other
Component: Gimp-Python
2.3.x
Other All
: Normal normal
: ---
Assigned To: Manish Singh
GIMP Bugs
Depends on:
Blocks:
 
 
Reported: 2006-09-22 03:30 UTC by skottish
Modified: 2008-01-15 14:08 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description skottish 2006-09-22 03:30:35 UTC
Please describe the problem:
I tried Xtns --> Python-Fu --> Test --> Sphere on 64 bit Linux and it crashes.

Steps to reproduce:
1. Xtns --> Python-Fu --> Test --> Sphere
2. 
3. 


Actual results:
I receive this error on the console:

Traceback (most recent call last):
  • File "/opt/gimp-2.3/lib/gimp/2.0/python/gimpfu.py", line 624 in _run
    res = _interact(proc_name, start_params)
  • File "/opt/gimp-2.3/lib/gimp/2.0/python/gimpfu.py", line 292 in _interact
    import gimpui
  • File "/opt/gimp-2.3/lib/gimp/2.0/python/gimpui.py", line 143 in ?
    class ColorSelector(ColorButton):
  • File "/opt/gimp-2.3/lib/gimp/2.0/python/gimpui.py", line 144 in ColorSelector
    def __init__(self, default=gimpcolor.RGB(1.0, 0, 0)):
SystemError: NULL result without error in PyObject_Call

Expected results:


Does this happen every time?
Yes

Other information:
All Python plug-ins that I've tested failed. I will be happy to post other examples if you wish.
Comment 1 Manish Singh 2006-09-22 05:53:26 UTC

*** This bug has been marked as a duplicate of 354555 ***