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/9850] New: dtrace: Incorrect shell execution


dtrace -G uses shell to execute gcc:

    call("gcc -fPIC -c " + fn + " -o " + filename, shell=True)

This makes directories with spaces problematic:

% mkdir a\ directory
% cd a\ directory
% touch test.d
% ../dtrace -G -s $PWD/test.d
gcc: directory/test.o: No such file or directory

Better way is to use python equivalent of execlp(3) or execvp(3).

-- 
           Summary: dtrace: Incorrect shell execution
           Product: systemtap
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: runtime
        AssignedTo: systemtap at sources dot redhat dot com
        ReportedBy: eugen at debian dot org


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

------- 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]