On Thu, September 25, 2008 17:56, Anders Logg wrote: > On Thu, Sep 25, 2008 at 07:01:16AM -0500, Matthew Knepley wrote: >> On Thu, Sep 25, 2008 at 6:37 AM, Ilmar Wilbers <[EMAIL PROTECTED]> wrote: >> > Now everything seems to be working except a petsc error: >> > http://fenics.org:8010/dolfin/linux_32/builds/761/step-test/1 >> > >> > I don't think this is because of the petsc setup, as all buildbots are >> > experiencing the same >> >> Its a memory protection error (SEGV). If it were inside PETSc however, >> it >> would have the name of the method. It has "User function", so it happens >> outside PETSc, but is caught by our signal handler. You can disable the >> signal handler using PetscPopErrorHandler(). It is most likely that it >> is in >> the interface to PETSc if it only occurs with those tests. >> >> Matt > > I don't see this when running > demo/pde/dg/advection_diffusion/python/demo.py > on my machine. > > Does anyone else get an error when running that demo?
No problem on my machine. Johannes _______________________________________________ DOLFIN-dev mailing list [email protected] http://www.fenics.org/mailman/listinfo/dolfin-dev
