James Henstridge <[EMAIL PROTECTED]> writes:
> New releases of pygtk and gnome-python on the stable branch are now
> available:
Hello,
I have problems with the new stable gnome-python. I'm running Python
2.2 final and get segmentation faults with most of the examlples:
>gdb python
GNU gdb 5.0
Copyright 2000 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB. Type "show warranty" for details.
This GDB was configured as "i386-suse-linux"...
(gdb) run testgtk.py
Starting program: /usr/local/bin/python testgtk.py
[New Thread 1024 (LWP 5493)]
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 1024 (LWP 5493)]
0x400e60bc in chunk_free () from /lib/libc.so.6
(gdb) bt
#0 0x400e60bc in chunk_free () from /lib/libc.so.6
#1 0x400e6054 in free () from /lib/libc.so.6
#2 0x401e8bb7 in PyGtk_dealloc (self=0x81c2dc0) at gtkmodule.c:132
#3 0x80d555a in dict_dealloc (mp=0x818a35c) at Objects/dictobject.c:710
#4 0x80b8eaa in instance_dealloc (inst=0x81d5f0c) at Objects/classobject.c:653
#5 0x807d30a in eval_frame (f=0x812331c) at Python/ceval.c:1682
#6 0x807e290 in PyEval_EvalCodeEx (co=0x401b5de0, globals=0x811a1cc, locals=0x0,
args=0x811f97c, argcount=0, kws=0x811f97c, kwcount=0, defs=0x0, defcount=0,
closure=0x0) at Python/ceval.c:2574
#7 0x8080b2d in fast_function (func=0x81d725c, pp_stack=0xbfffeed4, n=0, na=0,
nk=0) at Python/ceval.c:3150
#8 0x807d599 in eval_frame (f=0x811f82c) at Python/ceval.c:2013
#9 0x807e290 in PyEval_EvalCodeEx (co=0x401b5e60, globals=0x811a1cc, locals=0x0,
args=0x811465c, argcount=0, kws=0x811465c, kwcount=0, defs=0x0, defcount=0,
closure=0x0) at Python/ceval.c:2574
#10 0x8080b2d in fast_function (func=0x81d7294, pp_stack=0xbffff034, n=0, na=0,
nk=0) at Python/ceval.c:3150
#11 0x807d599 in eval_frame (f=0x811450c) at Python/ceval.c:2013
#12 0x807e290 in PyEval_EvalCodeEx (co=0x401b5ea0, globals=0x811a1cc,
locals=0x811a1cc, args=0x0, argcount=0, kws=0x0, kwcount=0, defs=0x0,
defcount=0, closure=0x0) at Python/ceval.c:2574
#13 0x8080ac5 in PyEval_EvalCode (co=0x401b5ea0, globals=0x811a1cc,
locals=0x811a1cc) at Python/ceval.c:483
#14 0x809ea2b in run_node (n=0x811f610, filename=0xbffff472 "testgtk.py",
globals=0x811a1cc, locals=0x811a1cc, flags=0xbffff1ac)
at Python/pythonrun.c:1083
#15 0x809d06f in PyRun_SimpleFileExFlags (fp=0x8111480,
filename=0xbffff472 "testgtk.py", closeit=1, flags=0xbffff1ac)
at Python/pythonrun.c:689
#16 0x805358a in Py_Main (argc=2, argv=0xbffff28c) at Modules/main.c:369
---Type <return> to continue, or q <return> to quit---
#17 0x8053039 in main (argc=2, argv=0xbffff28c) at Modules/python.c:10
#18 0x4008ec5f in __libc_start_main () from /lib/libc.so.6
(gdb)
Greetings
Berthold
--
[EMAIL PROTECTED] / http://starship.python.net/crew/bhoel/
It is unlawful to use this email address for unsolicited ads
(USC Title 47 Sec.227). I will assess a US$500 charge for
reviewing and deleting each unsolicited ad.
_______________________________________________
pygtk mailing list [EMAIL PROTECTED]
http://www.daa.com.au/mailman/listinfo/pygtk