Ah, that makes sense.

Have to say there seems to have been a big improvement in memory consumption lately, had the program running for over 33 hours now and I can switch views without any hard drive thrashing at all, very nice.

Curtis L. Olson wrote:
I believe this is a plib bug ...

Geoff Reidy writes:

Maybe it's just me but when I click on the menu and slowly bring the
cursor down I can get two options highlighted.
Clicking the mouse at this point freezes the program completely and I
have to kill it.
Happens with any of the menu options.

Haven't been able to figure out why it's happening, thought I'd better mention it with a release coming out.

Seems to get stuck in an endless loop in the menu code:


318 int isEmpty ( void ) const { return min[0]>max[0] || min[1]>max[1] ; } (gdb) 33 if ( min[0]>bx->min[0] ) min[0] = bx->min[0] ; (gdb) 34 if ( min[1]>bx->min[1] ) min[1] = bx->min[1] ; (gdb) 35 if ( max[0]<bx->max[0] ) max[0] = bx->max[0] ; (gdb) 36 if ( max[1]<bx->max[1] ) max[1] = bx->max[1] ; (gdb) 37 } (gdb) puGroup::recalc_bbox() (this=0x88d42d0) at pu.h:666 666 puObject *getNextObject ( void ) const { return next ; } (gdb) 324 for ( puObject *bo = dlist ; (gdb) 666 puObject *getNextObject ( void ) const { return next ; } (gdb) 600 puBox *getBBox ( void ) const { return (puBox *) &bbox ; } (gdb) puBox::extend(puBox*) (this=0x88dc218, bx=0xbffff100) at pu.h:318 318 int isEmpty ( void ) const { return min[0]>max[0] || min[1]>max[1] ; } (gdb)



_______________________________________________
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel





_______________________________________________ Flightgear-devel mailing list [EMAIL PROTECTED] http://mail.flightgear.org/mailman/listinfo/flightgear-devel

Reply via email to