Skip to content

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

Draft
sodar wants to merge 2 commits intorr-with-dpdk-fix-glinksettingsfrom
rr-with-dpdk-sigsegv-intercept
Draft

[WIP] Trace memory access on PROT_NONE by intercepting SIGSEGV#4
sodar wants to merge 2 commits intorr-with-dpdk-fix-glinksettingsfrom
rr-with-dpdk-sigsegv-intercept

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