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
  • #20901
Closed
Open
Created Jan 03, 2022 by Peter Trommler@trommler🥁Developer

PowerPC: tests `decodeMyStack` and `decodeMyStack_underflowFrames` fail

Issue

Tests decodeMyStack and decodeMyStack_underflowFrames fail on powerpc64 big-endian and little-endian. The output for decodeMyStack contains several lines like this:

...
-StackEntry {functionName = "getDeepStack.getDeepStackCase", moduleName = "Main", srcLoc = "decodeMyStack.hs:13:7-21", closureType = 53}
+StackEntry {functionName = "", moduleName = "Main", srcLoc = "", closureType = 53}
...

In all StackEntrys there is an empty functionName and srcLoc.

The test was introduced in 29717ecb and some of the functionality in 6f7f5990.

Environment

  • GHC version used: HEAD at 44a5507f.

Optional:

  • Operating System: openSUSE Leap 15.2 powerpc64le and Void Linux powerpc64
  • System Architecture: powerpc64le and powerpc64 (big-endian)
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
Time tracking