On Mon, Mar 19, 2012 at 10:59:19AM -0400, Brian Callahan wrote:
> On 3/19/2012 3:35 AM, Landry Breuil wrote:
> >On Sat, Mar 17, 2012 at 06:22:52PM -0400, Brian Callahan wrote:
> >>Hi ports --
> >>
> >>I updated Firefox to Firefox 11 on my PowerBook G4. It builds and
> >>runs correctly, but when I close Firefox, the process doesn't
> >>actually end. I didn't notice it initially but about 3 hours later
> >>running top to check on a very slow compile job I noticed that the
> >>CPU was taken up nearly entirely by firefox.
> >>
> >>Any suggestions on what I should try to do to hunt this down?
> >
> >use gdb....
> >
> >Landry
> >
> 
> Sorry, I forgot to post the gdb output in my original email:
> 
> http://devio.us/~bcallah/gdb-firefox.txt

I still see libpthread is in use (i also experience the same here, but
my macppc is still @pthread). Can you recheck with rthreads ? Can you
also check the backtrace of all threads if there are several ?
Though iirc gdb doesnt allow yet to debug live programs with rthreads,
so you'll have to make it coredump with kill -ABRT and examine the core
file...

Landry

Reply via email to