From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id C249E3858417; Mon, 22 Jan 2024 18:59:50 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org C249E3858417 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1705949990; bh=B4ecWfV8gYHsUsa22C72u/kUMaR7VHdb0qkfY42os8Q=; h=From:To:Subject:Date:From; b=lQS845lSq0uHEYBw+0PTxnZIss8/fpH94c2VlvoN2pbV+qBf3GlhtbceENA8/PUXO 1J28s3RUZceR3O5yEhJQo/6A934OSpSBqNrSROmQPINPbS/mMximMgYXj9NbMOZrws LThtgEPlLCtWMfvXJGiTvx0gWpJvUkeU9RPv+3rw= From: "wcohen at redhat dot com" To: systemtap@sourceware.org Subject: [Bug runtime/31274] New: Unsatisfied references to _stp_module_0_debug_line_str Date: Mon, 22 Jan 2024 18:59:50 +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: wcohen 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=3D31274 Bug ID: 31274 Summary: Unsatisfied references to _stp_module_0_debug_line_str Product: systemtap Version: unspecified Status: NEW Severity: normal Priority: P2 Component: runtime Assignee: systemtap at sourceware dot org Reporter: wcohen at redhat dot com Target Milestone: --- On x86_64 Fedora 39 see a number of tests that have errors during the compilation of the C kernel modules of the form like following for usymfile= line () complaining about missing _stp_module_0_debug_line_str: executing: stap -v -e { probe process("usymfileline").function("test_method= ") { print("systemtap starting probe\nsystemtap ending probe\n") printf("%s\n", usymfileline($1)) exit()} } 0 -c ./usymfileline spawn stap -v -e probe process("usymfileline").function("test_method") { print("systemtap starting probe\nsystemtap ending probe\n") printf("%s\n", usymfileline($1)) exit()} 0 -c ./usymfileline Pass 1: parsed user script and 484 library scripts using 133280virt/107096res/14976shr/91576data kb, in 140usr/10sys/152real ms. Pass 2: analyzed script: 2 probes, 3 functions, 0 embeds, 0 globals using 134864virt/110040res/16128shr/93160data kb, in 0usr/0sys/6real ms. Pass 3: translated to C into "/tmp/stapROzKTg/stap_39f1aea4bfdb6b66b7e6b56fe5417d5a_2596_src.c" using 135920virt/111320res/16384shr/94216data kb, in 10usr/70sys/75real ms. /tmp/stapROzKTg/stap_symbols.c:261:19: error: '_stp_module_0_debug_line_str' undeclared here (not in a function); did you mean '_stp_module_0_debug_line= '? 261 | .debug_line_str =3D _stp_module_0_debug_line_str, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | _stp_module_0_debug_line make[4]: *** [scripts/Makefile.build:243: /tmp/stapROzKTg/stap_symbols.o] E= rror 1 make[4]: *** Waiting for unfinished jobs.... make[3]: *** [Makefile:1931: /tmp/stapROzKTg] Error 2 WARNING: kbuild exited with status: 2 Pass 4: compiled C into "stap_39f1aea4bfdb6b66b7e6b56fe5417d5a_2596.ko" in 2570usr/260sys/2873real ms. Pass 4: compilation failed. [man error::pass4] Kernel version 6.6.11 is outside tested range 2.6.32 ... 6.6-rc1 FAIL: usymfileline () startup (eof) See the similar messages for the following tests of "make installcheck"=20 FAIL: usymfileline () startup (eof) FAIL: usymfileline () startup (eof) FAIL: usymline () startup (eof) FAIL: usymline () startup (eof) FAIL: usymfile () startup (eof) FAIL: usymfile () startup (eof) FAIL: pp =3D=3D usymfileline startup (eof) FAIL: systemtap.examples/profiling/fileline-profile run FAIL: systemtap.examples/profiling/fileline-profile run FAIL: systemtap.examples/profiling/periodic build --=20 You are receiving this mail because: You are the assignee for the bug.=