>>>>> "Joacim" == Joacim Persson <[EMAIL PROTECTED]> writes:
Joacim> On Tue, 9 Feb 1999, Jean-Marc Lasgouttes wrote: Seems to do
Joacim> the trick (for THAT particular bu anyway =) ...I'll just
Joacim> tickle it a bit more to see if any other djinn is hiding out
Joacim> in the url insets.
>> So, what was the right patch for this problem, anyway? Was it to
>> remove fl_free_form() from the callback?
Joacim> Yes. (around line 90-95 in inseturl.C) ..and as far as I can
Joacim> tell, it doesn't break anything on other platforms (leastways
Joacim> not an Intel Linux box). No point in freeing the form either;
Joacim> most likely it will be used again during the session. (I
Joacim> don't know /why/ it crashes LyX on Sparc-Solaris though; could
Joacim> be we're doing things wrong, but the bug doesn't propagate on
Joacim> other platforms, due to memory handling or something.)
OK, I just removed the offending statement. I seems reasonable that
freeing a form in a callback creates problems...
JMarc