The gmsh sdk I had linked to seems to be responsible for this. After removing it and recompiling deal.II its fine. Thanks praveen
> On 18-Oct-2021, at 6:17 PM, Praveen C <[email protected]> wrote: > > 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/84605397-13A4-4709-AADE-8BB6D9798986%40gmx.net.
