[New-bugs-announce] [issue11383] compilation seg faults on insanely large expressions

Nick Coghlan report at bugs.python.org
Thu Mar 3 11:56:46 CET 2011


New submission from Nick Coghlan <ncoghlan at gmail.com>:

~/devel/py3k$ ./python -c "compile('1*'*100000+'1', 'broken', 'eval')"
Segmentation fault

Going by the gdb stack trace we're blowing the stack due to the recursive descent in "compiler_visit_expr".

----------
messages: 129950
nosy: ncoghlan
priority: normal
severity: normal
status: open
title: compilation seg faults on insanely large expressions

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue11383>
_______________________________________


More information about the New-bugs-announce mailing list