yangqiaosheng / libcitygml

Automatically exported from code.google.com/p/libcitygml
GNU Lesser General Public License v2.1
0 stars 0 forks source link

Segmentation fault in release mode #12

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Parse the attached file
2. Use in release mode (or via qtcreator debug or release mode)
3.

What is the expected output? What do you see instead?
My program crashes with a segfault.

What version of the product are you using? On what operating system?
I used the newest revision 99.

Please provide any additional information below.
I added the gml file I need to parse. I removed the F which was wrong.
Also, I think it is the same bug as in issue 10. There it was put on a mistake 
in the gml file, but I believe I added that mistake only when checking the file 
just before uploading. Now, it does also crash and the crash seems the same.

Not that in Visual Studio (2005) the program works fine in debug mode, but 
crashes when in release mode. 

I am not sure how I can help you more then this info. Please ask me if you need 
anything else...

Original issue reported on code.google.com by hanckmann@gmail.com on 5 Oct 2010 at 2:00

Attachments:

GoogleCodeExporter commented 9 years ago
Thanks for your report.

I have just try to load your file with both citygmltest.exe & citygml2vrml.exe 
and they do not crash.
I have used VS 2010 / release mode. I'm gonna test with 2008 soon.

You could try to split your file by builduing and test them one by one to 
isolate the problem.

j.

Original comment by jpouder...@gmail.com on 5 Oct 2010 at 4:43

GoogleCodeExporter commented 9 years ago
It seems that other files do actually parse alright. So maybe I should check it 
out a bit more before you dive into it to deeply.

yours,
Patrick

Original comment by hanckmann@gmail.com on 5 Oct 2010 at 5:13

GoogleCodeExporter commented 9 years ago

Original comment by jpouder...@gmail.com on 18 Apr 2011 at 8:03