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]

Re: error: label 'deref_fault' used but not defined


Hi -

On Mon, Sep 24, 2007 at 01:02:58PM -0700, Mike Mason wrote:
> [...]
> The simple nfsd test I proposed:
> 	#! stap -up4
> 	probe nfsd.*, nfsd.*.*, nfsd.*.*.* {}
> uncovers the above mentioned bug and this bug,too:
> 
> /tmp/stapdp9Xov/stap_e5010bda224ed441f0885c3021876241_231538.c: In function 
> 'function_clones_from_clnt':
> /tmp/stapdp9Xov/stap_e5010bda224ed441f0885c3021876241_231538.c:20683: 
> error: 'struct rpc_clnt' has no member named 'cl_count'
> [...]

This must be a version-dependent error.


> Those bugs are fixable.  If this test had also reported 'unfixable'
> bugs, how could I have written it such that it only reported the
> fixable bugs?

Another way is to keep up-to-date the new batch of
testsuite/buildok/*-embedded.stp tests I added this morning. 
They aim to compile every embedded C function in the tapsets,
and ought to have found these two problems too.

- FChE


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