This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin 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] |
The following program segfaults for me on XP Pro SP1 with both 1.3.22-1 and 1.5.3-1, but not on NT 4.0 with 1.3.22-1. ----------------------------------------------------------------- #include <stdlib.h> int main() { while (malloc (15*1024*1024)) ; return 0; } ----------------------------------------------------------------- A stack trace from this morning's cvs version and cygcheck output are attached. -- Russell O'Connor
Attachment:
trace
Description: Text document
Attachment:
cygcheck.out
Description: Text document
-- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |