[GHC] #15529: runtime bug when profiling retainers

GHC ghc-devs at haskell.org
Thu Aug 16 10:22:57 UTC 2018


#15529: runtime bug when profiling retainers
-------------------------------------+-------------------------------------
           Reporter:  flip101        |             Owner:  (none)
               Type:  bug            |            Status:  new
           Priority:  normal         |         Milestone:  8.6.1
          Component:  Compiler       |           Version:  8.4.3
           Keywords:                 |  Operating System:  Unknown/Multiple
       Architecture:                 |   Type of failure:  None/Unknown
  Unknown/Multiple                   |
          Test Case:                 |        Blocked By:
           Blocking:                 |   Related Tickets:
Differential Rev(s):                 |         Wiki Page:
-------------------------------------+-------------------------------------
 I have this project https://github.com/flip111/ghc-runtime-bug1 When i
 execute the following commands:


 {{{
 stack clean
 stack build
 stack build --ghc-options '-j4 -O0 -rtsopts=all -fprof-auto -fprof-auto-
 calls -fprof-cafs' --executable-profiling
 stack exec vfix -- +RTS -hr -sstderr
 }}}

 After the compilation messages i get the following error:


 {{{
 vfix: internal error: Invalid object *c in pop()
     (GHC version 8.4.3 for x86_64_unknown_linux)
     Please report this as a GHC bug:
 http://www.haskell.org/ghc/reportabug
 Command terminated by signal 6
 }}}

-- 
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/15529>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler


More information about the ghc-tickets mailing list