souzaonofre / fabricate

Automatically exported from code.google.com/p/fabricate
0 stars 0 forks source link

Catch creat system call #32

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

I run 'fabricate.py tar czvf foo.tar.gz a.c b.c', but foo.tar.gz was not traced.
A simple patch is attached here,

Regards,

Original issue reported on code.google.com by Aoki.Takaaki on 28 Aug 2012 at 1:25

Attachments:

GoogleCodeExporter commented 9 years ago
Interesting -- what operating system and version are you on?

Original comment by benh...@gmail.com on 28 Aug 2012 at 8:57

GoogleCodeExporter commented 9 years ago
My environment is
- Linux 2.6.18 (Scientific linux 5)
- Python 2.6
- tar (Gnu tar 1.15.1)
let me attach strace output (strace tar czvf foo.tar.gz hello.cc)

Regards

Original comment by Aoki.Takaaki on 29 Aug 2012 at 12:52

Attachments:

GoogleCodeExporter commented 9 years ago
I have now applied this patch to fabricate. Available in r162 and greater.

Original comment by simon.al...@gmail.com on 5 Apr 2013 at 10:07