Hi, FG always crashed upon existing but also when in the middle of the program, for instance when I change my view. Of course this is rather vague, so I would be happy if someone could point out to me where to find an error log that I can attach to this ticket.
When it crashes, there should be a 'details' button, you can copy the full text (it will be huge) from that and paste them here.
I've been encountering a similar case, and it is much more frequent in dense scenery areas - I've tried to take a look at the stack traces but they are rather different everytime. What would you suggest, should I keep collecting all of these and upload them here as attachments as I encounter them? Or should I try to recreate them consistently and only then post the consistently crashing cases?
Please collect a representative sample, yeah - maybe not /all/ of them but certainly up to 10 or 20 would be good.
And, sorry for the crashes :(
Here is one I can recreate with 100% accuracy everytime:
(The only aircraft I've not been able to reproduce the error on is the UFO, but all others I tried lead to a crash with the following stack trace:
It only happens at dark hours, so I suspect this has something to do with extra light objects or so. Let me know if you want me to start a separate ticket for this, or post it ot he mailing list/forum directly for better visibility!
P.S. On another note, the majority of the crashes I've seen so far seem to always end up in some OSG function, not sure if thats useful information.
There is not much information to troubleshoot this issue.
The stacktrace implies the following scenario:
An object in the OSG cache has expired, so it is being unloaded.
Objects are cleaned up properly.
The IO stream is flushed and then the StreamBuffer is being sent a notification.
This notification is where the crash is happening.
The exception that occurred was not provided, but I'm assuming it was a SegFault.
Situation = Dark with extra light objects. This could be a good clue.
One possibility is a buffer overflow.
It would be good to collect additional details, such as the airport you were near when the crash occurred and what aircraft you were flying.
Checking on old bugs: if anyone still experiences this, please let us know, otherwise I'll mark this one as expired.
Expired