I am getting this error when I run step-1 on my Debian-11 with [email protected] $ make [ 50%] Building CXX object CMakeFiles/step-1.dir/step-1.cc.o [100%] Linking CXX executable step-1 [100%] Built target step-1 $ ./step-1 step-1: malloc.c:2379: sysmalloc: Assertion `(old_top == initial_top (av) && old_size == 0) || ((unsigned long) (old_size) >= MINSIZE && prev_inuse (old_top) && ((unsigned long) old_end & (pagesize - 1)) == 0)' failed. Aborted
step-2 also gives same error. Any ideas what could be wrong ? Thanks praveen -- The deal.II project is located at http://www.dealii.org/ For mailing list/forum options, see https://groups.google.com/d/forum/dealii?hl=en --- You received this message because you are subscribed to the Google Groups "deal.II User Group" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/dealii/E60DB2F1-07DB-47C3-A1C1-CC9FB6F9DE78%40gmx.net.
