[PATCH 1/3] [Kernel32]: don't force winedbg startup when no AeDebug key is present (#24524)

Alexandre Julliard julliard at winehq.org
Mon Oct 25 05:51:25 CDT 2010


Eric Pouech <eric.pouech at orange.fr> writes:

> -        cmdline = HeapAlloc(GetProcessHeap(), 0, 80);
> -        snprintf(cmdline, 80, "winedbg --auto %ld %ld", /* as in tools/wine.inf */
> -                 (long)GetCurrentProcessId(), (long)HandleToLong(hEvent));
> +        /* no AeDebug key present, just kill the program */
> +        return FALSE;

This means you don't get a backtrace if there's a crash before the
initial registry creation is complete. I don't think that's a good idea.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list