I tried to run demo_poisson → Poisson equation — DOLFINx 0.9.0 documentation but I go the error from petsc below. What could be the problem? I am running using docker. See the docker command and the error below…
docker run --rm -v "/c/Users/XXXX/Documents/VisIt:/root/shared" -w /root/shared dolfinx/dolfinx:stable bash -c "pip3 install pandas pyvista && python3 demo_poisson.py"
[notice] A new release of pip is available: 24.2 -> 25.0.1
[notice] To update, run: pip install --upgrade pip
[0]PETSC ERROR: ------------------------------------------------------------------------
[0]PETSC ERROR: Caught signal number 11 SEGV: Segmentation Violation, probably memory access out of range
[0]PETSC ERROR: Try option -start_in_debugger or -on_error_attach_debugger
[0]PETSC ERROR: or see https://petsc.org/release/faq/#valgrind and https://petsc.org/release/faq/
[0]PETSC ERROR: configure using --with-debugging=yes, recompile, link, and run
[0]PETSC ERROR: to get more information on the crash.
[0]PETSC ERROR: Run with -malloc_debug to check if memory corruption is causing the crash.
Abort(59) on node 0 (rank 0 in comm 0): application called MPI_Abort(MPI_COMM_WORLD, 59) - process 0