From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 90938 invoked by alias); 8 Sep 2017 16:50:53 -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 90862 invoked by uid 48); 8 Sep 2017 16:50:49 -0000 From: "dsmith at redhat dot com" To: systemtap@sourceware.org Subject: [Bug translator/22117] New: on 32-bit systems, getting "noncontiguous location for base fetch" errors Date: Fri, 08 Sep 2017 16:50:00 -0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: systemtap X-Bugzilla-Component: translator X-Bugzilla-Version: unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: dsmith 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 X-SW-Source: 2017-q3/txt/msg00175.txt.bz2 https://sourceware.org/bugzilla/show_bug.cgi?id=3D22117 Bug ID: 22117 Summary: on 32-bit systems, getting "noncontiguous location for base fetch" errors Product: systemtap Version: unspecified Status: NEW Severity: normal Priority: P2 Component: translator Assignee: systemtap at sourceware dot org Reporter: dsmith at redhat dot com Target Milestone: --- On 2.6.32-696.el6.i686 and 4.12.9-300.fc26.i686+PAE we're seeing the follow= ing failures: FAIL: buildok/nfs-detailed.stp FAIL: buildok/twentytwo.stp FAIL: buildok/vfs-all-probes.stp FAIL: buildok/vfs-detailed.stp Here's a specific failure: =3D=3D=3D=3D # stap -vp4 ../src.copy/testsuite/buildok/twentytwo.stp Pass 1: parsed user script and 460 library scripts using 49240virt/31752res/8416shr/23364data k= b, in 140usr/20sys/162real ms. semantic error: while processing probe kernel.function("vfs_llseek@fs/read_write.c:290").call from: kernel.function("vfs_llseek").call semantic error: noncontiguous location for base fetch: identifier '$offset'= at ../src.copy/testsuite/buildok/twentytwo.stp:12:24 source: printf("offset %d\n", $offset) ^ Pass 2: analyzed script: 2 probes, 1 function, 0 embeds, 0 globals using 80244virt/64252res/9916shr/54368data kb, in 1020usr/90sys/1112real ms. Pass 2: analysis failed. [man error::pass2] =3D=3D=3D=3D All the failures are different occurrences of the same "noncontiguous locat= ion" error. It might be that this error only happens when trying to get a 64-bit valie. These failures only happen with 32-bit platforms. These failures don't happ= en with pre-bpf merge systemtap. --=20 You are receiving this mail because: You are the assignee for the bug.