Bug #1:

Every time you look at /sim/logging/classes it gets longer, without bound.

To see for yourself, start
   FGFS --httpd=5400

Then use the File :: browse_internal_properties popup.
Browse over to the /sim/logging directory, and just leave it there for
a few minutes.

Meanwhile, use a web browser to look at
   http://localhost:5400/sim/logging

Another version of the same thing is
   lynx -source http://localhost:5400/sim/logging | wc

You will find the length of the "classes" property to be growing
rapidly.

The patch for this is self explanatory:
   http://www.av8n.com/fly/fgfs/fg_props.diff

==========================

Bug #2:

When the length of the string exceeds 16k or thereabouts, the web
interface dies.  You don't even get an html error message;  you
get a read error at the http layer.

This is accompanied by "buffer overflow!" messages on the console.

I have not attempted to see what the problem is here.


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel

Reply via email to