On Mon, 27 Feb 2012, Daniel Vasconcelos wrote: > *************************************************************** > * Running Example ./ex1-dbg -d 3 ../../reference_elements/3D/one_hex27.xda > [-o output.xda] > *************************************************************** > > Assertion `in->good()' failed. > [0] src/utils/xdr_cxx.C, line 635, compiled Feb 27 2012 at 01:28:18
Very strange. It's complaining about an I/O failure in the middle of reading a trivial input mesh file. I/O failures like that can happen if the input file is corrupted in some way, but nothing in reference_elements/ should be breaking like that. There's no way anyone's going to be able to reproduce this problem (if the first thousand times we ran ex1 didn't break, #1001 won't either), but if you want to dig up more information (a stack trace, whether in->bad() or in->fail() is true, etc) we might be able to help diagnose and fix it. It looks like you're using libMesh 0.7.2? Would you see if a similar error occurs for you with the svn version? Thanks, --- Roy ------------------------------------------------------------------------------ Try before you buy = See our experts in action! The most comprehensive online learning library for Microsoft developers is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, Metro Style Apps, more. Free future releases when you subscribe now! http://p.sf.net/sfu/learndevnow-dev2 _______________________________________________ Libmesh-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/libmesh-users
