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 12 April 2006 14:54, Gary Zablackis wrote:

> +++ dll_init.cc 12 Apr 2006 13:41:24 -0000
> @@ -351,6 +351,8 @@ dll_list::load_after_fork (HANDLE
> parent
^^^^^^^^^^^
>  extern "C" int
>  dll_dllcrt0 (HMODULE h, per_process *p)
>  {
> +  _my_tls.init_exception_handler
> (_cygtls::handle_exceptions);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> +
>    if (p == NULL)
>      p = &__cygwin_user_data;
>    else

  :) Generally it's better to attach the diffs, so they don't get wrapped like
this!

    cheers,
      DaveK
-- 
Can't think of a witty .sigline today....


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