On Wed, Apr 12, 2006 at 06:53:33AM -0700, Gary Zablackis wrote: >The code below corrects this problem. > >CHANGELOG: >2006-04-11 Gary Zablackis [EMAIL PROTECTED] > * (Thanks to Bernhard Loos for pointing the way) > * dll_init.cc (dll_dllcrt0()): install Cygwin >exception handler so that Cygwin can handle checking >for invalid pointers in dlopen()'ed dlls.
The exception handler is supposed to be initialized in _cygtls::init_thread which is called from initialize_main_tls. Why is that not happening? cgf
