Hey,
I recently installed libmesh (with petsc) on my lab computer. The
installation seemed to work fine (if it makes a difference I installed it
into a local directory that is not /usr/local). However, I get a strange
seg fault when I initialize libmesh. Here is the (very simple) program I
am running:
#include "libmesh/libmesh.h"
int main(int argc, char **argv) {
libMesh::LibMeshInit init(argc,argv);
return 0;
}
and the error message:
Segmentation fault (core dumped)
I ran it in gdb and when I did backtrace I got:
(gdb) backtrace
#0 0x00007fff00000001 in ?? ()
#1 0x0000000000000000 in ?? ()
Unfortunately, I am at a bit of a loss for what all of this means. Does
anyone know how to fix this? or Does anyone have a suggestion about what
could be the problem and how to diagnose it?
Thanks!
Andy
------------------------------------------------------------------------------
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with <2% overhead.
Download for free and get started troubleshooting in minutes.
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk
_______________________________________________
Libmesh-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/libmesh-users