Skip to content

Commit 8f736dc

Browse files
committed
[TRACE] Show wrapper name if signal happens in a bridge
1 parent 9aa5ba1 commit 8f736dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libtools/signals.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1809,7 +1809,7 @@ dynarec_log(/*LOG_DEBUG*/LOG_INFO, "%04d|Repeated SIGSEGV with Access error on %
18091809
R_RIP = 0x0;
18101810
if(log_minimum<=BOX64ENV(log)) {
18111811
elfheader_t* elf = FindElfAddress(my_context, x64pc);
1812-
if(elf) {
1812+
{
18131813
signal_jmpbuf_active = 1;
18141814
if(sigsetjmp(SIG_JMPBUF, 1)) {
18151815
// segfault while gathering function name...

0 commit comments

Comments
 (0)