I just noticed today that cygz.dll was rebased right into the middle of cygwin1.dll's address range. So, I added a -v to the rebaseall run and saw that there were quite a few dlls stomping all over cygwin.
I wonder if this explains why we're seeing problems which are not cured by rebase? Maybe rebase should detect where cygwin1.dll lives and avoid putting other DLLs there. But, for now, just setting the base to something higher: rebaseall -b 0x77000000 would solve some of the problems we've seen. I don't know if that stomps on system routines or not, though. cgf -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple