Bug ID 1146141
Summary bpftrace: BUG: unable to handle kernel NULL pointer dereference at (null)
Classification openSUSE
Product openSUSE Distribution
Version Leap 15.1
Hardware Other
OS Other
Status NEW
Severity Normal
Priority P5 - None
Component Kernel
Assignee kernel-maintainers@forge.provo.novell.com
Reporter aojeagarcia@suse.com
QA Contact qa-bugs@suse.de
Found By ---
Blocker ---

Created attachment 814495 [details]
kernel stack trace

Kernel crash after using the bpftrace hello world example

How to reproduce

1. Clone bpftrace

# git clone https://github.com/iovisor/bpftrace.git

2. Build bpftrace using the release scripts (use a container to build it
statically linked)

# cd bpftrace
# ./build.sh

3. Execute hello world example

# build-release/src/bpftrace -e 'BEGIN { printf("hello world\n"); }'
(kernel stack trace attached)


You are receiving this mail because: