JIT segfaults on Ubuntu repository version

Issue #1126 resolved
matteo croci created an issue

The following error comes up whenever any script is run. I am on a Ubuntu 20.04 quite fresh install and I have installed fenics from the official fenics repo.

Calling FFC just-in-time (JIT) compiler, this may take some time.
[pecos-a53860:17068] *** Process received signal ***
[pecos-a53860:17068] Signal: Segmentation fault (11)
[pecos-a53860:17068] Signal code: Address not mapped (1)
[pecos-a53860:17068] Failing at address: 0x1
[pecos-a53860:17068] [ 0] /lib/x86_64-linux-gnu/libc.so.6(+0x46210)[0x7f56cd9bf210]
[pecos-a53860:17068] [ 1] /lib/x86_64-linux-gnu/liblapack.so.3(dsymv_U_PRESCOTT+0x100)[0x7f56c7c2bf00]
[pecos-a53860:17068] *** End of error message ***
Segmentation fault (core dumped)

Comments (1)

  1. Log in to comment