From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id A3DC4385770E; Fri, 28 Apr 2023 12:33:55 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org A3DC4385770E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1682685235; bh=L1gQraER9nfmCmz/vGHO4wLXo5vWR6qNXWCiQLYFvBg=; h=From:To:Subject:Date:From; b=C98RCApMTBKvKKMT0OIMisuRbWkncjKARYUwG7mnmD6cCeoEXl3ZrkNd8mH4hzaR+ vObfbjVQjn/aOV9bSLQgEw8H4kLy8J1dFWyfXjy8TGvLbQyS178pq3aqAPDPKqIrHW BxwWaybgYQus1CXbbUSgUQSEHfg5gTIopO3xEwAc= From: "mcermak at redhat dot com" To: systemtap@sourceware.org Subject: =?UTF-8?B?W0J1ZyBydW50aW1lLzMwNDAxXSBOZXc6IHMzOTB4IHNwZWNpZmlj?= =?UTF-8?B?OiBpbnZhbGlkIGFwcGxpY2F0aW9uIG9mIOKAmHNpemVvZuKAmSB0byBpbmNv?= =?UTF-8?B?bXBsZXRlIHR5cGUg4oCYc3RydWN0IHN0YWNrX2ZyYW1l4oCZ?= Date: Fri, 28 Apr 2023 12:33:54 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: systemtap X-Bugzilla-Component: runtime X-Bugzilla-Version: unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: mcermak at redhat dot com X-Bugzilla-Status: NEW 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 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 List-Id: https://sourceware.org/bugzilla/show_bug.cgi?id=3D30401 Bug ID: 30401 Summary: s390x specific: invalid application of =E2=80=98sizeof= =E2=80=99 to incomplete type =E2=80=98struct stack_frame=E2=80=99 Product: systemtap Version: unspecified Status: NEW Severity: normal Priority: P2 Component: runtime Assignee: systemtap at sourceware dot org Reporter: mcermak at redhat dot com Target Milestone: --- Recent 5.14.0-302.el9.s390x latest upstream stap 386aba5769bcba3e1149c277f36baab50bbbbb0c shows: 9 s390x # stap -e 'probe process("/bin/bash").function("main") { printf("%x= \n", int_arg(1)) }' WARNING: cannot find module /usr/bin/bash debuginfo: No DWARF information f= ound [man warning::debuginfo] Missing separate debuginfos, use: debuginfo-install bash-5.1.8-6.el9_1.s390= x=20 /tmp/staplihN2Y/stap_7f17fea67823b1d8d78574779801cb03_8083_src.c: In functi= on =E2=80=98function___global__stp_get_kernel_stack_param__overload_0=E2=80=99: /tmp/staplihN2Y/stap_7f17fea67823b1d8d78574779801cb03_8083_src.c:1033:58: error: invalid application of =E2=80=98sizeof=E2=80=99 to incomplete type = =E2=80=98struct stack_frame=E2=80=99 1033 | addr =3D (_stp_kernel_stack_pointer(regs) + sizeof(struct stack_frame) | ^~~~~~ /tmp/staplihN2Y/stap_7f17fea67823b1d8d78574779801cb03_8083_src.c: At top le= vel: cc1: note: unrecognized command-line option =E2=80=98-Wno-infinite-recursio= n=E2=80=99 may have been intended to silence earlier diagnostics make[1]: *** [scripts/Makefile.build:297: /tmp/staplihN2Y/stap_7f17fea67823b1d8d78574779801cb03_8083_src.o] Error 1 make: *** [Makefile:1923: /tmp/staplihN2Y] Error 2 WARNING: kbuild exited with status: 2 Pass 4: compilation failed. [man error::pass4] 9 s390x # --=20 You are receiving this mail because: You are the assignee for the bug.=