On Thu, 3 Apr 2014 15:02:37 -0400
腾张 <[email protected]> wrote:

> Dear All,
> 
> I have installed the Fenics and can use most of the function and
> variable expect the "solve". I first tested the demo_poission.py and
> got the segmentation fault
> 
> "Solving linear variational problem.
> Segmentation fault"

Provide a backtrace using:

    $ gdb --ex r --args python demo_poisson.py
    ...
    (gdb) bt

or

    $ catchsegv python demo_poisson.py

Jan

> 
> There may be some mistakes in the install process, could anyone help
> me on this/
> 
> Thanks a lot.
> 
> Best,
> Teng

_______________________________________________
fenics mailing list
[email protected]
http://fenicsproject.org/mailman/listinfo/fenics

Reply via email to