Changes between Initial Version and Version 1 of Ticket #256, comment 5


Ignore:
Timestamp:
Apr 23, 2012, 9:13:13 AM (12 years ago)
Author:
dmik
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #256, comment 5

    initial v1  
    11The __stream_abort() assertions in kmk were caused by the exception handler that could unexpectedly unlock the stream.
    22
    3 Note also that the panic may also happen w/o any user interaction -- simply if one thread programmtically kills another thread while it is doing some IO (e.g. prints to the console). There are such apps over there.
     3Note also that the panic (w/o the above patch applied, I mean) may also happen w/o any user interaction -- simply if one thread programmtically kills another thread while it is doing some IO (e.g. prints to the console). There are such apps over there. Just another argument on why we should care about that.