Re: OpenEuphoria on the raspberry pi
- Posted by Jerome Feb 14, 2013
- 2789 views
mattlewis said...
Yes. It sounds like somewhere in lookup() something is going wrong. Either the arithmetic or the bitwise operations isn't working correctly.
Confirmed! Using gdb and print statements, the variable index in lookup becomes stuck at the length of slots (256 in the case I debugged) and just loops forever. Using a simple sequential search fixes the problem but obviously is not optimal.
Thanks,
Ira