pygoocanvas causes immediate segfault on import on x86-64
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
pygoocanvas |
Confirmed
|
Undecided
|
Unassigned |
Bug Description
More info will be needed to fix this but I don't really know how to debug stuff in Python so I'm going to need instructions from you on how to provide the extra info.
Building Conduit, I noticed it failed on our (Mandriva's) x86-64 buildhost but succeeded on i586. It was failing on the pygoocanvas test, which just tries to import pygoocanvas. Further inspection reveals:
x86-64
[iurt cooker] adamwklodia~$ python
Python 2.5.2 (r252:60911, Aug 25 2008, 10:52:07)
[GCC 4.3.1 20080626 (prerelease)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import goocanvas
Segmentation fault
i586
[adamw@lenovo SPECS]$ python
Python 2.5.2 (r252:60911, Aug 25 2008, 09:58:25)
[GCC 4.3.1 20080626 (prerelease)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import goocanvas
>>>
That's all I have so far. The builds are identical, the only difference is the arch (i586 vs. x86-64). How do I go about getting the necessary info to let you fix this? Thanks!
Changed in pygoocanvas: | |
status: | Invalid → Confirmed |
Hi Adam,
thanks for your bug report. can you tell me what version of pygobject are you using?
We recently had a similar problem in pygtk caused by a bug in pygobject (up to 2.15.3), it's now fixed in trunk.
cheers