http://bugs.winehq.org/show_bug.cgi?id=11547
Summary: corrupted double-linked list - glasgow haskell compiler Product: Wine Version: 0.9.55. Platform: All OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: jeffzaroyko@gmail.com
Created an attachment (id=10714) --> (http://bugs.winehq.org/attachment.cgi?id=10714) glibc message and +heap log
When invoking wine runghc Setup.hs, the attached error intermittently occurs.
to reproduce:
wget http://haskell.org/ghc/dist/6.8.2/ghc-6.8.2-i386-windows.exe (33MB) wine ghc-6.8.2i386-windows.exe wget http://hackage.haskell.org/packages/archive/Diff/0.1/Diff-0.1.tar.gz tar xf Diff-0.1.tar.gz cd Diff-0.1 wine runghc Setup.hs (repeat several times if it doesn't fail)
The message should be printed more or less immediately.
Also attached is a +heap log
I understand that this could be a bug in ghc, testing on windows doesn't reveal any symptoms of undefined behavior in the app, but I understand that this isn't conclusive enough to say that the app isn't at fault.
If we can determine who is at fault, I will file the bug with the ghc project.