-
Notifications
You must be signed in to change notification settings - Fork 284
Closed
Description
Hi,
I'm experiencing a consistent crash on Win 8.1 SP1 x64 when auto-answering is enabled. Appears both in conemu and outside of it on a pure cmd prompt.
Problem Event Name: APPCRASH
Application Name: cmd.exe
Application Version: 6.3.9600.17415
Application Timestamp: 545042b1
Fault Module Name: clink_dll_x64.dll
Fault Module Version: 0.4.4.21105
Fault Module Timestamp: 54ed21cc
Exception Code: c0000005
Exception Offset: 0000000000003ef5
OS Version: 6.3.9600.2.0.0.256.4
Locale ID: 1033
Additional Information 1: 707b
Additional Information 2: 707b568e2f8abfc677de7ee74e678a7b
Additional Information 3: 78ef
Additional Information 4: 78efad0c170554707f9ac950eb11a61f
The problem seems to appear when running a java app that is redirected to a file:
# gradle build
// press ^C
Terminate batch job (Y/N)?
# gradle build > out
// press ^C
// Crash
Note that this does not occur when the app is not redirected. I suspect the bug might be caused by the fact that the app might steal the output (System.in
and System.out
) but it's just a hunch.
Note the problem does not occur in clink 0.4.3 nor 0.4.2.
Metadata
Metadata
Assignees
Labels
No labels