Custom Query (89 matches)
Results (46 - 48 of 89)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#269 | fixed | libtrace needs to split file opening options and compression | perry | perry |
Description |
Current SVN doesn't correctly deal with file opening optinos (eg O_APPEND) and file compression options (which compression format to use (bzip, gzip) and compression level). A new LIBTRACE_CONFIG_OUT_COMPRESS should be created. And wandio.c needs to be updated to pass the opening flags to io{r,w}-stdio |
|||
#270 | fixed | Tools do not report errors that occur during trace_read_packet() | perry | salcock |
Description |
Some of the tools do not call trace_is_err() / trace_perror() after falling out of the trace_read_packet() loop. As a result, any I/O errors that occur during the reading of the trace are essentially ignored, which is a "bad thing". Tools that appear to need fixing:
|
|||
#272 | fixed | Can not be compiled under Mac OS X. Complain O_DIRECT flag. | perry | yww4 |
Description |
When compile svn1541 under Mac OS X, compiler complains: ior-stdio.c: In function ‘stdio_open’: ior-stdio.c:66: error: ‘O_DIRECT’ undeclared (first use in this function) ior-stdio.c:66: error: (Each undeclared identifier is reported only once ior-stdio.c:66: error: for each function it appears in.) make[2]: * [ior-stdio.lo] Error 1 make[1]: * [all-recursive] Error 1 make: * [all] Error 2 This is due to Mac OS X doesn't has O_DIRECT flag. |