Re: Bug in r205
Status: Alpha
Brought to you by:
cwalther
From: Christian W. <cwa...@gm...> - 2008-10-18 12:26:49
|
I wrote: > I'm still uncertain about the cause of the random reproducibility of the > crash, there might be another bug lurking there. Will investigate further. Hmm, looks like it really only was the uninitialized variable. When I initialize it to a known invalid value, it crashes reliably. Plus, it seems that r207 also took care of the ugly flash that happened when moving around with the map enabled (that was probably random memory being drawn instead of the cursor for one frame), which was one of the reasons I suspected another bug. -Christian |