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]

Re: SIGQUIT reported as SIGSEGV


Daniel R. Grayson, 30.04.2013 14:11:19:

SIGQUIT is erroneously delivered as SIGSEGV in this circumstance:

    $ sleep 1000 &
    [1] 9148
    $ kill -QUIT %1
    $    < press return if necessary here >
    [1]+  Segmentation fault      (core dumped) sleep 1000

It's sleep.exe that crashes, the report is correct.

Stack trace:
Frame     Function  Args
0022AAC8  7C80A115  (00000003, 0022AB2C, 00000000, FFFFFFFF)

--
Helmut Karlowski

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


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