Bugfixes: ========= - Fix and workaround a bug in the implementation of the C++ memory allocation support introduced in 1.7.0-49. A structure pointer got accidentally manipulated when DLLs got loaded at runtime via dlopen. When dlclose'ing the same DLL, the pointer content pointed into the memory of the just unloaded DLL, with probably unexpected results. This fixes the problem reported in http://cygwin.com/ml/cygwin/2009-08/msg00352.html
I can confirm that it also fixes my (not so simple) real world case. Thanks to all involved for the speedy resolution! Cheers, Peter -- 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