vscode-pddl icon indicating copy to clipboard operation
vscode-pddl copied to clipboard

Segmentation Fault Error

Open davidrjones77 opened this issue 3 years ago • 11 comments

Hello, I love this extension and have been very excited to use it! However today I have encountered the following error when running the default planner:

Starting search with IW (time budget is 60 secs)... /app/plan: line 3: 8754 Segmentation fault timeout 10 "$(dirname "$0")"/siw-then-bfsf --domain $1 --problem $2 --output $3 Suspected timeout.

It seems to be caused by the presence of certain actions simultaneously in the domain. I can supply more details if needed.

Thanks!

davidrjones77 avatar Feb 04 '22 22:02 davidrjones77

Glad you see value in this work and are enjoying the ride.

The error report you pasted looks like the output of the solver at planning.domains. I am actually not sure which one it is nowadays. That is the default planner, but you can bring it your own.

We can help you diagnose PDDL model issues, if you can save them into a session at http://editor.planning.domains/ and include a link to the session (the read-only link) here, or at stackoverflow or the planning Slack channel.

jan-dolejsi avatar Apr 29 '22 09:04 jan-dolejsi

This was solved after a discussion over on the slack channel. It was an error in the problem's initial state (had negated fluents) which the online solver didn't like.

haz avatar Feb 21 '23 02:02 haz