#3903: DPH bad sliceP causes RTS panic "allocGroup: requested zero blocks"
--------------------------------------+-------------------------------------
Reporter: benl | Owner: benl
Type: bug | Status: new
Priority: high | Milestone: 6.14.1
Component: Data Parallel Haskell | Version: 6.13
Keywords: | Testcase:
Blockedby: | Difficulty:
Os: Unknown/Multiple | Blocking:
Architecture: Unknown/Multiple | Failure: Compile-time crash
--------------------------------------+-------------------------------------
Comment(by benl):
So DPH doesn't do array bounds checks because they interfere with
optimisations. I think in the long term we'll want to provide a Safe API
as well as an Unsafe one. The idea being that the programmer develops and
tests their program with the Safe API, before switching to the Unsafe (and
faster) one.
--
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/3903#comment:3>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
_______________________________________________
Glasgow-haskell-bugs mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs