On Thu, Oct 02, 2008 at 12:51:16PM -0400, Jorge Arellano Cid wrote:
On Thu, Oct 02, 2008 at 05:38:18PM +0200, Johannes Hofmann wrote:
Hi,
when using MALLOC_OPTIONS=GJPRZ on DragonFly which enables malloc debugging I get a crash when hitting Ctrl+r to reload a page with entered text in a textarea if the focus is still in the textarea. It seems that the Ctrl+r causes a callback on the already deleted fltk Input widget:
There seems to be a bug in FLTK2's Input::replace(), called by Input::insert().
The attached workaround solves it for me. Please check.
No, that doesn't help. Perhaps I wasn't clear about the textarea thing. I meant something like: <html> <body> <form> <textarea></textarea> </form> </body> </html> On that page if I enter something, keep the focus in the textarea widget, hit Ctrl-r and then click somewhere I get the crash. Cheers, Johannes