Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

print out a message when krun times out #53

Open
yilongli opened this issue Nov 3, 2015 · 4 comments
Open

print out a message when krun times out #53

yilongli opened this issue Nov 3, 2015 · 4 comments
Assignees

Comments

@yilongli
Copy link
Member

yilongli commented Nov 3, 2015

It's really confusing to just get an empty *.pkast file and an inner parser error at the start of exec semantics when the prep semantics times out.

@laurayuwen
Copy link
Member

@yilongli Yes, you are right. I didn't think of that. Timeout is a rather clear issue, we can have better output message.

@laurayuwen laurayuwen self-assigned this Nov 3, 2015
@20harshita
Copy link

harshita@harshita-VPCEH25EN:~/java-semantics/src$ kjkompile.sh

Preprocessing semantics:
/home/harshita/java-semantics/tools/kjkompile.sh: line 99: kompile: command not found

Execution semantics:
/home/harshita/java-semantics/tools/kjkompile.sh: line 98: kompile: command not found

Done
//How to overcome from such type of error

@laurayuwen
Copy link
Member

This says the kompile command cannot be found, Have you add k's bin to path? Kjkompile is a wrapper that wraps a couple k command together, and the error reported is k command not found.

@20harshita
Copy link

kjkompile.sh

Preprocessing semantics:
[Error] Compiler: Could not find sorts: [SwitchLabel]
Source(/home/harshita/java-semantics/src/./prep/../common/list-syntax.k)
Location(36,38,36,95)

Execution semantics:
[Error] Critical: Could not find file: builtins/model-checker.k
Lookup directories:[./exec,
/home/harshita/new/k/lib/java/../../include/builtin]
Source(/home/harshita/java-semantics/src/./exec/ltl-support.k)
Location(1,1,1,34)
still producing error

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants