Open jillhan1219 opened 4 months ago
Sorry, the command is the following from the README
file:
./main.bin PGP 3 1 no1:node ./new_color_task/67385a82/cc4_training/ ./new_color_task/67385a82/cc4_testing/ hp hln
Thanks a lot!
Hi,
Thanks for sharing the error. I did not see it before.
The error seems to come from the std::vector
Also could you please forward me your generated domain and instance files? That will also be helpful for me to locate the error easy :)
ARC-Planner/main.bin PGP 3 1 no1:node ./new_color_task/67385a82/cc4_training/ ./new_color_task/6 7385a82/cc4_testing/ hp hln
Error in `../ARC-Planner/main.bin': double free or corruption (out): 0x000000000067a410 ======= Backtrace: ========= /usr/lib64/libc.so.6(+0x81329)[0x7f9428d35329] ../ARC-Planner/main.bin[0x403d64] /usr/lib64/libc.so.6(__libc_start_main+0xf5)[0x7f9428cd6555] ../ARC-Planner/main.bin[0x40a36f] ======= Memory map: ======== 00400000-0047a000 r-xp 00000000 fd:00 27803474
@you68681 what your os and os version? what GLIBC version? use ldd --version see it
@zdx3578 The code is tested on MacOS and Linux (ubuntu 18.04 ) with ldd (Ubuntu GLIBC 2.27-3ubuntu1.6) 2.27
MacOS 14.5 run ok
Hi,
When I run this command in 2.2, I found this error
Segmentation fault (core dumped)
.I used gdb to debug and got the following output:
Have you had this error before? How can I solve it?
Thank you so much.