From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 113854 invoked by alias); 9 Nov 2018 05:09:40 -0000 Mailing-List: contact systemtap-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: systemtap-owner@sourceware.org Received: (qmail 113808 invoked by uid 48); 9 Nov 2018 05:09:36 -0000 From: "gmoreira at gmail dot com" To: systemtap@sourceware.org Subject: [Bug tapsets/23874] New: MIPS - semantic error: No cfa_ops supplied, but needed by DW_OP_call_frame_cfa Date: Fri, 09 Nov 2018 05:09:00 -0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new 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: gmoreira at gmail dot com X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: systemtap at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter target_milestone attachments.created Message-ID: 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-SW-Source: 2018-q4/txt/msg00084.txt.bz2 https://sourceware.org/bugzilla/show_bug.cgi?id=3D23874 Bug ID: 23874 Summary: MIPS - semantic error: No cfa_ops supplied, but needed by DW_OP_call_frame_cfa Product: systemtap Version: unspecified Status: UNCONFIRMED Severity: normal Priority: P2 Component: tapsets Assignee: systemtap at sourceware dot org Reporter: gmoreira at gmail dot com Target Milestone: --- Created attachment 11388 --> https://sourceware.org/bugzilla/attachment.cgi?id=3D11388&action=3Ded= it stap_report output $ sudo stap --vp 01 -e 'probe kernel.function("do_truncate").return { printf("filename '%s' \n", fullpath_struct_file(task_current(), @entry($fil= p))) }' semantic error: while processing probe kernel.function("do_truncate@fs/open.c:37").return from: kernel.function("do_truncate").return semantic error: No cfa_ops supplied, but needed by DW_OP_call_frame_cfa: identifier '$filp' at :1:116 source: probe kernel.function("do_truncate").return { printf("filen= ame %s \n", fullpath_struct_file(task_current(), @entry($filp))) } =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20 ^ Pass 2: analyzed script: 2 probes, 45 functions, 4 embeds, 2 globals using 112704virt/89956res/4420shr/94964data kb, in 45930usr/4270sys/104142real ms. Pass 2: analysis failed. [man error::pass2] --=20 You are receiving this mail because: You are the assignee for the bug.