Re: Save complete crash

2011-09-02 Thread John-Mark Bell
On Fri, 2011-09-02 at 20:49 +0100, John-Mark Bell wrote: > On Fri, 2011-09-02 at 18:37 +0100, Chris Young wrote: > > I've tried Save Complete a couple of times recently and it always > > crashes in lwc_calculate_lcase_hash() > > > > Looking at the stack trace (attached) there is a possibility that

Re: Save complete crash

2011-09-02 Thread John-Mark Bell
On Fri, 2011-09-02 at 18:37 +0100, Chris Young wrote: > I've tried Save Complete a couple of times recently and it always > crashes in lwc_calculate_lcase_hash() > > Looking at the stack trace (attached) there is a possibility that my > regexec() function is the problem, but I don't have time to >

Re: Save complete crash

2011-09-02 Thread Michael Drake
In article , Chris Young wrote: > I've tried Save Complete a couple of times recently and it always > crashes in lwc_calculate_lcase_hash() I can't reproduce it on RISC OS. I tried: http://www.netsurf-browser.org/ http://www.netsurf-browser.org/welcome/ http://www.bbc.co.uk/news

Save complete crash

2011-09-02 Thread Chris Young
I've tried Save Complete a couple of times recently and it always crashes in lwc_calculate_lcase_hash() Looking at the stack trace (attached) there is a possibility that my regexec() function is the problem, but I don't have time to investigate currently so I thought I'd throw it out there first t

Re: NetSurf 2.8

2011-09-02 Thread Chris Young
On Mon, 29 Aug 2011 16:55:24 +0100, Michael Drake wrote: > > On Mon, 29 Aug 2011 15:57:33 +0100, Michael Drake wrote: > > > > We're planning a NetSurf 2.8 release. > > > I would be grateful if this could be delayed slightly (although I'm > > not aware of the schedule, so it might not be necessar

Re: LibCSS: constify the css_stylesheet_params for css_stylesheet_create

2011-09-02 Thread Michael Drake
In article , James Montgomerie wrote: > the params argument to css_stylesheet_create could be const Thanks. Commited as r12697. Best regards, -- Michael Drake (tlsa) http://www.netsurf-browser.org/

LibCSS: constify the css_stylesheet_params for css_stylesheet_create

2011-09-02 Thread James Montgomerie
Hello, A small thing, so not worth a patch to the list: it strikes me that the params argument to css_stylesheet_create could be const (I noticed it wasn't when, as a client, making a const css_stylesheet_params to pass to it for use with inline styles). Not a big deal, certainly, but would he