Ticket #5817 (closed bug: fixed)

Opened 16 months ago

Last modified 16 months ago

dph-diophantine-copy-opt fails

Reported by: igloo Owned by: benl
Priority: normal Milestone: 7.4.2
Component: Data Parallel Haskell Version: 7.5
Keywords: Cc:
Operating System: Unknown/Multiple Architecture: Unknown/Multiple
Type of failure: None/Unknown Difficulty: Unknown
Test Case: Blocked By:
Blocking: Related Tickets:

Description

=====> dph-diophantine-copy-opt(normal) 278 of 3198 [0, 0, 0]
cd ./dph/diophantine && '/home/ian/ghc/git/ghc/bindisttest/install dir/bin/ghc' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts  -fno-ghci-history --make -o dph-diophantine-copy-opt Main  -Odph -package dph-lifted-copy  >dph-diophantine-copy-opt.comp.stderr 2>&1
cd ./dph/diophantine && ./dph-diophantine-copy-opt    </dev/null >dph-diophantine-copy-opt.run.stdout 2>dph-diophantine-copy-opt.run.stderr
Wrong exit code (expected 0 , actual 1 )
Stdout:
(1260,[2,2,1,1,0])
(1260,[2,2,1,1,0])

Stderr:
dph-diophantine-copy-opt: libraries/vector/Data/Vector/Generic.hs:395 (slice): invalid slice (0,68,34)
dph-diophantine-copy-opt: thread blocked indefinitely in an MVar operation

*** unexpected failure for dph-diophantine-copy-opt(normal)

Change History

Changed 16 months ago by benl

I have another example that has started doing this as well, investigating.

Changed 16 months ago by igloo

  • milestone set to 7.4.2

Changed 16 months ago by benl

  • status changed from new to closed
  • resolution set to fixed

Was a bad rewrite rule in the DPH library.

Note: See TracTickets for help on using tickets.