sofieang / laputa

Laputa: a laboratory for social epistemology
GNU General Public License v3.0
2 stars 0 forks source link

Core dump on simulation #1

Open trondarild opened 4 years ago

trondarild commented 4 years ago

Attempting to run simulation, with manual step-by-step on "vax-i70-t3-patched-erik.soc", get core dump on 2nd step:

Amount Amount::operator*=(Amount): Assertion `lower >= 0 && lower <= 1.0 && upper >= 0 && upper <= 1.0' failed.

Thanks!

sofieang commented 4 years ago

Hi Trond!

Sorry about the late reply. That looks like the kind of assert that would have been fixed in the last version. It also looks like the debug version, since asserts haven't been turned off. Did you build it with

cmake -DCMAKE_BUILD_TYPE=Release .. make

? Also, maybe there is an older version of Laputa installed that it started. Can you try starting it with

./laputa

when in the build directory, after you've built it?

Best wishes, Sofie

Den mån 10 feb. 2020 kl 12:16 skrev Trond Arild Tjostheim < notifications@github.com>:

Attempting to run simulation, with manual step-by-step on "vax-i70-t3-patched-erik.soc", get core dump on 2nd step:

Amount Amount::operator*=(Amount): Assertion `lower >= 0 && lower <= 1.0 && upper >= 0 && upper <= 1.0' failed.

Thanks!

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/sofieang/laputa/issues/1?email_source=notifications&email_token=AOGPBDO4XWHRWKTUD2UI25LRCEZSNA5CNFSM4KSMF742YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4IMG6XOQ, or unsubscribe https://github.com/notifications/unsubscribe-auth/AOGPBDOU46J4ZG45FNVK7KTRCEZSNANCNFSM4KSMF74Q .