This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

SIGKILL vs. 1.7.0 snapshot


I'm not sure in which snapshot this regression crept in, but kill is now having 
problems sending SIGKILL:

C:\cygwin\bin>.\bash -c 'kill -9 $$'
C:\cygwin\bin>echo %ERRORLEVEL%
2304
C:\cygwin\bin>cd ..\..\cygwin-2\bin
C:\cygwin-2\bin>.\bash -c 'kill -9 $$'
      1 [sig] bash 3376 _cygtls::handle_exceptions: Exception: STATUS_ACCESS_VIO
LATION
  19440 [sig] bash 3376 open_stackdumpfile: Dumping stack trace to bash.exe.stac
kdump
C:\cygwin-2\bin>echo %ERRORLEVEL%
35584

-- 
Eric Blake



--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]