To elaborate on John's qusestion, could you "reply to all" with (1) the output from running configure and also your (2) config.log file that it creates?
Is gcc-4.7.0 really the default version of the compiler on that system? -Ben On Aug 6, 2013, at 4:41 PM, John Peterson <[email protected]> wrote: > On Tue, Aug 6, 2013 at 3:34 PM, Andrew Davis <[email protected]> wrote: > >> Hey, >> >> Thanks! Yes rebuilding with gdb helps with the backtrace information. Now >> when I run the same program I still get a seg. fault but the backtrace info >> in gdb is >> >> #0 __GI___libc_free (mem=0x1) at malloc.c:2968 >> #1 0x000000000046219c in libMesh::Elem::~Elem (this=0x6c11e0, >> __in_chrg=<optimized out>) at /scratch1/local/include/libmesh/elem.h:1336 >> #2 0x00007ffff6b701ca in libMesh::RemoteElem::~RemoteElem (this=0x6c11e0, >> __in_chrg=<optimized out>) at src/geom/remote_elem.C:60 >> #3 0x00007ffff6b70236 in libMesh::RemoteElem::~RemoteElem (this=0x6c11e0, >> __in_chrg=<optimized out>) at src/geom/remote_elem.C:65 >> #4 0x00007ffff67e1bf9 in libMesh::Singleton::cleanup () at >> src/base/libmesh_singleton.C:108 >> #5 0x00007ffff67c2542 in libMesh::LibMeshInit::~LibMeshInit >> (this=0x7fffffffe100, __in_chrg=<optimized out>) at src/base/libmesh.C:548 >> #6 0x0000000000457a2f in main (argc=1, argv=0x7fffffffe238) at >> /scratch1/davisad/software/muq-ice/modules/RunTests.cpp:18 >> >> Is this more informative to you? >> > > What operating system are you using? > What compilers are you using? > > -- > John > ------------------------------------------------------------------------------ > 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 ------------------------------------------------------------------------------ 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
