#934 Bug in DGFParser
Metadata
| Property | Value | 
|---|---|
| Reported by | Jayesh Badwaik (jayesh.badwaik90@gmail.com) | 
| Reported at | Jun 17, 2011 10:16 | 
| Type | Bug Report | 
| Version | 2.0 | 
| Operating System | Unspecified / All | 
| Last edited by | Oliver Sander (oliver.sander@tu-dresden.de) | 
| Last edited at | Oct 1, 2011 20:18 | 
| Closed by | Oliver Sander (oliver.sander@tu-dresden.de) | 
| Closed at | Oct 1, 2011 20:18 | 
| Closed in version | Unknown | 
| Resolution | Won't fix | 
| Comment | 
Description
I have been trying to read the dgf file into my dune grid subsystem and it is running into errors. I have read a GMSH file which I have then written to a DGF file using DGFWriter. I then, read that same file again with the instructions given here:
http://www.dune-project.org/doc-2.0/doxygen/html/group__DuneGridFormatParser.html
and I get the following error: p0_32072: p4_error: interrupt SIGSEGV: 11
I've attached my source code.
The compiler is gcc-4.1 with libstdc++6.