This is the mail archive of the systemtap@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug translator/5890] sys.stp andtestsuite/systemtap.syscall/sys.stp fail on 2.6.25 x86_64


------- Additional Comments From przemyslaw at pawelczyk dot it  2009-10-09 00:11 -------
Unfortunately, the one who fixed it is also the one who broke it.


Since:
b74789646bfe59131327716357c8b7c  PR10572: Allow duplicate function names in a CU

we have:
$ stap -ve 'probe syscall.compat_sys_recvmsg { println($fd); }'
Pass 1: parsed user script and 59 library script(s) in 340usr/20sys/369real ms.
semantic error: not accessible at this address: identifier '$fd' at <input>:1:44
        source: probe syscall.compat_sys_recvmsg { println($fd); }
                                                           ^
Pass 2: analyzed script: 2 probe(s), 1 function(s), 14 embed(s), 0 global(s) in
720usr/120sys/828real ms.
Pass 2: analysis failed.  Try again with another '--vp 01' option.


Josh, introducing status quo here is a really bad idea. ;)

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |


http://sourceware.org/bugzilla/show_bug.cgi?id=5890

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]