On Mon, 2010-06-28 at 10:53 +0200, Bernd Roesch wrote:
> Hi, 
> 
> A user report when he log in to www.netmail.nl (it use https but the start 
> page work) to get mails
> 
> he get this error
> 
> content/hlcache.c:257: failed assertion `handle != NULL'
> Abort trap - Netsurf 

You'll have to provide a full backtrace before anyone can debug this.

> Netsurf is compile with assert check enable, but the function look 0 value 
> safe and return 0, when
> no handle is here.
> 
> Is it possible to remove the assert and output only a warning message instead 
> ?

Absolutely not. That assertion is there for a reason: it is a bug to
call that function with a NULL pointer.


J.


Reply via email to