Haskell.org
Sign In Sign Up
Manage this list Sign In Sign Up

Keyboard Shortcuts

Thread View

  • j: Next unread message
  • k: Previous unread message
  • j a: Jump to all threads
  • j l: Jump to MailingList overview

ghc-tickets

Thread Start a new thread
Download
Threads by month
  • ----- 2025 -----
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2024 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2023 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2022 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2021 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2020 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2019 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2018 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2017 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2016 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2015 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2014 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2013 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
ghc-tickets@haskell.org

September 2014

  • 1 participants
  • 1019 discussions
Re: [GHC] #5395: Context reduction stack overflow without undecidable instances
by GHC 09 Sep '14

09 Sep '14
#5395: Context reduction stack overflow without undecidable instances -------------------------------------+------------------------------------- Reporter: guest | Owner: Type: bug | Status: new Priority: normal | Milestone: Component: Compiler | Version: 7.0.4 Resolution: | Keywords: type family, Operating System: | termination Unknown/Multiple | Architecture: Unknown/Multiple Type of failure: GHC | Difficulty: Unknown rejects valid program | Blocked By: Test Case: | Related Tickets: Blocking: | Differential Revisions: | -------------------------------------+------------------------------------- Comment (by simonpj): We now have `-fcontext-stack=N` (for type classes) and `-ftype-function- depth=N` (for type functions). I suspect that when splitting the two we put the type-class one back to 20. I'll increase it to 100. Simon -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/5395#comment:8> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
1 0
0 0
Re: [GHC] #7898: SpecConstr explodes when compiling module BSP of frag-1.1.2
by GHC 07 Sep '14

07 Sep '14
#7898: SpecConstr explodes when compiling module BSP of frag-1.1.2 -------------------------------------+------------------------------------- Reporter: tinctorius | Owner: Type: bug | Status: closed Priority: normal | Milestone: Component: Compiler | Version: 7.6.3 Resolution: fixed | Keywords: Operating System: | Architecture: Unknown/Multiple Unknown/Multiple | Difficulty: Unknown Type of failure: Compile- | Blocked By: time crash | Related Tickets: Test Case: | Blocking: | Differential Revisions: | -------------------------------------+------------------------------------- Changes (by rwbarton): * status: new => closed * resolution: => fixed -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/7898#comment:17> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
1 0
0 0
Re: [GHC] #7898: SpecConstr explodes when compiling module BSP of frag-1.1.2
by GHC 07 Sep '14

07 Sep '14
#7898: SpecConstr explodes when compiling module BSP of frag-1.1.2 -------------------------------------+------------------------------------- Reporter: tinctorius | Owner: Type: bug | Status: new Priority: normal | Milestone: Component: Compiler | Version: 7.6.3 Resolution: | Keywords: Operating System: | Architecture: Unknown/Multiple Unknown/Multiple | Difficulty: Unknown Type of failure: Compile- | Blocked By: time crash | Related Tickets: Test Case: | Blocking: | Differential Revisions: | -------------------------------------+------------------------------------- Comment (by tinctorius): No problems with GHC HEAD. Consider it fixed :D -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/7898#comment:16> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
1 0
0 0
Re: [GHC] #9555: internal error: ARR_WORDS object entered!
by GHC 07 Sep '14

07 Sep '14
#9555: internal error: ARR_WORDS object entered! -------------------------------------+------------------------------------- Reporter: walck | Owner: Type: bug | Status: new Priority: normal | Milestone: Component: Compiler | Version: 7.8.3 Resolution: | Keywords: Operating System: | Architecture: x86_64 (amd64) Unknown/Multiple | Difficulty: Unknown Type of failure: | Blocked By: None/Unknown | Related Tickets: Test Case: | Blocking: | Differential Revisions: | -------------------------------------+------------------------------------- Comment (by rwbarton): Hmm, I couldn't reproduce the issue with LLVM 3.2 on Ubuntu LTS 12.04 using the 7.8.3 bindist. -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/9555#comment:8> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
1 0
0 0
Re: [GHC] #5395: Context reduction stack overflow without undecidable instances
by GHC 07 Sep '14

07 Sep '14
#5395: Context reduction stack overflow without undecidable instances -------------------------------------+------------------------------------- Reporter: guest | Owner: Type: bug | Status: new Priority: normal | Milestone: Component: Compiler | Version: 7.0.4 Resolution: | Keywords: type family, Operating System: | termination Unknown/Multiple | Architecture: Unknown/Multiple Type of failure: GHC | Difficulty: Unknown rejects valid program | Blocked By: Test Case: | Related Tickets: Blocking: | Differential Revisions: | -------------------------------------+------------------------------------- Comment (by jystic): I just ran in to this problem using the protobuf library with GHC 7.8.3, it seems that the constant limit has been changed back to 20? Compiling with -fcontext-stack=37 solves the problem in my case. -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/5395#comment:7> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
1 0
0 0
Re: [GHC] #5797: readRawBufferPtr cannot be interrupted by exception on Windows with -threaded
by GHC 06 Sep '14

06 Sep '14
#5797: readRawBufferPtr cannot be interrupted by exception on Windows with -threaded -------------------------------------+------------------------------------- Reporter: joeyadams | Owner: Type: bug | Status: new Priority: normal | Milestone: ⊥ Component: | Version: 7.2.2 libraries/base | Keywords: Resolution: | Architecture: x86 Operating System: Windows | Difficulty: Unknown Type of failure: Incorrect | Blocked By: result at runtime | Related Tickets: Test Case: | Blocking: | Differential Revisions: | -------------------------------------+------------------------------------- Changes (by RyanGlScott): * cc: ryan.gl.scott@…, hvr, ekmett (added) -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/5797#comment:7> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
1 0
0 0
Re: [GHC] #9555: internal error: ARR_WORDS object entered!
by GHC 06 Sep '14

06 Sep '14
#9555: internal error: ARR_WORDS object entered! -------------------------------------+------------------------------------- Reporter: walck | Owner: Type: bug | Status: new Priority: normal | Milestone: Component: Compiler | Version: 7.8.3 Resolution: | Keywords: Operating System: | Architecture: x86_64 (amd64) Unknown/Multiple | Difficulty: Unknown Type of failure: | Blocked By: None/Unknown | Related Tickets: Test Case: | Blocking: | Differential Revisions: | -------------------------------------+------------------------------------- Comment (by rwbarton): So this is LLVM 3.2, I guess (http://packages.ubuntu.com/saucy/llvm)? There are known problems with LLVM 3.2 and GHC, can you try with 3.3 or 3.4? -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/9555#comment:7> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
1 0
0 0
[GHC] #9556: Remove max_bytes_used from haddock tests
by GHC 06 Sep '14

06 Sep '14
#9556: Remove max_bytes_used from haddock tests -------------------------------------+------------------------------------- Reporter: nomeata | Owner: Type: task | Status: new Priority: normal | Milestone: Component: Test Suite | Version: 7.8.2 Keywords: | Operating System: Architecture: Unknown/Multiple | Unknown/Multiple Difficulty: Unknown | Type of failure: Blocked By: | None/Unknown Related Tickets: | Test Case: | Blocking: | Differential Revisions: -------------------------------------+------------------------------------- Simon M says: “I think we should probably remove the `max_bytes_used` limits for the Haddock tests.” This also includes `peak_megabytes_allocated`. -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/9556> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
1 4
0 0
Re: [GHC] #9555: internal error: ARR_WORDS object entered!
by GHC 06 Sep '14

06 Sep '14
#9555: internal error: ARR_WORDS object entered! -------------------------------------+------------------------------------- Reporter: walck | Owner: Type: bug | Status: new Priority: normal | Milestone: Component: Compiler | Version: 7.8.3 Resolution: | Keywords: Operating System: | Architecture: x86_64 (amd64) Unknown/Multiple | Difficulty: Unknown Type of failure: | Blocked By: None/Unknown | Related Tickets: Test Case: | Blocking: | Differential Revisions: | -------------------------------------+------------------------------------- Comment (by slyfox): I've managed to reproduce it! I think the problem arises due to '''arithmoi''' being alone package built with ghc -fllvm. It should not break, but llvm is a bit experimental target (maybe upgrading '''llvm''' version will help, dunno). To workaround it you can buiild arithmoi w/o llvm flag: {{{ cabal install cyclotomic arithmoi -f-llvm --reinstall }}} The steps to reproduce: {{{ # get saucy mkdir saucy debootstrap saucy saucy/ https://mirrors.kernel.org/ubuntu/ chroot saucy/ echo 'deb http://archive.ubuntu.com/ubuntu saucy main universe' > /etc/apt/sources.list apt-get update apt-get install ghc cabal-install ncurses-dev build-essential llvm # unpack ghc, ./configure && make # get latest cabal cabal update cabal install cabal-install # get arithmoi ~/.cabal/bin/cabal install --with-compiler=$(pwd)/inplace/bin/ghc- stage2 cyclotomic # reproduce root@sf:~/ghc-7.8.3# inplace/bin/ghc-stage2 -e 'Data.Complex.Cyclotomic.goldenRatio' <interactive>: internal error: ARR_WORDS object entered! (GHC version 7.8.3 for x86_64_unknown_linux) Please report this as a GHC bug: http://www.haskell.org/ghc/reportabug Aborted }}} -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/9555#comment:6> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
1 0
0 0
Re: [GHC] #9555: internal error: ARR_WORDS object entered!
by GHC 06 Sep '14

06 Sep '14
#9555: internal error: ARR_WORDS object entered! -------------------------------------+------------------------------------- Reporter: walck | Owner: Type: bug | Status: new Priority: normal | Milestone: Component: Compiler | Version: 7.8.3 Resolution: | Keywords: Operating System: | Architecture: x86_64 (amd64) Unknown/Multiple | Difficulty: Unknown Type of failure: | Blocked By: None/Unknown | Related Tickets: Test Case: | Blocking: | Differential Revisions: | -------------------------------------+------------------------------------- Comment (by slyfox): Aha, those are mostly saucy toolchain except for booter ghc. Saucy's universe has '''Version: 7.6.3-4''' of it. I'll try to reproduce by building 7.8.3 from it. {{{ ,("Project version","7.8.3") ,("Booter version","7.8.2") }}} Where did 7.8.2 come from? Did you build it yourself or I could grab the same version from some ppa? -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/9555#comment:5> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
1 0
0 0
  • ← Newer
  • 1
  • ...
  • 95
  • 96
  • 97
  • 98
  • 99
  • 100
  • 101
  • 102
  • Older →

HyperKitty Powered by HyperKitty version 1.3.9.