#8035: STM transaction left open if there is an orElse on the path between throwSTM and catchSTM ---------------------------------+------------------------------------------ Reporter: errge | Owner: Type: bug | Status: new Priority: normal | Milestone: Component: Runtime System | Version: 7.7 Keywords: stm rts | Os: Unknown/Multiple Architecture: Unknown/Multiple | Failure: Runtime crash Difficulty: Unknown | Testcase: Blockedby: | Blocking: Related: | ---------------------------------+------------------------------------------ Comment(by ian@…): commit 60cb478f16c0703e0e97a528869905333d9b3135 {{{ Author: Ian Lynagh <ian@well-typed.com> Date: Sun Jul 7 19:13:31 2013 +0100 Fix segfault with STM; fixes #8035. Patch from errge. rts/Schedule.c | 14 +++++++++++++- 1 files changed, 13 insertions(+), 1 deletions(-) }}} -- Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/8035#comment:5> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler