Hi Barry,
I installed Workbench r782 on an IRIX machine today.
It crashes the python interpreter with a segmentation fault.
Unfortunately, the dbx IRIX debugger is getting into a loop
showing the same stack entry over and over:
Thread 0x10000
> 0 strlen(0x0, 0x60d0e48, 0x0, 0xfe, 0x32, 0x2, 0x7f,
0x27)
["/xlv44/6.5.28m/work/irix/lib/libc/libc_n32_M4/strings
/strlen.s":58, 0xfa42fb0]
1 PyString_FromString(str = (nil))
["/opt/local/source/Python-2.4.2/Objects/stringobject.c
":101, 0x10066894]
2 PyString_FromString(str = (nil))
["/opt/local/source/Python-2.4.2/Objects/stringobject.c
":101, 0x10066894]
3 PyString_FromString(str = (nil))
["/opt/local/source/Python-2.4.2/Objects/stringobject.c
":101, 0x10066894]
4 PyString_FromString(str = (nil))
["/opt/local/source/Python-2.4.2/Objects/stringobject.c
":101, 0x10066894]
So that did not help much.
I knew that older versions of Workbench did not crash,
so I installed one after another and found out that r757
is the first one that crashes.
The same workbench does not crash on Linux, which is
a bit odd.
Is the above information sufficient for you to fix the bug?
Carsten.
------------------------------------------------------------
---------
To unsubscribe, e-mail: dev-unsubscribe pysvn.tigris.org
For additional commands, e-mail: dev-help pysvn.tigris.org
|