Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] Trace memory access on PROT_NONE by intercepting SIGSEGV #4

Draft
wants to merge 2 commits into
base: rr-with-dpdk-fix-glinksettings
Choose a base branch
from

Conversation

sodar
Copy link
Owner

@sodar sodar commented Sep 16, 2020

No description provided.

@sodar sodar self-assigned this Sep 16, 2020
auto addr = arch_si->_sifields._sigfault.si_addr_.rptr();

auto addr_value = addr.as_int();
if (addr_value != 0x10000000ULL) {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💯

@sodar sodar force-pushed the rr-with-dpdk-sigsegv-intercept branch from 79c421a to bc4cc5c Compare September 19, 2020 12:06
@sodar sodar force-pushed the rr-with-dpdk-fix-glinksettings branch from cb292e5 to 0f2ccbd Compare September 19, 2020 12:12
@sodar sodar force-pushed the rr-with-dpdk-sigsegv-intercept branch from bc4cc5c to 4f3274d Compare September 19, 2020 12:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants