[Python-Dev] Bus error in transformer.py

Paul Colomiets pc at gafol.net
Sat Jul 28 13:11:23 CEST 2007


Hi!

I'm still working on bug:
http://python.org/sf/1720241

First thing I've found is that `compile` works OK, but `compiler.parse` not.
And I feel that It's bug in python, or python port, because I'm getting 
Bus error
on some stage when I'm tracing execution and trying to backtrace. Also 
`parser.expr`
passes ok, and error raises in Transformer class.
 
I've attached part of the debugger session, and script I use.

Any hints how to debug it further?

--
Paul.
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: pdbsession.txt
Url: http://mail.python.org/pipermail/python-dev/attachments/20070728/7f23e2e2/attachment-0001.txt 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: test1.py
Type: text/x-python
Size: 364 bytes
Desc: not available
Url : http://mail.python.org/pipermail/python-dev/attachments/20070728/7f23e2e2/attachment-0001.py 


More information about the Python-Dev mailing list