[Haskell-cafe] Fwd: MVar problem in acid-state?

Corentin Dupont corentin.dupont at gmail.com
Tue Sep 3 15:10:22 CEST 2013


OK, my mistake: it's working now.
It was because I'm using an haskell interpreter in my program, and the
version of GHC was different on my PC (where I compile) and on the server
(where I run)...


On Tue, Sep 3, 2013 at 11:13 AM, Dag Odenhall <dag.odenhall at gmail.com>wrote:

> It's conceivable. It might help if you list what version of acid-stateyou're using and what parts of it. And maybe file
> a bug <https://github.com/acid-state/acid-state/issues> upstream even if
> you're not sure it is acid-state.
>
>
> On Mon, Sep 2, 2013 at 7:35 PM, Corentin Dupont <corentin.dupont at gmail.com
> > wrote:
>
>> Hi the list,
>> I have compiled my application on my PC, it works fine, but when I copy
>> it on my server (same architecture), I get:
>> Nomyx: thread blocked indefinitely in an MVar operation
>>
>> I don't use MVars in my application, is it possible that it's coming from
>> acid-state?
>> Thanks,
>> Corentin
>>
>> _______________________________________________
>> Haskell-Cafe mailing list
>> Haskell-Cafe at haskell.org
>> http://www.haskell.org/mailman/listinfo/haskell-cafe
>>
>>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.haskell.org/pipermail/haskell-cafe/attachments/20130903/f0bd933f/attachment.htm>


More information about the Haskell-Cafe mailing list