Show user EIP for segfaults in kernel

This commit is contained in:
Kevin Lange 2014-05-03 15:35:03 -07:00
parent 6a8281611d
commit 15c0208e99

View File

@ -457,6 +457,8 @@ page_fault(
}
}
free(hash_keys);
debug_print(ERROR, "User EIP: 0x%x", current_process->syscall_registers->eip);
}
} else {