> Cc: Eli Zaretskii <[EMAIL PROTECTED]>, [email protected], > [email protected] > From: Jason Rumney <[EMAIL PROTECTED]> > Date: Sat, 25 Mar 2006 19:58:14 +0000 > > Dieter Deyke <[EMAIL PROTECTED]> writes: > > > 390 if (SUBRP (fun)) > > (gdb) > > 392 if (XSUBR (fun)->doc == 0) > > (gdb) > > 394 else if ((EMACS_INT) XSUBR (fun)->doc >= 0) > > Could it be that we are not explicitly setting doc to 0, and Dieter's > compiler is initializing its memory with something other than 0 to > detect this type of bug?
Well, I think we both are using the same compiler, modulo the version. Dieter, what does your compiler say when invoked with --version, and what version of the MinGW runtime do you have installed? Also, did any of these change lately on the machine where the problem disappeared? _______________________________________________ emacs-pretest-bug mailing list [email protected] http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug
