User Activity

  • Modified a comment on ticket #810 on MinGW-w64 - for 32 and 64 bit Windows

    Also stat() doesn't work with trailing slash with -D_FILE_OFFSET_BITS=64 passed. I've added the details in #643.

  • Modified a comment on ticket #810 on MinGW-w64 - for 32 and 64 bit Windows

    Also stat() doesn't work with trailing slash with -D_FILE_OFFSET_BITS=64 passed. I've added the details in [#643].

  • Modified a comment on ticket #810 on MinGW-w64 - for 32 and 64 bit Windows

    Also stat() doesn't work with trailing slash with -D_FILE_OFFSET_BITS=64 passed. I've added the details in [643:#643].

  • Modified a comment on ticket #810 on MinGW-w64 - for 32 and 64 bit Windows

    Also stat() doesn't work with trailing slash with -D_FILE_OFFSET_BITS=64 passed. I've added the details in (#643)[#643].

  • Posted a comment on ticket #810 on MinGW-w64 - for 32 and 64 bit Windows

    Also stat() doesn't work with trailing slash with -D_FILE_OFFSET_BITS=64 passed. I've added the details in #643.

  • Modified a comment on ticket #643 on MinGW-w64 - for 32 and 64 bit Windows

    @nixmann I can still reproduce the issue; stat() errors out on a directory path with trailing slash with -D_FILE_OFFSET_BITS=64. $ cat test.cpp #include <cassert> #include <sys/stat.h> int main() { struct stat s; assert(stat("C:/Windows/", &s) == 0); } $ g++ -std=c++11 -D_FILE_OFFSET_BITS=64 && a.exe Assertion failed: stat("C:/Windows/", &s) == 0, file test.cpp, line 6 Should we reopen this or do I open a new bug? Toolchain Version: MinGW x86_64-12.2.0-release-posix-seh-rt_v10-rev0

  • Modified a comment on ticket #643 on MinGW-w64 - for 32 and 64 bit Windows

    @nixmann I can still reproduce the issue; stat() errors out on a directory path with trailing slash with -D_FILE_OFFSET_BITS=64. $ cat test.cpp #include <cassert> #include <sys/stat.h> int main() { struct stat s; assert(stat("C:/Windows/", &s) == 0); } $ g++ -std=c++11 -D_FILE_OFFSET_BITS=64 && a.exe Assertion failed: stat("C:/Windows/", &s) == 0, file test.cpp, line 6 Should we reopen this or do I open a new bug? Toolchain Version: MinGW x86_64-12.2.0-release-posix-seh-rt_v10-rev0

  • Posted a comment on ticket #643 on MinGW-w64 - for 32 and 64 bit Windows

    @nixmann I can still reproduce the issue of stat() erroring out on a directory path with trailing slash with -D_FILE_OFFSET_BITS=64. Should we reopen this or do I open a new bug? Toolchain Version: MinGW x86_64-12.2.0-release-posix-seh-rt_v10-rev0

View All

Personal Data

Username:
legends2k
Joined:
2008-12-01 09:22:37

Projects

This is a list of open source software projects that Sundaram Ramaswamy is associated with:

Personal Tools