On 2 Apr 2010 17:31:02 +0100, Chris Young wrote: > > +browser_window_paste_text(gwin->bw, > > +utf8text, strlen(utf8text), > > +(blen <= 256) ? true : false); > > Pasting text into multi-line text input areas since the new-cache > merge appears to be broken. It is completely freezing NetSurf here > (I'm not getting any debug from it at all), however single-line text > input fields are fine.
On further investigation, it appears that simply trying to put a newline character (0x0a) into a multi-line field is enough to reproduce this crash. If it can't be seen elsewhere, I'll have to try and remember what I did with my null-modem cable as I might be able to get a stack trace. Chris
