Hi,
Something is off, I am trying to run coz with CryptoMiniSat with ApproxMC but I am getting:
$ coz run --- ./approxmc blasted_case110.cnf.gz.no_w.cnf.gz -v2
[libcoz.cpp:100] bootstrapping coz
[libcoz.cpp:128] Including MAIN, which is /[...]/build/approxmc
terminate called after throwing an instance of 'dwarf::format_error'
what(): DW_FORM_sec_offset not expected for attribute (DW_AT)0x2137
I am using latest coz and latest libelfin -- both compiled from git. Do you know what could be the issue? Both ApproxMC and CryptoMiniSat are open-source, see https://github.com/msoos/cryptominisat and https://github.com/meelgroup/approxmc
But I am getting the error with plain CryptoMiniSat too, so it's probably in CryptoMiniSat. I am compiling with -g and mtune=auto, and I am linking in boost, zlib and m4ri. All are dynamically linked. Should I try without linking all these? I am using Arch Linux, so I think the debug symbols should be available for all libraries.
Do you know what that issue above could mean?
Hi,
Something is off, I am trying to run coz with CryptoMiniSat with ApproxMC but I am getting:
I am using latest
cozand latestlibelfin-- both compiled from git. Do you know what could be the issue? Both ApproxMC and CryptoMiniSat are open-source, see https://github.com/msoos/cryptominisat and https://github.com/meelgroup/approxmcBut I am getting the error with plain CryptoMiniSat too, so it's probably in CryptoMiniSat. I am compiling with
-gandmtune=auto, and I am linking in boost, zlib and m4ri. All are dynamically linked. Should I try without linking all these? I am using Arch Linux, so I think the debug symbols should be available for all libraries.Do you know what that issue above could mean?