[Bug runtime/33782] Failed to unwind in uprobe after kernel commit 4d756095d

lijunlong at openresty dot com sourceware-bugzilla@sourceware.org
Mon Jan 12 02:56:38 GMT 2026


https://sourceware.org/bugzilla/show_bug.cgi?id=33782

--- Comment #1 from lijunlong <lijunlong at openresty dot com> ---
how about changing the if guard to

<code>
#if !defined(UPROBE_HANDLER_MASK) && LINUX_VERSION_CODE < KERNEL_VERSION(3, 10,
0)
</code>

--- Comment #2 from lijunlong <lijunlong at openresty dot com> ---
how about changing the if guard to

<code>
#if !defined(UPROBE_HANDLER_MASK) && LINUX_VERSION_CODE < KERNEL_VERSION(3, 10,
0)
</code>

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the Systemtap mailing list