This is the mail archive of the
systemtap@sourceware.org
mailing list for the systemtap project.
[Bug uprobes/24117] System crashes when probing a shared library
- From: "leisurelysw24 at gmail dot com" <sourceware-bugzilla at sourceware dot org>
- To: systemtap at sourceware dot org
- Date: Wed, 30 Jan 2019 23:05:09 +0000
- Subject: [Bug uprobes/24117] System crashes when probing a shared library
- Auto-submitted: auto-generated
- References: <bug-24117-6586@http.sourceware.org/bugzilla/>
https://sourceware.org/bugzilla/show_bug.cgi?id=24117
--- Comment #2 from Jerry Lee <leisurelysw24 at gmail dot com> ---
Created attachment 11579
--> https://sourceware.org/bugzilla/attachment.cgi?id=11579&action=edit
output for stap-report
Hi,
It's really exciting to hear from you :D. The outcome of stap-report is
attached.
(In reply to Serhei Makarov from comment #1)
> Hello,
>
> I have the indicated kernel version on a Fedora 28 system, but not
> libuLinux_hal.so. Trying to reproduce the problem with other shared
> libraries (e.g. /lib/libc.so.6) on did not yield a crash. Is there a
> distro/package/tarball I can install to get libuLinux_hal.so?
Sorry, libuLinux_hal.so is a customized library which is not available on any
distro/package/tarabll. So, instead, I tried to probe the libc.so.6 as below
but unfortunately got the same result.
#!/usr/bin/env stap
probe process("/lib/libc.so.6").function("fork")
{
printf("fork called\n")
}
--
You are receiving this mail because:
You are the assignee for the bug.