tech-kern archive

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

firefox crash, was Re: Status of revivesa



On Mon, Sep 29, 2008 at 08:47:56PM +0200, Manuel Bouyer wrote:
> On Mon, Sep 29, 2008 at 11:27:56AM -0700, Bill Stouder-Studenmund wrote:
> > How much of a pain would it be to get me this firefox and needed pkgs? 
> 
> I can do a tar of /usr and /lib of this box; but I can't make it available
> for ftp before tomorow morning (MET). My DSL upload is only 128kb/s.
> 
> > Alternatively, could you run some diagnostics for me?
> > 
> > ktrace should catch the problem. If you can try it, please try it three
> > times so I can see a bit of statistical sampling.
> 
> Sure, I'll send you a .tgz, with the output of ktrace, and the
> associated kdump result (to not spam the list with a 1.1MB attachement).

Ok, I'll look at this more tonight. Just from skimming the three logs you 
sent me off-list, I see the crash looks something like this:

   476      2 firefox-bin CALL  getcontext(0xb87ff918)
   476      2 firefox-bin RET   getcontext 0
   476      3 firefox-bin SAU   blocked, event=[<ctx=0xb87ffcf8, id=3, cpu=0>]
   476      4 firefox-bin SAU   blocked, event=[<ctx=0xb89ffcf8, id=4, cpu=0>]
   476      4 firefox-bin CALL  sa_yield
   476      4 firefox-bin SAU   unblocked, event=[<ctx=0xb89ffcf8, id4, cpu=0>, 
<ctx=0xbfbfdc80, id=2, cpu=0>], intr=[<ctx=0xb87ff9b0, id=3, cpu=0>]
   476      4 firefox-bin RET   sa_yield JUSTRETURN
   476      4 firefox-bin CALL  write(2,0xb87ff864,0xa7)

In two of the crashes, the second "event" context is one that has NEVER 
blocked (at least in the ktrace info), and in the other one it is one that 
unblocked recently. So the problem is somewhere in the "second and later" 
upcall specification code. :-)

I'll dig more tonight.

Take care,

Bill

Attachment: pgpS18nM9kuhX.pgp
Description: PGP signature



Home | Main Index | Thread Index | Old Index