From 7d452be454857549679b93a0682a3f6fedf5d7c1 Mon Sep 17 00:00:00 2001 From: Dylan Yudaken Date: Tue, 10 Dec 2019 15:05:40 +0000 Subject: Fix hs_try_putmvar losing track of running cap If hs_try_putmvar was called through an unsafe import, it would lose track of the running cap causing a deadlock --- testsuite/tests/rts/all.T | 2 ++ 1 file changed, 2 insertions(+) (limited to 'testsuite/tests/rts/all.T') diff --git a/testsuite/tests/rts/all.T b/testsuite/tests/rts/all.T index e4e2561c2e..ca0e652a48 100644 --- a/testsuite/tests/rts/all.T +++ b/testsuite/tests/rts/all.T @@ -417,3 +417,5 @@ test('InitEventLogging', test('T17088', [only_ways(['normal']), extra_run_opts('+RTS -c -A256k -RTS')], compile_and_run, ['-rtsopts -O2']) + +test('T15427', normal, compile_and_run, ['']) -- cgit v1.2.1