Hello, I use the tktreectrl Tk extension (http://tktreectrl.sourceforge.net) through the python wrapper module (http://klappnase.zexxo.net/TkinterTreectrl/index.html). With python-2.5 it seems that each time some text is inserted into the treectrl widget a segfault occurs (on linux, on windows2000 it seemed to work). Some people sent me mail describing the same problem, so I think it is not a problem with my installation of python-2.5. The treectrl widget itself works well when running from Tcl or from python2.4, so i suspect that it is a bug in python-2.5. Below the output from gdb when running the dirtree demo from the TkinterTreectrl package:
(gdb) run Starting program: /usr/local/bin/python2.5 /home/pingu/projekte/TkinterTreectrl/TkinterTreectrl-0.6/demo/dirtree.py [Thread debugging using libthread_db enabled] [New Thread -1209842944 (LWP 21831)] Program received signal SIGSEGV, Segmentation fault. [Switching to Thread -1209842944 (LWP 21831)] block_alloc (b=0x1, size=16) at Python/pyarena.c:109 109 if (b->ab_offset + size > b->ab_size) { (gdb) bt #0 block_alloc (b=0x1, size=16) at Python/pyarena.c:109 #1 0x080d829e in PyArena_Malloc (arena=0x82b2790, size=16) at Python/pyarena.c:192 #2 0x081129ca in Ellipsis (arena=0x10) at Python/Python-ast.c:1764 #3 0xb77731ef in DisplayProcText () from /usr/lib/treectrl2.2/libtreectrl2.2.so Any ideas? Regards Michael -- http://mail.python.org/mailman/listinfo/python-list