[New-bugs-announce] [issue25323] Bus error: 10 when executing recursive program

Radosław Ejsmont report at bugs.python.org
Tue Oct 6 12:42:51 CEST 2015


New submission from Radosław Ejsmont:

When I execute a recursive deep tree reconstruction algorithm (depth ~20000) I am hitting a bus error 10. I have modified the recursion limit accordingly (sys.setrecursionlimit(20000)).

I am running python 2.7.10 on OS X 10.11.

The code I am running is here: https://github.com/rejsmont/nuclearP/blob/master/src/Compact.py

Function that fails is nfill()

Code runs fine on linux python 2.7.3 or 2.7.9

----------
components: Macintosh
messages: 252385
nosy: Radosław Ejsmont, ned.deily, ronaldoussoren
priority: normal
severity: normal
status: open
title: Bus error: 10 when executing recursive program
type: crash
versions: Python 2.7

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


More information about the New-bugs-announce mailing list