Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Kyte <alexmkyte@gmail.com>2018-10-30 21:24:38 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2018-10-30 21:24:38 +0300
commit58d5e154b7eb18e4c9b67236a555a2ec20bbe0d0 (patch)
tree733d3953cbc4674cede5ed28bd446e043348afd3 /mcs/class/System.XML
parent263e59de6500b4a6417554e1c7a7f23cf44ddba8 (diff)
[crash] Fix merp invocation (#11435)
The change which made the handler return (rather than crashing the runtime) did not consider this control flow path that causes the sigterm signal handler to trigger the merp dumper if we return. We now always return. This was previously so that a random sigterm could be used to trigger a dump. This isn't really used, and won't work right now anyways (we don't register it until right before we dump). My fix is to remove it, and to make the signal handler only work as part of the dumper machinery.
Diffstat (limited to 'mcs/class/System.XML')
0 files changed, 0 insertions, 0 deletions