DragonFly bugs List (threaded) for 2008-07
DragonFly BSD
DragonFly bugs List (threaded) for 2008-07
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

Re: panic starting opera


From: Aggelos Economopoulos <aoiko@xxxxxxxxxxxxxx>
Date: Wed, 9 Jul 2008 17:57:54 +0300

On Wednesday 09 July 2008, Aggelos Economopoulos wrote:
> On Wednesday 09 July 2008, Johannes Hofmann wrote:
> [...]
> > I get a similar panic with
> > 
> > firewall_enable="YES"
> > firewall_type="client"
> > 
> > in rc.conf. Anyone else seeing that?
> 
> Can you post any relevant output? I'm drowining in PDEs and complex integrals
> here, no time to reproduce...
> 
> Aggelos
> 

Nevermind, I think I have it. We kmalloc(0) and kva_p() doesn't like the
resulting address. Must set sopt->sopt_val to NULL if !uap->val and
KKASSERT(!sopt->sopt_val || kva_p()) instead. I hope I'll have time to fix
it later, but feel free to beat me to it.

Aggelos



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]