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 tapsets/12169] New: make tokenize smp-safe


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

           Summary: make tokenize smp-safe
           Product: systemtap
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: tapsets
        AssignedTo: systemtap@sources.redhat.com
        ReportedBy: fche@redhat.com


tokenize() in tapset/string.stp is implemented in
poor embedded-c, with static char*'s used in an
SMP-unsafe manner.  It should be rewritten, perhaps
using per-probe-invocation space in the context struct,
like error_buffer.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- 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]