On Thu, Mar 31, 2011 at 2:03 PM, Kirangadu bobbu <[email protected]> wrote: > I can see something like this in console WINDOW OF INSIGHT: > > 0x81103194 in vfprintf (stream=0xe8bd8800, format=0x81102bb0 "", arg={__ap = > 0x81149544}) at loader/libs/c/src/vfprintf.c:90 > 0x81102fa8 in printf (format=0x81102bb0 "") at loader/libs/c/src/printf.c:97 > 0x81102fc0 in printf (format=0x0) at loader/libs/c/src/printf.c:100 > arch_start_kernel (entry=0x81102bb0) at loader/main.c:106 > 0xe8bd8800 in ?? ()
I'm not using Insight myself so I may be wrong, but I think arch_start_kernel never returns and you're using "step over". Try "si" or "step-in". -- Dawid Ciężarkiewicz B-Labs. http://b-labs.com/ _______________________________________________ codezero-devel mailing list [email protected] http://lists.l4dev.org/mailman/listinfo/codezero-devel_lists.l4dev.org
