[Bug 1207295] bpftrace: SIGSEGV on almost any simple program
http://bugzilla.opensuse.org/show_bug.cgi?id=1207295 http://bugzilla.opensuse.org/show_bug.cgi?id=1207295#c2 Shung-Hsi Yu <shung-hsi.yu@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |IN_PROGRESS --- Comment #2 from Shung-Hsi Yu <shung-hsi.yu@suse.com> --- Sorry for the late response and thanks to Jiri for looking into this. This issue was indeed the switch to LLVM 15. Since LLVM 15, opaque pointer[1] becomes the default, resulting in getNonOpaquePointerElementType() returning NULL and causing segfault. I'm updating bpftrace to v0.17 which properly supports opaque pointers[1] to fix this. 1: https://llvm.org/docs/OpaquePointers.html 2: https://github.com/iovisor/bpftrace/pull/2385 -- You are receiving this mail because: You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@suse.com