diff options
author | Ben Gamari <ben@smart-cactus.org> | 2018-12-22 19:43:41 -0500 |
---|---|---|
committer | Ben Gamari <ben@well-typed.com> | 2018-12-25 11:18:52 -0500 |
commit | 9b65ae69fbeddcb9df7c70b71c9cf62be1e03dbd (patch) | |
tree | 8cbf325da624295958f21527b55bb02193ad53ea /rts/Capability.h | |
parent | 7bfc1e81377d1e37069cf52bd090530124dcd871 (diff) | |
download | haskell-9b65ae69fbeddcb9df7c70b71c9cf62be1e03dbd.tar.gz |
rts: Turn ASSERT in LDV_recordDead into a normal if
As reported in #15382 the `ASSERT(ctr != NULL)` is currently getting routinely
hit during testsuite runs. While this is certainly a bug I would far prefer
getting a proper error message than a segmentation fault. Consequently I'm
turning the `ASSERT` into a proper `if` so we get a proper error in non-debug
builds.
Diffstat (limited to 'rts/Capability.h')
0 files changed, 0 insertions, 0 deletions