issues Search Results · repo:nimble-code/Spin language:C
Filter by
58 results
(69 ms)58 results
innimble-code/Spin (press backspace or delete to remove)Consider the following Promela:
init {
run f()
}
active proctype f() {
assert _pid == 1
}
The interpreter finds the assertion violation:
$ ./spin ../../../unexpected.pml
spin: ../../../unexpected.pml:6, ...
ericmercer
- 3
- Opened on Jan 13
- #78
Thanks for this awesome work! But I am having a little problem on windows distributions.
When I am trying the spin tool on windows cygwin 64bit following the instructions in the docs, I downloaded the ...
h-mole
- 1
- Opened on Oct 14, 2024
- #76
Please see below two tests. For both, it would be nice if printf result would be: event: _e=two _f=pear _s=large _i=101
// stest1 --------------------------------------------------------------------- ...
melintea
- 3
- Opened on Jun 21, 2024
- #74
Description
When pan and the Promela source files are in different directories, the execution of pan fails with the following error:
ftok shared bitstate or hashtable: No such file or directory
pan: ...
mkakh
- 3
- Opened on Jun 6, 2024
- #72
The file Man/html_manual_pages.tar.gz/Intro.html says: A sixt section gives a brief motivation
The word sixt should be sixth.
I would have sent a pull request, but I was unsure why the manual pages are ...
rillig
- 3
- Opened on Apr 2, 2024
- #71
For example,
mtype:Symbol = { SYM_A, SYM_B }
typedef St {
mtype:Symbol sym;
};
chan Channel = [0] of { mtype:Symbol };
proctype Bar() {
St s;
Channel ? s.sym;
}
(The code piece is incomplete. ...
liuzikai
- 4
- Opened on Mar 7, 2024
- #70
It was my understanding until recently that printf statements were mostly treated as skip statements during
verification. I ve since learned that there is technically a possibility to modify variables ...
brycepierson
- 5
- Opened on Sep 20, 2023
- #69
We teach model checking with Spin and one of our students encountered a type checking error which appears to be
incorrect.
Consider this model:
chan request = [2] of { byte, chan };
active [2] proctype ...
Drodt
- 1
- Opened on May 30, 2023
- #67
For example, here is the struct I defined:
typedef SimData{
int current_step;
int model_state;
}
To initialize it, I could only do by these code:
int current_step = 1;
int model_state = 2;
SimData ...
h-mole
- 1
- Opened on May 22, 2023
- #66
This is what I m doing:
/code$ git clone git@github.com:nimble-code/Spin.git
/code$ cd Spin/
/code/Spin$ make
cd Src; make
make[1]: Entering directory /Volumes/sec/code/Spin/Src
yacc -v -d spin.y ...
yegor256
- Opened on Apr 19, 2023
- #65

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.