sprhawk / python-on-a-chip

Automatically exported from code.google.com/p/python-on-a-chip
Other
0 stars 0 forks source link

Stack overflow on PIC port #107

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Compiling then running the system test produces a stack overflow in the 
simulator. Apparently, Python 2.6 needs more space than compiles with Python 
2.5.

Original issue reported on code.google.com by bjones460@gmail.com on 29 Jul 2010 at 6:53

GoogleCodeExporter commented 9 years ago
r530:
- Increased stack size to 500 in project files
- Decrease heap size by 100 bytes

Original comment by bjones460@gmail.com on 29 Jul 2010 at 6:54