Debugging an L4 task
Derick Swanepoel
dswanepoel at gmail.com
Thu Jun 2 10:37:13 CEST 2005
On 6/2/05, Derick Swanepoel <dswanepoel at gmail.com> wrote:
> Hi,
>
> I am trying to debug an L4 task that double pagefaults before reaching
> the main function. How should one use the debugger to run a task so it
> can be debugged without having to break into the debugger later? The
> backtrace doesn't seem very useful because it looks like a stack
> overflow due to infinite recursion.
Nevermind, I was using the l4env_freebsd mode and it causes the
program to be linked against libloglinux while I needed liblog.
Derick
More information about the l4-hackers
mailing list