[GHC] #16160: TH_NestedSplices fails on Windows

#16160: TH_NestedSplices fails on Windows ----------------------------------------+--------------------------------- Reporter: bgamari | Owner: (none) Type: bug | Status: new Priority: normal | Milestone: Component: Compiler | Version: 8.6.3 Keywords: | Operating System: Windows Architecture: Unknown/Multiple | Type of failure: None/Unknown Test Case: | Blocked By: Blocking: | Related Tickets: Differential Rev(s): | Wiki Page: ----------------------------------------+--------------------------------- {{{ Compile failed (exit code 11) errors were: Access violation in generated code when executing data at 0x0 Attempting to reconstruct a stack trace... Frame Code address Null address *** unexpected failure for TH_NestedSplices(normal) }}} -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/16160 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#16160: TH_NestedSplices fails on Windows ---------------------------------+---------------------------------------- Reporter: bgamari | Owner: (none) Type: bug | Status: new Priority: normal | Milestone: Component: Compiler | Version: 8.6.3 Resolution: | Keywords: Operating System: Windows | Architecture: Unknown/Multiple Type of failure: None/Unknown | Test Case: Blocked By: | Blocking: Related Tickets: | Differential Rev(s): Wiki Page: | ---------------------------------+---------------------------------------- Changes (by bgamari): * cc: Phyx- (added) Comment: Have you seen this before, Phyx? -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/16160#comment:1 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#16160: TH_NestedSplices fails on Windows ---------------------------------+---------------------------------------- Reporter: bgamari | Owner: (none) Type: bug | Status: new Priority: normal | Milestone: Component: Compiler | Version: 8.6.3 Resolution: | Keywords: Operating System: Windows | Architecture: Unknown/Multiple Type of failure: None/Unknown | Test Case: Blocked By: | Blocking: Related Tickets: | Differential Rev(s): Wiki Page: | ---------------------------------+---------------------------------------- Comment (by Phyx-): No I haven't, that's new, from the look of it the stack frame is completely screwed up though. I can take a look at it this weekend. -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/16160#comment:2 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#16160: TH_NestedSplices fails on Windows ---------------------------------+---------------------------------------- Reporter: bgamari | Owner: (none) Type: bug | Status: new Priority: normal | Milestone: Component: Compiler | Version: 8.6.3 Resolution: | Keywords: Operating System: Windows | Architecture: Unknown/Multiple Type of failure: None/Unknown | Test Case: Blocked By: | Blocking: Related Tickets: | Differential Rev(s): Wiki Page: | ---------------------------------+---------------------------------------- Comment (by Phyx-): Hmm is this still failing on master? It doesn't show up for me. Only failures I see on x86_64 are {{{ hp2ps/T15904.run T15904 [bad exit code] (normal) rts/T10672/T10672_x64.run T10672_x64 [bad exit code] (normal) libraries/base/tests/hWaitForInput-accurate-socket.run hWaitForInput- accurate-socket [exit code non-0] (normal) plugins/plugins09.run plugins09 [bad stdout] (normal) plugins/plugins10.run plugins10 [bad stdout] (normal) plugins/plugins11.run plugins11 [bad exit code] (normal) plugins/T10294.run T10294 [bad exit code] (normal) plugins/plugin-recomp-impure.run plugin-recomp- impure [bad stdout] (normal) }}} of which `T15904` and `plugin-recomp-impure` seem to be testisms, `hWaitForInput-accurate-socket` seems broken? imports a missing module. The plugins however panic and `T10672_x64` is an atexit failure which I need to finish looking at. -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/16160#comment:3 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#16160: TH_NestedSplices fails on Windows -------------------------------------+------------------------------------- Reporter: bgamari | Owner: (none) Type: bug | Status: patch Priority: normal | Milestone: 8.6.4 Component: Compiler | Version: 8.6.3 Resolution: | Keywords: Operating System: Windows | Architecture: | Unknown/Multiple Type of failure: None/Unknown | Test Case: Blocked By: | Blocking: Related Tickets: | Differential Rev(s): Wiki Page: | https://gitlab.haskell.org/ghc/ghc/merge_requests/225 -------------------------------------+------------------------------------- Changes (by Phyx-): * status: new => patch * differential: => https://gitlab.haskell.org/ghc/ghc/merge_requests/225 * milestone: => 8.6.4 -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/16160#comment:4 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#16160: TH_NestedSplices fails on Windows ---------------------------------+---------------------------------------- Reporter: bgamari | Owner: (none) Type: bug | Status: new Priority: normal | Milestone: Component: Compiler | Version: 8.6.3 Resolution: | Keywords: Operating System: Windows | Architecture: Unknown/Multiple Type of failure: None/Unknown | Test Case: Blocked By: | Blocking: Related Tickets: | Differential Rev(s): Wiki Page: | ---------------------------------+---------------------------------------- Changes (by Phyx-): * status: patch => new * differential: https://gitlab.haskell.org/ghc/ghc/merge_requests/225 => * milestone: 8.6.4 => Comment: whoops, wrong ticket. -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/16160#comment:5 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#16160: TH_NestedSplices fails on Windows ---------------------------------+---------------------------------------- Reporter: bgamari | Owner: (none) Type: bug | Status: new Priority: normal | Milestone: Component: Compiler | Version: 8.6.3 Resolution: | Keywords: Operating System: Windows | Architecture: Unknown/Multiple Type of failure: None/Unknown | Test Case: Blocked By: | Blocking: Related Tickets: | Differential Rev(s): Wiki Page: | ---------------------------------+---------------------------------------- Comment (by Phyx-): Where do you see these failures bgamari? -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/16160#comment:6 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler
participants (1)
-
GHC