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 runtime/16132] New: staprun/stapio confused by presence of traceN files


https://sourceware.org/bugzilla/show_bug.cgi?id=16132

            Bug ID: 16132
           Summary: staprun/stapio confused by presence of traceN files
           Product: systemtap
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: runtime
          Assignee: systemtap at sourceware dot org
          Reporter: fche at redhat dot com

It was reported that the presence of a "trace1" file in the working directory
could let stap jobs fail:

% touch trace1
% stap  -e 'probe begin { exit() }'   
stapio:init_relayfs:288: ERROR: ncpus=2, bulkmode = 0
stapio:init_relayfs:289: ERROR: This is inconsistent! Please file a bug report.
Exiting now.
WARNING: /usr/bin/staprun exited with status: 1
Pass 5: run failed.  [man error::pass5]

This is because of confusing code in staprun/relay.c.

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


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