FEniCS.jl icon indicating copy to clipboard operation
FEniCS.jl copied to clipboard

Build issues

Open ChrisRackauckas opened this issue 8 years ago • 4 comments

https://github.com/conda-forge/fenics-feedstock/issues/46#issuecomment-312894505

ChrisRackauckas avatar Jul 04 '17 15:07 ChrisRackauckas

@ChrisRackauckas I just built it via the conda-forge and it seems to work, so shall we close this issue?

ysimillides avatar Jul 23 '17 19:07 ysimillides

Let me give it another go.

ChrisRackauckas avatar Jul 23 '17 19:07 ChrisRackauckas

Well, that's fixed but now on this computer I get:

[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 http://www.mcs.anl.gov/petsc/documentation/faq.html#valgrind
[0]PETSC ERROR: or try http://valgrind.org on GNU/linux and Apple Mac OS X to find memory corruption errors
[0]PETSC ERROR: configure using --with-debugging=yes, recompile, link, and run 
[0]PETSC ERROR: to get more information on the crash.
application called MPI_Abort(MPI_COMM_WORLD, 59) - process 0
[unset]: write_line error; fd=-1 buf=:cmd=abort exitcode=59
:
system msg for write_line failure : Bad file descriptor

when doing

using FEniCS
using PyCall
@pyimport fenics
test_triangle = UnitTriangleMesh()

Guess I'll keep abusing Travis as my computer haha.

ChrisRackauckas avatar Aug 01 '17 09:08 ChrisRackauckas

from dolfin import *
mesh = UnitTriangleMesh()

that works from Python. pyUnitTriangleMesh() fails in the same way.

ChrisRackauckas avatar Aug 01 '17 09:08 ChrisRackauckas