mirror of
https://github.com/genodelabs/genode.git
synced 2025-04-13 22:23:45 +00:00
hw_x86_64: Log ip on unknown exception
This commit is contained in:
parent
4d700fe2ae
commit
fdbb073414
@ -48,8 +48,8 @@ void Thread::exception(unsigned const cpu)
|
||||
_interrupt(cpu);
|
||||
return;
|
||||
}
|
||||
PWRN("%s -> %s: triggered unknown exception %lu with error code %lu",
|
||||
pd_label(), label(), trapno, errcode);
|
||||
PWRN("%s -> %s: triggered unknown exception %lu with error code %lu"
|
||||
" at ip=%p", pd_label(), label(), trapno, errcode, (void*)ip);
|
||||
_stop();
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user