From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 5F4A5384F6DB; Wed, 23 Nov 2022 20:41:02 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 5F4A5384F6DB DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1669236062; bh=9qZNHBPEPv+dOuF20705MfB/5cyotlJQ0RhYVgU4bZM=; h=From:To:Subject:Date:In-Reply-To:References:From; b=RNhYsZzJDZKmvpa8GjWCuNFEVJ/uR8TSIS2mTcrvrpo9zKe0VzPvIayVaNh7800Yz J1qnDq95rqIcFa/YDlDaVRJxMHShJU+k66T37/Vk38fWogk2xuvaFHwoQKKAF/cAtQ Q7TSrBEIO5gy0okhMK9x3faJCtL3nwGI61w4ktts= From: "pauloedgarcastro at gmail dot com" To: systemtap@sourceware.org Subject: [Bug kprobes/29824] BUG: using smp_processor_id() in preemptible [00000000] code: stapio/58567 Date: Wed, 23 Nov 2022 20:41:01 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: systemtap X-Bugzilla-Component: kprobes X-Bugzilla-Version: unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: pauloedgarcastro at gmail 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: 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 List-Id: https://sourceware.org/bugzilla/show_bug.cgi?id=3D29824 --- Comment #2 from Paulo Edgar Castro = --- It actually seems to work once you manage to build it. :p=20 ``` Nov 23 20:33:55 localhost kernel: stap_43aa084633286aa721632867a50e8a1_4510= 99 (iotime.stp): systemtap: 4.9/0.187, base: ffffffffc1091000, memory: 88data/68text/183ctx/327782net/19888alloc kb, probes: 28 ``` I had to amend the "recommended" configure incantation to:=20 ./configure python3=3D'/usr/bin/python3' py3execdir=3D'${exec_prefix}/lib64/python3.11/site-packages' --prefix=3D/home/pecastro/systemtap-4.9-428877 --without-python2-probes the default recommended by ./configure in the first run kept on complaining about=20 ``` make[2]: Entering directory '/download/systemtap/python' (cd .; CFLAGS=3D"-I./../includes -I/download/systemtap/python/../includes/s= ys" /usr/bin/python2 setup.py build \ --build-base /download/systemtap/python/py2build \ --verbose) Traceback (most recent call last): File "setup.py", line 9, in from setuptools import setup, Extension ImportError: No module named setuptools make[2]: *** [Makefile:626: all-local] Error 1 make[2]: Leaving directory '/download/systemtap/python' make[1]: *** [Makefile:2134: all-recursive] Error 1 make[1]: Leaving directory '/download/systemtap' make: *** [Makefile:799: all] Error 2 ``` --=20 You are receiving this mail because: You are the assignee for the bug.=