This is the mail archive of the cygwin-patches 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]

Re: Patch for silent crash with Cygwin1.dll v 1.5.19-4


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 gzabl@yahoo.com
> * (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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]