2 Jun
2005
2 Jun
'05
10:37 a.m.
On 6/2/05, Derick Swanepoel <dswanepoel@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