From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id C92F93844079; Tue, 22 Mar 2022 18:15:17 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org C92F93844079 From: "wcohen at redhat dot com" To: systemtap@sourceware.org Subject: [Bug tapsets/26184] fullpath_struct_file does not handle struct dentry on 5.6.19-300.fc32.x86_64 Date: Tue, 22 Mar 2022 18:15:17 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: systemtap X-Bugzilla-Component: tapsets X-Bugzilla-Version: unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: wcohen at redhat dot com X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: systemtap at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: resolution cc bug_status Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: systemtap@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Systemtap mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Mar 2022 18:15:17 -0000 https://sourceware.org/bugzilla/show_bug.cgi?id=3D26184 William Cohen changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED CC| |wcohen at redhat dot com Status|UNCONFIRMED |RESOLVED --- Comment #6 from William Cohen --- This looks to be fixed by commit 3739d47c4cc427ce4818d884f429a3efa85c38ae=20 $ uname -a Linux fedora32 5.11.22-100.fc32.x86_64 #1 SMP Wed May 19 18:58:25 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux $ sudo ../install/bin/stap -v -c /bin/false -e 'probe process.begin { printf("%s", fullpath_struct_file(task_current(), current_exe_file())); exi= t(); }' Pass 1: parsed user script and 482 library scripts using 330920virt/94860res/17164shr/77736data kb, in 110usr/30sys/145real ms. Pass 2: analyzed script: 1 probe, 31 functions, 2 embeds, 0 globals using 492840virt/258500res/18852shr/239656data kb, in 1190usr/390sys/1602real ms. Pass 3: translated to C into "/tmp/stapZC6Ukv/stap_e758ceff27992605c6d07aaf7c9484a8_14053_src.c" using 492840virt/258628res/18980shr/239656data kb, in 0usr/60sys/69real ms. Pass 4: compiled C into "stap_e758ceff27992605c6d07aaf7c9484a8_14053.ko" in 11480usr/1640sys/13231real ms. Pass 5: starting run. WARNING: Child process exited with status 1 /home/wcohen/systemtap_write/install/libexec/systemtap/stapioWARNING: /home/wcohen/systemtap_write/install/bin/staprun exited with status: 1 Pass 5: run completed in 10usr/30sys/301real ms. Pass 5: run failed. [man error::pass5] --=20 You are receiving this mail because: You are the assignee for the bug.=