Mail Archives: cygwin/1998/03/20/22:46:25
win95b
P100
32M
egcs-1.0.2 prerelease from Mumit
I've built the B19.1 cygwinb19.dll against the
newlib-980310 with Doug Lea's malloc
implimentation, and it seems that I am
always getting segfaults in malloc or free.
segfaults in the same places in the same programs from B19.1 cygwinb19.dll from the web site.
(no symbols so I can't tell for sure what functions ;^)
had to change _read and _write from ssize_t returns to int returns in syscalls.h
newlib/libc/include/sys/fcntl.h
extern int _open _PARAMS ((const char *, int, ...));
to
extern int _open _PARAMS ((const char *, int, mode_t mode));
also .data$nocopy to .data_cygwin_nocopy && fixed ld
but otherwise no changes. (that I remember ;^)
when I reverted to the newlib/ & malloc.cc from sergey's 971103 release
the problems went away. (changes to dcrt0.cc winsup.h libc/sys/signal.h libc/sys/cygwin32/sys/dirent.h)
has anyone else seen this?
=====================================================
Linux a platform built by, and for users, standing on
the firm legs of reliability, and speed.
Microsoft Windows, a platform without a leg to stand on.
(jeffdbREMOVETHIS AT netzone DOT com)
delete REMOVETHIS from the above to reply
Mikey
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request AT cygnus DOT com" with one line of text: "help".
- Raw text -