Subject: Re: Panic every time firefox starts
To: Juan RP <juan@xtrarom.org>
From: Frank van der Linden <fvdl@netbsd.org>
List: current-users
Date: 05/11/2007 20:31:39
Juan RP wrote:
> Hey, looks like that after your changes (those that you committed
> today):
>
> date: 2007/05/11 14:01:46;  author: fvdl;  state: Exp;  lines: +11 -6
> Don't save/restore %fs and %gs in trapframe. The kernel won't touch them.
> Instead, save/restore them on context switch. For 32bit processes,
> save/restore the selector values only, for 64bit processes, save/restore
> the appropriate MSRs. Iff the defaults have been changed.
>
> every time I start firefox, boom... panic. I can't see the bt because
> I'm in X and I can't debug the core file because there's no target kvm
> support for NetBSD/amd64 (even OpenBSD and FreeBSD has it... but well,
> that's another story).
>
> Any idea?
>
>   
I'll look at this.. is this a firefox linux binary on i386 or amd64? A 
32bit or 64bit binary?

- Frank