From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 121898 invoked by alias); 4 Jan 2018 06:42:51 -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 121864 invoked by uid 48); 4 Jan 2018 06:42:47 -0000 From: "mysecondaccountabc at gmail dot com" To: systemtap@sourceware.org Subject: [Bug runtime/22671] New: MIPSEL error Unknown register: a4 Date: Thu, 04 Jan 2018 06:42:00 -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: mysecondaccountabc 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-q1/txt/msg00000.txt.bz2 https://sourceware.org/bugzilla/show_bug.cgi?id=3D22671 Bug ID: 22671 Summary: MIPSEL error Unknown register: a4 Product: systemtap Version: unspecified Status: UNCONFIRMED Severity: normal Priority: P2 Component: runtime Assignee: systemtap at sourceware dot org Reporter: mysecondaccountabc at gmail dot com Target Milestone: --- Created attachment 10711 --> https://sourceware.org/bugzilla/attachment.cgi?id=3D10711&action=3Ded= it kernel config Having this error on mipsel emulation:=20 ... stapio:stp_main_loop:861 systemtap_module_init() returned 0 ERROR: Unknown register: a4 stapio:stp_main_loop:852 got STP_REQUEST_EXIT WARNING: Number of errors: 1, skipped probes: 0 stapio:stp_main_loop:841 got STP_EXIT stapio:cleanup_and_exit:526 detach=3D0 ... # stap --version Systemtap translator/driver (version 3.2/0.168, non-git sources) Copyright (C) 2005-2017 Red Hat, Inc. and others This is free software; see the source for copying conditions. tested kernel versions: 2.6.18 ... 4.11 enabled features: AVAHI LIBSQLITE3 NLS NSS # uname -a Linux arex-11f9b261f2 4.9.0-4-4kc-malta #1 Debian 4.9.65-3 (2017-12-03) mips GNU/Linux The Rootfs is a Debian Stretch. It seems to be an ABI (O32/N32) issue, but not sure why it's happening. I've locally compiled SystemTap from Systemtap 3.2 release (https://sourceware.org/systemtap/ftp/releases/systemtap-3.2.tar.gz) Any clue? --=20 You are receiving this mail because: You are the assignee for the bug.