From: Josip Rodin <[EMAIL PROTECTED]>
Date: Fri, 2 Nov 2007 17:21:06 +0100

> Great. Here you go, three of them, while the load was 3 and this process was
> stuck:
> 
> buildd   10813  100  0.8 987368 17504 ?        RN   14:44 155:49 dpkg-query 
> --search libpthread.so.0 libdl.so.2 libstdc++.so.6 libm.so.6 libgcc_s.so.1 
> libc.so.6 libFLAC.so.8 libid3tag.so.0 libz.so.1 libmad.so.0 libglib-2.0.so.0 
> libmikmod.so.2 libsndfile.so.1 libvorbis.so.0 libogg.so.0 libvorbisfile.so.3
 ...
Nov  2 17:02:04 lebrun kernel:   CPU[  0]: TSTATE[0000000080009604] 
TPC[0000000000407924] TNPC[0000000000407928] TASK[dpkg-query:10813]
Nov  2 17:02:04 lebrun kernel:              
TPC[sparc64_realfault_common+0x8/0x20]

It looks like dpkg_query is stuck on a page fault.  Typically
this means the fault processing is not putting a valid
translation into the TLB to satisfy the fault, so we loop
forever never making forward progress.

I've had to debug something similar to this before, so I'll
piece together a debugging patch you can use to get more
information.
-
To unsubscribe from this list: send the line "unsubscribe sparclinux" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to