On Tue, Oct 23, 2001 at 06:47:00PM +0100, Fr3dY wrote: > > > > I've compiled Lynx with trace code enabled, and tested it: I > just downloaded a HTML local file with the same results... the > downloaded file was the HTML source code of the 'Download Options' > screen... Please note that removing 'HAVE_MKSTEMP' from lynx_cfg.h > makes Lynx work fine, but this behaviour wasn't present in > 285dev2 and older versions. You can find the trace dump at > http://fr3dy.meanmachine.ch/lynx.trace and the downloaded file at > http://fr3dy.meanmachine.ch/lynx.download
I see something odd - the temporary names are all the same: made subdirectory /tmp/586952/ -> '/tmp/586952/586952.html' ... LYOpenTemp(/tmp/586952/586952.html) PARAM-ADD:/bin/rm -f /tmp/586952/586952.html PARAM-END:/bin/rm -f /tmp/586952/586952.html ...LYCloseTempFP(/tmp/586952/586952.html) -> '/tmp/586952/586952.html' ... LYOpenTemp(/tmp/586952/586952.html) ...LYCloseTempFP(/tmp/586952/586952.html) I'll review that chunk of code and see if I can spot an error (or if not, alter my configure check to see if the temporary names aren't unique). -- Thomas E. Dickey <[EMAIL PROTECTED]> http://invisible-island.net ftp://invisible-island.net ; To UNSUBSCRIBE: Send "unsubscribe lynx-dev" to [EMAIL PROTECTED]
