$ ./downward-1-debug --landmarks "lmg=lm_rhw()" --heuristic "hLM,hFF=lm_ff_syn(lmg)" --search "lazy(single(hLM))" < ~/lab/preprocessed-tasks/WORK-WORK/psr-large/p09-s90-n6-l4-
f50.pddl/output
Simplifying transitions... done!
Initializing Exploration...
Generating landmarks using the RPG/SAS+ approach
downward-1-debug: landmarks/landmark_factory.cc:684: bool LandmarkFactory::remove_first_weakest_cycle_edge(LandmarkNode*, std::list<std::pair<LandmarkNode*, edge_type> >&,
std::list<std::pair<LandmarkNode*, edge_type> >::iterator): Assertion `parent_p != 0 && child_p != 0' failed.
Peak memory: 5848 KB
caught signal 6 -- exiting
Abgebrochen (Speicherabzug geschrieben)
The normal binary without assertions just segfaults. This error only happens for 16 tasks in psr-large and psr-middle.
|