Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in / Register
  • GHC GHC
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 4,867
    • Issues 4,867
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
  • Merge requests 456
    • Merge requests 456
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Releases
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Glasgow Haskell Compiler
  • GHCGHC
  • Issues
  • #20221
Closed
Open
Created Aug 11, 2021 by Matthew Pickering@mpickeringDeveloper

Very long command line leads to an invalid eventlog

Reproduce with:

echo "module A100 where" > A100.hs
echo -optP-D__F{1..10000}__ > T14697-flags
ghc --make A100 $(cat T14697-flags) +RTS -l  

Produces an eventlog which ghc-events fails to parse.

[nix-shell:~/eventlog2html]$ cabal run eventlog2html -- ghc.eventlog 
eventlog2html: Ix{Int}.index: Index (24415) out of range ((0,212))
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
Time tracking