Re: [pygtk] Code snippet causes segfault. Please test.

2001-09-19 Thread Tom Cato Amundsen
On Wed, Sep 19, 2001 at 08:15:16AM +0800, James Henstridge wrote: > I had tested your example with what was current in CVS at the time, and it > was crashing there. After applying the patch, it caused an exception as > it was supposed to. The exact results I got were (after applying the > patch,

Re: [pygtk] Code snippet causes segfault. Please test.

2001-09-18 Thread James Henstridge
On Tue, 18 Sep 2001, Tom Cato Amundsen wrote: > Sorry, but your patch does not fix it for me. Have you > tested the patch, or is it only theoretically proved to be > correct? ;-) > > I removed all my old gtk/pygtk/multiple-pythonX.Y just to be safe, > but using python 2.0 I still get a crash. Not

Re: [pygtk] Code snippet causes segfault. Please test.

2001-09-18 Thread Tom Cato Amundsen
Sorry, but your patch does not fix it for me. Have you tested the patch, or is it only theoretically proved to be correct? ;-) I removed all my old gtk/pygtk/multiple-pythonX.Y just to be safe, but using python 2.0 I still get a crash. Notice that the program crashes when we try to use self.b tha

Re: [pygtk] Code snippet causes segfault. Please test.

2001-09-17 Thread James Henstridge
On Mon, 17 Sep 2001, Tom Cato Amundsen wrote: > Can someone that has installed gtk+ 1.3.7 and pygtk-1.99 test > this little script and see if it segfaults? I'm still > unsure if this is a local problem or a bug. > > import sys > # edit this!!! > sys.path.insert(0, "/home/tom/gtk2/lib/python2.0/si

Re: [pygtk] Code snippet causes segfault. Please test.

2001-09-17 Thread Tom Cato Amundsen
On Mon, Sep 17, 2001 at 09:00:05AM -0500, Skip Montanaro wrote: > > Tom> Can someone that has installed gtk+ 1.3.7 and pygtk-1.99 test this > Tom> little script and see if it segfaults? I'm still unsure if this is > Tom> a local problem or a bug. > > Segfaults for me. Is multiple in

Re: [pygtk] Code snippet causes segfault. Please test.

2001-09-17 Thread Skip Montanaro
Tom> Can someone that has installed gtk+ 1.3.7 and pygtk-1.99 test this Tom> little script and see if it segfaults? I'm still unsure if this is Tom> a local problem or a bug. Segfaults for me. Is multiple inheritance supported by ExtensionClass? -- Skip Montanaro ([EMAIL PROTECTED

[pygtk] Code snippet causes segfault. Please test.

2001-09-17 Thread Tom Cato Amundsen
Can someone that has installed gtk+ 1.3.7 and pygtk-1.99 test this little script and see if it segfaults? I'm still unsure if this is a local problem or a bug. import sys # edit this!!! sys.path.insert(0, "/home/tom/gtk2/lib/python2.0/site-packages") import gtk class VClass: def __init__(sel