On 08/15/2012 05:50 AM, Sean Bartell wrote: > file contents. At least, it works on Linux; running it on initrd.img in > HelenOS causes a memory access error partway through, possibly due to > stack overflow.
Indeed, the faulting address corresponds to the area just below the fixed-size stack. The displayed stack trace is definitely the largest I have seen on HelenOS. We have discussed support for growing uspace stacks here on this list previously, but before this gets eventually implemented, I'd recommend checking if you could avoid some recursion when interpreting the bithenge script. Jakub _______________________________________________ HelenOS-devel mailing list [email protected] http://lists.modry.cz/cgi-bin/listinfo/helenos-devel
