Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in / Register
GHC
GHC
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 4,395
    • Issues 4,395
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
    • Iterations
  • Merge Requests 383
    • Merge Requests 383
  • Requirements
    • Requirements
    • List
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Operations
    • Operations
    • Incidents
    • Environments
  • Analytics
    • Analytics
    • CI / CD
    • Code Review
    • Insights
    • Issue
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Glasgow Haskell Compiler
  • GHCGHC
  • Issues

  • Open 20
  • Closed 40
  • All 60
New issue
  • Priority Created date Last updated Milestone due date Due date Popularity Label priority Manual Weight Blocking
  • Arm: Undeclared indentifier when compiling rts/Linker.c
    #10977 · opened Oct 16, 2015 by erikd   8.0.1   5   Pnormal RTS Tbug Trac import ghc build failure linking
    • CLOSED
    • 4
    updated Jul 07, 2019
  • GHC on windows does not resolve DLL dependencies
    #10955 · opened Oct 10, 2015 by Tamar Christina   8.0.1   5   Pnormal RTS Tbug Trac import linking runtime crash
    • CLOSED
    • 4
    updated Jul 07, 2019
  • amd64/solaris 11: dll-split: out of memory (requested 1099512676352 bytes)
    #10790 · opened Aug 24, 2015 by kgardas   8.0.1   5   Pnormal RTS Tbug Trac import
    • CLOSED
    • 2
    updated Jul 07, 2019
  • Add e.g. "-N<=4" in addition to the fixed "-N4" and variable "-N" RTS options
    #10728 · opened Aug 02, 2015 by rrnewton   8.0.1   5   Pnormal RTS Tfeature request Trac import newcomer
    • CLOSED
    • 19
    updated Jul 07, 2019
  • compilation failure on OpenBSD
    #10593 · opened Jul 01, 2015 by kgardas   8.0.1   5   Pnormal RTS Tbug Trac import ghc build failure
    • CLOSED
    • 3
    updated Jul 07, 2019
  • Linker script patch in rts/Linker.c doesn't work for (non-C or non-en..) locales
    #10046 · opened Jan 30, 2015 by Howard B. Golden   8.0.1   5   Pnormal RTS Tbug Trac import incorrect runtime result linking
    • 7
    updated Jul 07, 2019
  • New block-structured heap organization for 64-bit
    #9706 · opened Oct 20, 2014 by Edward Z. Yang   8.0.1   5   Pnormal RTS Ttask Trac import
    • CLOSED
    • 20
    updated Sep 14, 2020
  • unsafeUnmask unmasks even inside uninterruptibleMask
    #9516 · opened Aug 27, 2014 by edsko@edsko.net   8.0.1   5   Pnormal RTS Tbug Trac import
    • CLOSED
    • 5
    updated Jul 07, 2019
  • Profiling binary consumes CPU even when idle on Linux.
    #9105 · opened May 13, 2014 by robinp   8.0.1   5   Pnormal RTS Tbug Trac import runtime perf
    • CLOSED
    • 7
    updated Jul 07, 2019
  • I/O manager causes unnecessary syscalls in send/recv loops
    #8733 · opened Feb 04, 2014 by tibbe   8.0.1   5   Pnormal RTS Tbug Trac import runtime perf
    • 23
    updated Jul 07, 2019
  • Global big object heap allocator lock causes contention
    #8732 · opened Feb 04, 2014 by tibbe   8.0.1   5   Pnormal RTS Tbug Trac import runtime perf
    • 18
    updated Jul 07, 2019
  • Strange slowness when using async library with FFI callbacks
    #8623 · opened Dec 22, 2013 by JohnWiegley   8.0.1   5   Pnormal RTS Tbug Trac import runtime perf
    • 16
    updated Mar 31, 2021
  • traceEvent truncates to 512 bytes
    #8309 · opened Sep 16, 2013 by duncan   8.0.1   5   Pnormal RTS Tbug Trac import
    • CLOSED
    • 5
    updated Jul 07, 2019
  • Implement unloading of shared libraries
    #8238 · opened Sep 06, 2013 by Simon Marlow   8.0.1   5   Pnormal RTS Ttask Trac import linking
    • 8
    updated Jul 07, 2019
  • Nested STM Invariants are lost
    #7930 · opened May 24, 2013 by Ryan Yates   8.0.1   5   Pnormal RTS STM Tbug Trac import incorrect runtime result
    • CLOSED
    • 6
    updated Jul 07, 2019
  • StablePtrs should be organized by generation for efficient minor collections
    #7670 · opened Feb 07, 2013 by Edward Z. Yang   8.0.1   5   Pnormal RTS Tbug Trac import newcomer
    • 20
    updated Jul 07, 2019
  • Stride scheduling for Haskell threads with priorities
    #7606 · opened Jan 18, 2013 by Edward Z. Yang   8.0.1   5   Pnormal RTS Tfeature request Trac import
    • 54
    updated Jul 07, 2019
  • GHC.Event overwrites main IO managers hooks to RTS
    #7482 · opened Dec 05, 2012 by AndreasVoellmy   8.0.1   5   Pnormal RTS Tbug Trac import core libraries
    • CLOSED
    • 10
    updated Jul 07, 2019
  • GHC crashes when building on 32-bit Linux in a Linode
    #7320 · opened Oct 12, 2012 by benl   8.0.1   5   Pnormal RTS Tbug Trac import compiler crash
    • CLOSED
    • 12
    updated Jul 07, 2019
  • Allow CAFs kept reachable by FFI to be forcibly made unreachable for GC
    #7300 · opened Oct 05, 2012 by absence   8.0.1   5   FFI Pnormal RTS Tfeature request Trac import runtime perf
    • 7
    updated Jul 07, 2019
  • Prev
  • 1
  • 2
  • 3
  • Next