-
- Downloads
Revert "Make the linker API thread-safe"
This reverts commit b5e8b3b1. I reverted it because one of these two patches 9e6e4796 Add purgeObj() b5e8b3b1 Make the linker API thread-safe causes a seg-fault on Windows. The seg-fault happens immediately the linker is invoked, in ghci or in Template Haskell. I believe that it is the "linker API thread-safe" commit that causes the seg-fault; it happens even if the "purgeObj" commit alone is reverted. But since the two patches mess with the same code, to revert the "linker API" patch I had revert both.
Showing
- docs/users_guide/7.10.1-notes.xml 1 addition, 5 deletionsdocs/users_guide/7.10.1-notes.xml
- rts/CheckUnload.c 0 additions, 4 deletionsrts/CheckUnload.c
- rts/Linker.c 36 additions, 69 deletionsrts/Linker.c
- rts/LinkerInternals.h 0 additions, 4 deletionsrts/LinkerInternals.h
- testsuite/tests/rts/Makefile 4 additions, 4 deletionstestsuite/tests/rts/Makefile
- testsuite/tests/rts/T2615.hs 0 additions, 1 deletiontestsuite/tests/rts/T2615.hs
- testsuite/tests/rts/rdynamic.hs 0 additions, 2 deletionstestsuite/tests/rts/rdynamic.hs
Loading
Please register or sign in to comment