[PEAK] Problem running pyprotocols on OS X Leopard 10.5.2
Akira Kitada
akira at macports.org
Fri Mar 28 21:18:12 EDT 2008
Hi,
I'm trying to porting PyProtocols 1.0a0dev-r2302 for MacPorts, Port
collections of Mac OS X.
it works with Python2.5 but it doesn't with Python2.4
$ /opt/local/bin/python2.4
Python 2.4.5 (#1, Mar 23 2008, 02:29:58)
[GCC 4.0.1 (Apple Inc. build 5465)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import protocols
>>> help(protocols)
Bus error
Here's the trace
Thread 0 Crashed:
0 readline.so 0x000a7aa3 call_readline + 691
1 org.python.python 0x0016b7ae PyOS_Readline + 254
2 org.python.python 0x0016cd70 tok_nextc + 64
3 org.python.python 0x0016d5a5 PyTokenizer_Get + 101
4 org.python.python 0x00168312 parsetok + 210
5 org.python.python 0x00212942 PyRun_InteractiveOneFlags + 290
6 org.python.python 0x00212b63 PyRun_InteractiveLoopFlags + 99
7 org.python.python 0x00213a19 PyRun_AnyFileExFlags + 185
8 org.python.python 0x0021da8a Py_Main + 3130
9 org.python.python 0x000018dc 0x1000 + 2268
10 org.python.python 0x00001809 0x1000 + 2057
Do you have any related report on this?
Thanks
More information about the PEAK
mailing list