KCL-Planning / VAL

The plan validation system.
BSD 3-Clause "New" or "Revised" License
106 stars 48 forks source link

Segmentation fault in typechecking #23

Open rpgoldman opened 6 years ago

rpgoldman commented 6 years ago

p01.pddl.txt domain.pddl.txt

I was editing a domain to remove costs and inadvertently ran the updated domain (no costs) against a problem file that had an initializer of (= (total-cost) 0) validate got a segmentation fault during type checking of that. I replicated this on both Linux and Mac. I will attach the domain and problem.