Skip to Content.
Sympa Menu

k-user - Re: [[K-user] ] LTL model checking in KCC 3.4

k-user AT lists.cs.illinois.edu

Subject: K-user mailing list

List archive

Re: [[K-user] ] LTL model checking in KCC 3.4


Chronological Thread 
  • From: Christos Kloukinas <c.kloukinas AT gmail.com>
  • To: 璟临天下 <qjq793437528 AT 163.com>, "k-user AT lists.cs.illinois.edu" <k-user AT lists.cs.illinois.edu>
  • Cc: Christos Kloukinas <c.kloukinas AT gmail.com>
  • Subject: Re: [[K-user] ] LTL model checking in KCC 3.4
  • Date: Thu, 15 Mar 2018 10:40:23 +0000
  • Authentication-results: illinois.edu; spf=pass smtp.mailfrom=c.kloukinas AT gmail.com; dkim=pass header.d=gmail.com header.s=20161025; dmarc=pass header.from=gmail.com

Hi,

I can see two problems here:

1) you're using " " instead of ' ', so the shell tries to translate what you have inside the quotes - ~ is shorthand for home directory, so it tries to find a file ~Ltl, i.e., the home directory of user Ltl (which doesn't exist)

2) there's a space between Ltl and  __error - doubt that there should be one.


So maybe try this:

LTLMC='[]Ltl ~Ltl__error' ./bad


Note - have not looked into this myself, so have no idea if "[]Ltl" is correct or not. Posting to the list as well, in case someone with more experience can help out (and possibly correct the README.md file if it's wrong).


Cheers,

Christos


On 15/03/2018 09:43, 璟临天下 wrote:
hello 
i have handled the non-determinism problem by changing the range of non-deterministic operation. Now i want to do something about LTL model checking. and i read c-semantics/examples/README.md, but got the error message like below:
what causes this problem? do i miss something?

LTL model checking... (with non-deterministic _expression_ sequencing)
[Error] Critical: Cannot retrieve file content. Make sure that file: ~Ltl
exists.
File: internal
Location: FileUtil.java





  • Re: [[K-user] ] LTL model checking in KCC 3.4, Christos Kloukinas, 03/15/2018

Archive powered by MHonArc 2.6.19.

Top of Page