Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build issues #12

Open
ChrisRackauckas opened this issue Jul 4, 2017 · 4 comments
Open

Build issues #12

ChrisRackauckas opened this issue Jul 4, 2017 · 4 comments

Comments

@ChrisRackauckas
Copy link
Member

conda-forge/fenics-feedstock#46 (comment)

@ysimillides
Copy link
Contributor

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

@ChrisRackauckas
Copy link
Member Author

Let me give it another go.

@ChrisRackauckas
Copy link
Member Author

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
Copy link
Member Author

ChrisRackauckas commented Aug 1, 2017

from dolfin import *
mesh = UnitTriangleMesh()

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants