public inbox for systemtap@sourceware.org
 help / color / mirror / Atom feed
* [BUG] syscall.unlink no longer works after upgrading kernel to 3.7.3
@ 2013-02-05  6:35 agentzh
  2013-02-05  8:57 ` Mark Wielaard
  0 siblings, 1 reply; 12+ messages in thread
From: agentzh @ 2013-02-05  6:35 UTC (permalink / raw)
  To: systemtap

Hello, folks!

I've been running a systemtap script like this in my test suite:

    probe syscall.unlink {
        if (pid() == target()) {
            println(name, "(", argstr, ")")
        }
    }

The script used to work perfectly fine for many months (with kernel
3.5.x and 3.6.x), but after I upgraded my Linux kernel from 3.6.x to
3.7.3-101 via the Fedora official updates, I started getting this
error:

    semantic error: not accessible at this address [man error::dwarf]
(0xffffffff811a4260, dieoffset: 0x1584359): identifier '$pathname' at
/opt/systemtap/share/systemtap/tapset/linux/syscalls2.stp:3233:30
            source: 	argstr = user_string_quoted($pathname)
                	                            ^

Upgrading systemtap to git master HEAD does not solve the issue:

    $ /opt/systemtap/bin/stap --version
    Systemtap translator/driver (version 2.1/0.154, commit
release-2.0-355-gee68587)
    Copyright (C) 2005-2013 Red Hat, Inc. and others
    This is free software; see the source for copying conditions.
    enabled features: AVAHI LIBRPM LIBSQLITE3 NSS BOOST_SHARED_PTR
TR1_UNORDERED_MAP NLS

Any help to solve this issue will be highly appreciated!

Thanks in advance!

Best regards,
-agentzh

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2013-05-29  0:19 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-02-05  6:35 [BUG] syscall.unlink no longer works after upgrading kernel to 3.7.3 agentzh
2013-02-05  8:57 ` Mark Wielaard
2013-02-05 17:30   ` Josh Stone
2013-05-28 18:53     ` Zheng Da
2013-05-28 19:15       ` Mark Wielaard
2013-05-28 19:57         ` Zheng Da
2013-05-28 20:22           ` Josh Stone
2013-05-28 20:32             ` Mark Wielaard
2013-05-28 21:36               ` Zheng Da
2013-05-28 22:51                 ` Josh Stone
2013-05-28 23:52                   ` Zheng Da
2013-05-29  0:19                     ` Josh Stone

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).