[Bug runtime/10700] New: log() doesn't output newline anymore

mjw at redhat dot com sourceware-bugzilla@sourceware.org
Mon Sep 28 12:27:00 GMT 2009


It used to be that a log(string) statement would add a newline (version 1.0/0.142):
$ stap -e 'probe begin { log("begin"); log("done"); exit(); }'
begin
done

But with recent git (version 1.0/0.142 commit release-1.0-17-g9e75660) it gives:
$ /usr/local/install/systemtap/bin/stap -e 'probe begin { log("begin");
log("done"); exit(); }'
begindone

This causes some make installcheck failures, like cxxclass.exp.

-- 
           Summary: log() doesn't output newline anymore
           Product: systemtap
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: runtime
        AssignedTo: systemtap at sources dot redhat dot com
        ReportedBy: mjw at redhat dot com


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

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



More information about the Systemtap mailing list