-
Hey Benjamin, I'm a fan of your book and I was reading the part about Concuerror and I tried running the example in Chapter 11 Section 2, but it does not seem to work. Running the command you provided…
-
http://concuerror.com/
https://github.com/parapluu/Concuerror
ghost updated
8 years ago
-
**Describe the bug**
It looks like Concuerror assumes that `DOWN` messages are delivered instantaneously.
Consider the following testcase:
```erlang
monitor_test() ->
%% Preparation:
%% …
-
**Describe the bug**
Concuerror silently fails on in-memory modules.
**To Reproduce**
```erlang
%% Define module in memory
Module = erl_syntax:attribute(erl_syntax:atom(module),[erl_synta…
-
Migrating parapluu/Concuerror#7.
-
Migrating parapluu/Concuerror#36.
-
**Describe the bug**
While trying to model an algorithm where a named process is restarted, I get a `Concuerror crashed` error that says `replaying a built-in returned a different result than expecte…
-
**Describe the bug**
Trying to model-check the simple Erlang model of [Que Sera Consensus](https://github.com/dedis/tlc/tree/master/erlang/model), Concuerror worked for a couple days and then failed …
bford updated
4 years ago
-
**Is your feature request related to a problem? Please describe.**
For performance reasons it would be great to have an API for maintaining a user-provided global state
1) Updating this state fr…
-
when i read the source code of plumetrre_manager it looks that during 2 simultaneous put one can win over the second. i know that this rarely happen but is this the expected behaviour?