At 04:11 PM 1/19/2002 +0100, Adrian Aichner wrote:
>>>>> "Andy" == Andy Piper
<andyp(a)bea.com> writes:
Andy> At 07:31 AM 1/18/2002 -0800, David M. Karr wrote:
>> By "native", do you mean "non-cygwin"? I only use the
Cygwin
version. In any
>> case, I haven't set up to build either native or Cygwin XEmacs on
Windows.
>> That would be a good thing to do, but I doubt I could get this
done and tested
>> today. Failing that, it would be good if I knew when an installable
>> release of
>> this would be available.
Andy> I'm back in the US and online once again. A binary release
Andy> should show up sometime this coming week.
Great!
Welcome back!
I finally got around to submit some Call Stack and Variable
information for my recent XEmacs crashes of native W2K 21.4.6 XEmacs
including this patch to xemacs-winnt.
All crashes are unrelated to my patch AFAICT.
Didn't you already have a fix for earlier crahes related to failed
assertions for
/* If you hit this, rewrite the offending API call to occur after GC,
using register_post_gc_action(). */
assert (!gc_in_progress);
in
mswindows_wnd_proc(HWND__ * 0x00100148, unsigned int 257, unsigned int 81,
long -1072693247) line 2075 + 41 bytes
If you see these you need to figure out what is causing events to be
processed while GC'ing.
and/or
/* This will assert if handle being waited for becomes abandoned.
Not the case currently tho */
assert ((!badly_p && active == WAIT_TIMEOUT) ||
(active >= WAIT_OBJECT_0 &&
active <= WAIT_OBJECT_0 + mswindows_waitable_count));
in
mswindows_need_event(int 0) line 1519 + 52 bytes
No, this has been around for ages, but the binary dist does not have debug
on so it ends up being harmless. However, if we could actually fix it that
would be great.
andy