https://bugs.winehq.org/show_bug.cgi?id=37799
--- Comment #1 from rtpublic1@gmail.com --- The "winedbg: Internal crash at 0x7ec18de6" (last line in the log) happens because dbg_curr_process is NULL.
winedbg.c main line 673 -> tgt_active.c dbg_active_auto
dbg_active_auto crashes on line 851: dbg_curr_process->process_io->close_process(dbg_curr_process, TRUE);
dbg_curr_process is NULL, so winedbg crashes.
Is this worth a new bug report?