Hello,

I've run master of 16Dec 00:00 GMT, and it freezes when NoAccel is commented 
out (i.e. when acceleration is on).  It lasted about 8 minutes before freezing. 
 I can log in remotely and do stuff without problem.

I've attached the output of px axlH as you suggested.  Nothing seems wrong from 
dmesg; the tail of it, all relating to the GPU, is inline below.  There is 
nothing unusual in /var/log/Xorg.log.

Let me know if you have any ideas or there is something I can try.

Neil.

info: [drm] Initialized drm 1.1.0 20060810
drm0: <Wrestler [Radeon HD 6310]> on vgapci0
info: [drm] RADEON_IS_PCIE
info: [drm] initializing kernel modesetting (PALM 0x1002:0x9802 0x19DA:0xA182).
info: [drm] register mmio base: 0xFEB00000
info: [drm] register mmio size: 262144
info: [drm] radeon_atrm_get_bios: ===> Try ATRM...
info: [drm] radeon_atrm_get_bios: IGP card detected, skipping this method...
info: [drm] radeon_acpi_vfct_bios: ===> Try VFCT...
info: [drm] radeon_acpi_vfct_bios: Get "VFCT" ACPI table
info: [drm] radeon_acpi_vfct_bios: Failed to get "VFCT" table: AE_NOT_FOUND
info: [drm] igp_read_bios_from_vram: ===> Try IGP's VRAM...
info: [drm] igp_read_bios_from_vram: VRAM base address: 0xb0000000
info: [drm] igp_read_bios_from_vram: Map address: 0xffffffe121500000 (262144 
bytes)
info: [drm] igp_read_bios_from_vram: Incorrect BIOS signature: 0x2070
info: [drm] radeon_read_bios: ===> Try PCI Expansion ROM...
info: [drm] radeon_read_bios: Map address: 0xffffffe121500000 (131072 bytes)
info: [drm] ATOM BIOS: AMD
drm0: info: VRAM: 384M 0x0000000000000000 - 0x0000000017FFFFFF (384M used)
drm0: info: GTT: 512M 0x0000000018000000 - 0x0000000037FFFFFF
info: [drm] Detected VRAM RAM=384M, BAR=256M
info: [drm] RAM width 32bits DDR
[TTM] (struct ttm_mem_global *)0xffffffe11fe57bd8
[TTM] Zone  kernel: Available graphics memory: 8192 kiB
[TTM] Zone   dma32: Available graphics memory: 8192 kiB
[TTM] Initializing pool allocator
info: [drm] radeon: 384M of VRAM memory ready
info: [drm] radeon: 512M of GTT memory ready.
info: [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
info: [drm] Driver supports precise vblank timestamp query.
info: [drm] radeon: irq initialized.
info: [drm] GART: num cpu pages 131072, num gpu pages 131072
info: [drm] Loading PALM Microcode
info: [drm] PCIE GART of 512M enabled (table at 0x0000000000040000).
drm0: info: WB enabled
drm0: info: fence driver on ring 0 use gpu addr 0x0000000018000c00 and cpu addr 
0x0xffffdf8003d73c00
drm0: info: fence driver on ring 3 use gpu addr 0x0000000018000c0c and cpu addr 
0x0xffffdf8003d73c0c
info: [drm] ring test on 0 succeeded in 1 usecs
info: [drm] ring test on 3 succeeded in 1 usecs
info: [drm] ib test on ring 0 succeeded in 0 usecs
info: [drm] ib test on ring 3 succeeded in 0 usecs
info: [drm] radeon_device_init: Taking over the fictitious range 
0xb0000000-0xc0000000
iicbus0: <Philips I2C bus> on iicbb0 addr 0xff
iicbus1: <Philips I2C bus> on iicbb1 addr 0xff
iicbus2: <Philips I2C bus> on iicbb2 addr 0xff
iicbus3: <Philips I2C bus> on iicbb3 addr 0xff
iicbus4: <Philips I2C bus> on iicbb4 addr 0xff
iicbus5: <Philips I2C bus> on iicbb5 addr 0xff
iicbus6: <Philips I2C bus> on iicbb6 addr 0xff
iicbus7: <Philips I2C bus> on iicbb7 addr 0xff
info: [drm] Radeon Display Connectors
info: [drm] Connector 0:
info: [drm]   DP-1
info: [drm]   HPD1
info: [drm]   DDC: 0x6430 0x6430 0x6434 0x6434 0x6438 0x6438 0x643c 0x643c
info: [drm]   Encoders:
info: [drm]     DFP1: INTERNAL_UNIPHY
info: [drm] Connector 1:
info: [drm]   HDMI-A-1
info: [drm]   HPD2
info: [drm]   DDC: 0x6440 0x6440 0x6444 0x6444 0x6448 0x6448 0x644c 0x644c
info: [drm]   Encoders:
info: [drm]     DFP2: INTERNAL_UNIPHY
info: [drm] Connector 2:
info: [drm]   VGA-1
info: [drm]   DDC: 0x64d8 0x64d8 0x64dc 0x64dc 0x64e0 0x64e0 0x64e4 0x64e4
info: [drm]   Encoders:
info: [drm]     CRT1: INTERNAL_KLDSCP_DAC1
info: [drm] Internal thermal controller without fan control
info: [drm] radeon: power management initialized
info: [drm] Initialized radeon 2.29.0 20080528




---- On Sun, 14 Dec 2014 00:23:43 -0800 Matthew Dillon  wrote ---- 
>If ssh into the frozen box still works it is probably a locking deadlock.  The 
>wait states from a 'ps axlH' (in a wide terminal screen) might reveal the 
>problem.  But the easiest thing to do is to try running master and see if that 
>fixes it.  If it does, perhaps we can MFC the latest work to the release 
>branch.
>
>-Matt
>
>
>On Sat, Dec 13, 2014 at 6:09 AM, Francois Tigeot <[email protected]> 
>wrote:On Fri, Dec 12, 2014 at 10:18:11PM -0800, kyuupichan wrote:
> > Thanks.  Would you say the freezing I experience is down to something wrong 
> > in the Dragonfly kernel module(s), or issues with the X driver itself?
> >
> > As I said, the kernel didn't freeze and I could log in remotely, just X 
> > froze (clock not updating, mouse, keyboard unresponsive).  Killing X didn't 
> > help.
> 
> No message visible in dmesg ? Nothing weird in Xorg.0.log ?
> 
> Was Xorg still visible in ps output when you reconnected to the machine ?
> 
> --
> Francois Tigeot
> 
>
> 
  UID    PID    TID   PPID CPU PRI  NI    VSZ    RSS WCHAN    STAT   TT       
TIME COMMAND
    0     -1     -1      0   0 -28 -80      0      0 -        B0L    ??    
0:00.00  (usbus4)
    0     -1     -1      0   0 -28 -80      0      0 -        B0L    ??    
0:00.00  (usbus7)
    0     -1     -1      0   0 -14 -66      0      0 -        B0L    ??    
0:00.00  (ithread192 0)
    0     -1     -1      0   0 -28 -80      0      0 -        B0L    ??    
0:00.00  (ithread4 0)
    0     -1     -1      0   0 -12 -64      0      0 syncer   B0L    ??    
0:00.00  (syncer1)
    0     -1     -1      0   0   0 -52      0      0 tqthr    B0L    ??    
0:00.00  (radeon taskq)
    0     -1     -1      0   0 -12 -64      0      0 syncer   B0L    ??    
0:00.00  (syncer4)
    0     -1     -1      0   0 -12 -64      0      0 vlruwt   B0L    ??    
0:00.00  (vnlru)
    0     -1     -1      0   0 -12 -64      0      0 psleep   B0L    ??    
0:00.00  (bufdaemon_hw)
    0     -1     -1      0   0 -12 -64      0      0 psleep   B0L    ??    
0:00.00  (vmdaemon)
    0     -1     -1      0   0 -12 -64      0      0 psleep   B0L    ??    
0:00.00  (pagedaemon)
    0     -1     -1      0   0 -12 -64      0      0 hmrssw   B0L    ??    
0:00.03  (hammer-S2)
    0     -1     -1      0   0 -12 -64      0      0 hmrssw   B0L    ??    
0:00.04  (hammer-S0)
    0     -1     -1      0   0 -12 -64      0      0 syncer   B0L    ??    
0:00.24  (syncer3)
    0     -1     -1      0   0 -12 -64      0      0 -        B1L    ??    
9:10.78  (idle_1)
    0     -1     -1      0   0 -12 -64      0      0 -        B1L    ??    
0:10.42  (softclock 1)
    0     -1     -1      0   0 -12 -64      0      0 -        B1L    ??    
0:00.00  (dsched 1)
    0     -1     -1      0   0  -2 -54      0      0 sched_th B1L    ??    
0:00.00  (usched 1)
    0     -1     -1      0   0  -2 -54      0      0 schslp   B1L    ??    
0:00.01  (usched 1)
    0     -1     -1      0   0 -12 -64      0      0 waitport B1L    ??    
0:00.07  (netisr_cpu 1)
    0     -1     -1      0   0 -12 -64      0      0 waitport B1L    ??    
0:00.04  (devfs_msg_core)
    0     -1     -1      0   0 -12 -64      0      0 waitport B1L    ??    
0:00.00  (ifnet 1)
    0     -1     -1      0   0 -12 -64      0      0 tqthr    B1L    ??    
0:00.10  (taskq_cpu 1)
    0     -1     -1      0   0 -12 -64      0      0 tqthr    B1L    ??    
0:00.00  (firmware taskq)
    0     -1     -1      0   0 -12 -64      0      0 crypto_w B1L    ??    
0:00.00  (crypto 1)
    0     -1     -1      0   0 -12 -64      0      0 -        B1L    ??    
0:00.00  (ithreadE 1)
    0     -1     -1      0   0 -14 -66      0      0 -        B1L    ??    
0:00.38  (ithread197 1)
    0     -1     -1      0   0 -12 -64      0      0 ccb_scan B1L    ??    
0:00.00  (xpt_thrd)
    0     -1     -1      0   0 -14 -66      0      0 -        B1L    ??    
0:02.31  (ithread195 1)
    0     -1     -1      0   0 -28 -80      0      0 -        B1L    ??    
0:00.46  (ithread19 1)
    0     -1     -1      0   0 -29 -81      0      0 -        B1L    ??    
0:00.08  (usbus0)
    0     -1     -1      0   0 -28 -80      0      0 -        B1L    ??    
0:00.00  (usbus0)
    0     -1     -1      0   0 -28 -80      0      0 -        B1L    ??    
0:00.00  (ithread17 1)
    0     -1     -1      0   0 -29 -81      0      0 -        B1L    ??    
0:00.00  (usbus1)
    0     -1     -1      0   0 -28 -80      0      0 -        B1L    ??    
0:00.00  (usbus1)
    0     -1     -1      0   0 -29 -81      0      0 -        B1L    ??    
0:00.00  (usbus2)
    0     -1     -1      0   0 -28 -80      0      0 -        B1L    ??    
0:00.00  (usbus2)
    0     -1     -1      0   0 -29 -81      0      0 -        B1L    ??    
0:00.00  (usbus3)
    0     -1     -1      0   0 -28 -80      0      0 -        B1L    ??    
0:00.00  (usbus3)
    0     -1     -1      0   0 -28 -80      0      0 -        B1L    ??    
0:00.00  (ithread15 1)
    0     -1     -1      0   0 -29 -81      0      0 -        B1L    ??    
0:00.00  (usbus4)
    0     -1     -1      0   0 -28 -80      0      0 -        B1L    ??    
0:00.00  (usbus4)
    0     -1     -1      0   0 -12 -64      0      0 tqthr    B1L    ??    
0:00.00  (ath0 taskq)
    0     -1     -1      0   0 -28 -80      0      0 -        B1L    ??    
0:00.01  (ithread16 1)
    0     -1     -1      0   0 -29 -81      0      0 -        B1L    ??    
0:00.00  (usbus5)
    0     -1     -1      0   0 -28 -80      0      0 -        B1L    ??    
0:00.00  (usbus5)
    0     -1     -1      0   0 -29 -81      0      0 -        B1L    ??    
0:00.00  (usbus6)
    0     -1     -1      0   0 -28 -80      0      0 -        B1L    ??    
0:00.00  (usbus6)
    0     -1     -1      0   0 -29 -81      0      0 -        B1L    ??    
0:00.00  (usbus7)
    0     -1     -1      0   0 -28 -80      0      0 -        B1L    ??    
0:00.00  (usbus7)
    0     -1     -1      0   0 -28 -80      0      0 -        B1L    ??    
0:00.00  (ithread1 1)
    0     -1     -1      0   0 -12 -64      0      0 syncer   B1L    ??    
0:00.00  (syncer2)
    0     -1     -1      0   0 -12 -64      0      0 hmrwwa   B1L    ??    
0:00.06  (hammer-M)
    0     -1     -1      0   0 -12 -64      0      0 hmrssw   B1L    ??    
0:00.04  (hammer-S1)
    0     -1     -1      0   0 -12 -64      0      0 hmrssw   B1L    ??    
0:00.02  (hammer-S3)
    0     -1     -1      0   0 -12 -64      0      0 csleep   B1L    ??    
0:00.00  (swapcached)
    0     -1     -1      0   0  -1 -53      0      0 pgzero   B1L    ??    
0:03.63  (pagezero)
    0     -1     -1      0   0 -12 -64      0      0 psleep   B1L    ??    
0:00.00  (bufdaemon)
    0     -1     -1      0   0 -12 -64      0      0 waiting  B1L    ??    
0:00.00  (consttyd)
    0     -1     -1      0   0 -12 -64      0      0 syncer   B1L    ??    
0:00.00  (syncer5)
    0     -1     -1      0   0 -12 -64      0      0 syncer   B1L    ??    
0:00.00  (syncer13)
    0     -1     -1      0   0   0 -52      0      0 tqthr    B1L    ??    
0:00.15  (ttm swap)
    0     -1     -1      0   0 -12 -64      0      0 -        B0L    ??    
9:52.69  (idle_0)
    0     -1     -1      0   0 -12 -64      0      0 -        B0L    ??    
0:02.32  (softclock 0)
    0     -1     -1      0   0 -12 -64      0      0 -        B0L    ??    
0:00.00  (ithreadE 0)
    0     -1     -1      0   0 -14 -66      0      0 -        B0L    ??    
0:00.00  (ithread196 0)
    0     -1     -1      0   0 -12 -64      0      0 -        B0L    ??    
0:00.00  (dsched 0)
    0     -1     -1      0   0  -2 -54      0      0 sched_th B0L    ??    
0:00.00  (usched 0)
    0     -1     -1      0   0  -2 -54      0      0 schslp   B0L    ??    
0:00.00  (usched 0)
    0     -1     -1      0   0 -12 -64      0      0 waitport B0L    ??    
0:00.14  (netisr_cpu 0)
    0     -1     -1      0   0 -12 -64      0      0 waitport B0L    ??    
0:00.00  (disk_msg_core)
    0     -1     -1      0   0 -12 -64      0      0 waitport B0L    ??    
0:00.00  (ifnet 0)
    0     -1     -1      0   0 -12 -64      0      0 ttmlru   B0L    ??    
0:00.27  (taskq_cpu 0)
    0     -1     -1      0   0 -12 -64      0      0 crypto_w B0L    ??    
0:00.00  (crypto 0)
    0     -1     -1      0   0 -12 -64      0      0 crypto_r B0L    ??    
0:00.00  (crypto returns)
    0     -1     -1      0   0 -12 -64      0      0 waitport B0L    ??    
0:00.00  (acpi_task)
    0     -1     -1      0   0 -28 -80      0      0 -        B0L    ??    
0:00.00  (ithread9 0)
    0     -1     -1      0   0 -28 -80      0      0 -        B0L    ??    
0:00.43  (ithread18 0)
    0     -1     -1      0   0 -28 -80      0      0 -        B0L    ??    
0:00.00  (usbus0)
    0     -1     -1      0   0 -28 -80      0      0 -        B0L    ??    
0:00.00  (usbus0)
    0     -1     -1      0   0 -28 -80      0      0 -        B0L    ??    
0:00.00  (usbus1)
    0     -1     -1      0   0 -28 -80      0      0 -        B0L    ??    
0:00.00  (usbus1)
    0     -1     -1      0   0 -28 -80      0      0 -        B0L    ??    
0:00.00  (usbus2)
    0     -1     -1      0   0 -28 -80      0      0 -        B0L    ??    
0:00.00  (usbus2)
    0     -1     -1      0   0 -28 -80      0      0 -        B0L    ??    
0:00.00  (usbus3)
    0     -1     -1      0   0 -28 -80      0      0 -        B0L    ??    
0:00.00  (usbus3)
    0     -1     -1      0   0 -28 -80      0      0 -        B0L    ??    
0:00.00  (ithread14 0)
    0     -1     -1      0   0 -28 -80      0      0 -        B0L    ??    
0:00.00  (usbus4)
    0     -1     -1      0   0 -12 -64      0      0 rwait    B0L    ??    
0:00.02  (random)
    0     -1     -1      0   0 -28 -80      0      0 -        B0L    ??    
0:00.00  (ithread16 0)
    0     -1     -1      0   0 -12 -64      0      0 tqthr    B0L    ??    
0:00.00  (ath0 taskq)
    0     -1     -1      0   0 -28 -80      0      0 -        B0L    ??    
0:00.00  (usbus5)
    0     -1     -1      0   0 -28 -80      0      0 -        B0L    ??    
0:00.00  (usbus5)
    0     -1     -1      0   0 -28 -80      0      0 -        B0L    ??    
0:00.00  (usbus6)
    0     -1     -1      0   0 -28 -80      0      0 -        B0L    ??    
0:00.01  (usbus6)
    0     -1     -1      0   0 -28 -80      0      0 -        B0L    ??    
0:00.00  (usbus7)
    0      0      0     -1  10 158   0      0      0 nowork   D0Ls   ??    
0:10.90  (swapper)
    0      1      0      0   0 152   0   1900    652 wait     I1Ls   ??    
0:00.02 /sbin/init --
    0    332      0      1  22 165   0   3988    716 wait     I0Ls   ??    
0:00.00 /sbin/dhclient -w re0
   77    333      0    332   0 152   0   5544   1484 kqread   I0L    ??    
0:00.05 dhclient: re0 (dhclient)
    0    466      0    333   7 156   0   5332   1032 kqread   I0L    ??    
0:00.01 dhclient: re0 [priv] (dhclient)
    0    507      0      1   0 152   0   4392    836 kqread   I1Ls   ??    
0:00.28 /usr/sbin/moused -p /dev/ums0 -t auto -I /var/run/moused.ums0.pid
    0    531      0      1  47 181   0   4392    836 kqread   I0Ls   ??    
0:00.01 /usr/sbin/moused -p /dev/ums1 -t auto -I /var/run/moused.ums1.pid
    0    549      0      1   0 152   0   5928   1228 kqread   I0Ls   ??    
0:00.04 /sbin/devd
    0    615      0      1   0 152   0   6916   1172 kqread   S0Ls   ??    
0:00.02 /usr/sbin/syslogd -ss
    0    828      0      1   1 152   0   7308   1320 nanslp   S1Ls   ??    
0:00.02 /usr/sbin/dntpd
    0    957      0      1   0 152   0  27708   1612 kqread   I0Ls   ??    
0:00.00 /usr/sbin/sshd
    0    982      0      1   0 152   0  17924   3620 kqread   S0Ls   ??    
0:00.03 sendmail: accepting connections (sendmail)
   25    985      0      1   4 154   0  17732   3460 pause    I0Ls   ??    
0:00.02 sendmail: Queue runner@00:30:00 for /var/spool/clientmqueue (sendma
    0    997      0      1   0 152   0   9528   1260 nanslp   I1Ls   ??    
0:00.00 /usr/sbin/cron
    0   1143      0   1142 111 220   0 163000  51584 lwe      D0L    ??    
0:28.20 /usr/local/bin/X :7 -auth /home/neil/.serverauth.1129 (Xorg)
    0   1143      1   1142   0 152   0 163000  51584 umtxsl   S0L    ??    
0:00.00 /usr/local/bin/X :7 -auth /home/neil/.serverauth.1129 (Xorg)
 1001   1148      0      1  22 165   0  15940   1004 kqread   I0Ls   ??    
0:00.00 ssh-agent
 1001   1193      0      1  12 159   0   8876   1388 kqread   I1Ls   ??    
0:00.01 /usr/local/bin/dbus-daemon --fork --print-pid 5 --print-address 7 -
    0   1203      0    957  25 167   0  30780   4208 kqread   I0Ls   ??    
0:00.06 sshd: neil [priv] (sshd)
 1001   1205      0   1203   0 152   0  30780   2752 kqread   S1L    ??    
0:00.02 sshd: neil@pts/3 (sshd)
    0   1117      0      1   4 154   0  38488   1800 wait     I1Ls   v0    
0:00.06 login [pam] (login)
 1001   1125      0   1117   0 152   0  14248   3192 wait     I0L    v0    
0:00.04 -bash (bash)
 1001   1129      0   1125   5 155   0   9800   2152 wait     I1L+   v0    
0:00.01 /bin/sh /usr/local/bin/startx
 1001   1142      0   1129   2 153   0  16788   1848 wait     I0L+   v0    
0:00.00 xinit /home/neil/.xinitrc -- /usr/local/bin/X :7 -auth /home/neil/.
 1001   1146      0   1142   0 152   0 132872  14740 kqread   I0L    v0    
0:01.20 sawfish
 1001   1154      0   1146   0 152   0 100480   9428 kqread   S0L    v0    
0:00.63 uim-xim
 1001   1155      0   1146   0 152   0 144564  18392 kqread   I0L    v0    
0:00.79 gkrellm
 1001   1156      0   1146   0 152   0  94440  10672 kqread   I0L    v0    
0:00.70 bmpanel2
 1001   1159      0      1   0 152   0   7196   1396 kqread   I0L    v0    
0:00.09 /usr/local/libexec/uim-helper-server
    0   1160      0      1   9 157   0  77192   1552 sbwait   I0L    v0    
0:00.00 urxvtd -q -f -o
 1001   1161      0      1   0 152   0  82164   1932 kqread   S0L    v0    
0:00.01 urxvtd -q -f -o
 1001   1162      0   1146   0 152   0  98208  11960 kqread   S0L    v0    
0:00.20 urxvt
 1001   1163      0   1146   0 152   0  98208  12264 kqread   S0L    v0    
0:00.23 urxvt
 1001   1164      0   1146   0 152   0  98208  11588 kqread   S0L    v0    
0:00.23 urxvt
    0   1166      0   1164  11 159   0  77440   2232 sbwait   I1L    v0    
0:00.00 urxvt
    0   1167      0   1163   6 156   0  77440   2232 sbwait   I1L    v0    
0:00.02 urxvt
 1001   1168      0   1146   0 152   0 184644  26484 kqread   I0L    v0    
0:00.37 keepassx
 1001   1169      0   1146   0 152   0 239416  44564 kqread   I0L    v0    
0:02.78 xchat
 1001   1170     27   1146   0 152   0 825052 411284 umtxsl   S1L    v0    
0:00.01 firefox
 1001   1170     26   1146   0 152   0 825052 411284 umtxsl   S0L    v0    
0:00.02 firefox
 1001   1170     24   1146   0 152   0 825052 411284 umtxsl   S0L    v0    
0:00.00 firefox
 1001   1170     23   1146   0 152   0 825052 411284 umtxsl   S1L    v0    
0:00.01 firefox
 1001   1170     22   1146   0 152   0 825052 411284 umtxsl   S1L    v0    
0:00.08 firefox
 1001   1170     18   1146   0 152   0 825052 411284 umtxsl   S1L    v0    
0:00.00 firefox
 1001   1170     17   1146   0 152   0 825052 411284 umtxsl   S0L    v0    
0:00.03 firefox
 1001   1170     16   1146   0 152   0 825052 411284 umtxsl   S0L    v0    
0:00.37 firefox
 1001   1170     15   1146  64 191   0 825052 411284 kqread   I1L    v0    
0:00.00 firefox
 1001   1170     14   1146  64 191   0 825052 411284 kqread   I1L    v0    
0:00.00 firefox
 1001   1170     12   1146   0 152   0 825052 411284 umtxsl   S1L    v0    
0:01.54 firefox
 1001   1170     11   1146   0 152   0 825052 411284 umtxsl   S0L    v0    
0:01.64 firefox
 1001   1170     10   1146   0 152   0 825052 411284 umtxsl   S0L    v0    
0:00.00 firefox
 1001   1170      9   1146   0 152   0 825052 411284 umtxsl   S1L    v0    
0:00.00 firefox
 1001   1170      8   1146   0 152   0 825052 411284 umtxsl   S0L    v0    
0:00.63 firefox
 1001   1170      7   1146   0 152   0 825052 411284 umtxsl   S0L    v0    
0:00.58 firefox
 1001   1170      6   1146   0 152   0 825052 411284 umtxsl   S1L    v0    
0:00.92 firefox
 1001   1170      5   1146   0 152   0 825052 411284 umtxsl   S1L    v0    
0:01.31 firefox
 1001   1170      3   1146   0 152   0 825052 411284 umtxsl   S0L    v0    
0:01.27 firefox
 1001   1170      2   1146   0 152   0 825052 411284 kqread   S0L    v0    
0:00.59 firefox
 1001   1170      1   1146  63 190   0 825052 411284 kqread   I0L    v0    
0:00.00 firefox
 1001   1170      0   1146 128 230   0 825052 411284 kqread   I1L    v0    
2:46.77 firefox
 1001   1170      4   1146   0 152   0 825052 411284 umtxsl   S1L    v0    
0:00.77 firefox
 1001   1170     66   1146   0 152   0 825052 411284 umtxsl   S1L    v0    
0:00.09 firefox
 1001   1170     62   1146   0 152   0 825052 411284 umtxsl   S1L    v0    
0:00.05 firefox
 1001   1170     60   1146   0 152   0 825052 411284 umtxsl   S0L    v0    
0:00.01 firefox
 1001   1170     59   1146   0 152   0 825052 411284 umtxsl   S0L    v0    
0:00.02 firefox
 1001   1170     58   1146   0 152   0 825052 411284 umtxsl   S0L    v0    
0:00.02 firefox
 1001   1170     56   1146   0 152   0 825052 411284 umtxsl   S1L    v0    
0:00.01 firefox
 1001   1170     55   1146   0 152   0 825052 411284 umtxsl   S0L    v0    
0:00.02 firefox
 1001   1170     52   1146   0 152   0 825052 411284 umtxsl   S0L    v0    
0:00.00 firefox
 1001   1170     50   1146   0 152   0 825052 411284 umtxsl   S1L    v0    
0:00.01 firefox
 1001   1170     48   1146   0 152   0 825052 411284 umtxsl   S1L    v0    
0:00.02 firefox
 1001   1170     47   1146   0 152   0 825052 411284 umtxsl   S1L    v0    
0:00.08 firefox
 1001   1170     46   1146   0 152   0 825052 411284 umtxsl   S1L    v0    
0:00.02 firefox
 1001   1170     42   1146   0 152   0 825052 411284 umtxsl   S0L    v0    
0:00.00 firefox
 1001   1170     37   1146   0 152   0 825052 411284 umtxsl   S0L    v0    
0:00.02 firefox
 1001   1170     36   1146   0 152   0 825052 411284 umtxsl   S1L    v0    
0:00.00 firefox
 1001   1170     35   1146   0 152   0 825052 411284 umtxsl   S1L    v0    
0:00.09 firefox
 1001   1170     34   1146   0 152   0 825052 411284 umtxsl   S0L    v0    
0:00.27 firefox
 1001   1170     33   1146   0 152   0 825052 411284 umtxsl   S1L    v0    
0:00.00 firefox
 1001   1170     32   1146   0 152   0 825052 411284 umtxsl   S1L    v0    
0:00.00 firefox
 1001   1170     31   1146   0 152   0 825052 411284 umtxsl   S0L    v0    
0:00.09 firefox
 1001   1170     30   1146   0 152   0 825052 411284 umtxsl   S1L    v0    
0:00.10 firefox
 1001   1170     29   1146   0 152   0 825052 411284 umtxsl   S0L    v0    
0:00.09 firefox
 1001   1170     28   1146   0 152   0 825052 411284 umtxsl   S1L    v0    
0:00.07 firefox
 1001   1171      0   1146  55 185   0      0    120 -        ZL     v0    
0:00.11  (python2.7)
    0   1172      0   1162   7 156   0  77440   2232 sbwait   I0L    v0    
0:00.01 urxvt
 1001   1188      0      1   0 152   0 127376  13640 kqread   I1L    v0    
0:00.24 /usr/local/libexec/uim-candwin-gtk
 1001   1192      0      1  27 168   0  21736   1668 kqread   I0L    v0    
0:00.01 /usr/local/bin/dbus-launch --autolaunch 4637174aae20f8d876fff961548
    0   1118      0      1   5 155   0   6900   1296 ttyin    I0Ls+  v1    
0:00.00 /usr/libexec/getty Pc ttyv1
    0   1119      0      1   5 155   0   6900   1296 ttyin    I1Ls+  v2    
0:00.00 /usr/libexec/getty Pc ttyv2
    0   1120      0      1   5 155   0   6900   1296 ttyin    I0Ls+  v3    
0:00.01 /usr/libexec/getty Pc ttyv3
    0   1121      0      1   5 155   0   6900   1296 ttyin    I1Ls+  v4    
0:00.01 /usr/libexec/getty Pc ttyv4
    0   1122      0      1  15 161   0   6900   1296 ttyin    I0Ls+  v5    
0:00.01 /usr/libexec/getty Pc ttyv5
    0   1123      0      1   5 155   0   6900   1296 ttyin    I1Ls+  v6    
0:00.01 /usr/libexec/getty Pc ttyv6
    0   1124      0      1   6 156   0   6900   1296 ttyin    I0Ls+  v7    
0:00.01 /usr/libexec/getty Pc ttyv7
 1001   1174      0   1164  26 168   0  14184   3436 ttyin    I0Ls+   0    
0:00.02 bash
 1001   1175      0   1162  33 172   0  14184   3436 ttyin    I0Ls+   1    
0:00.02 bash
 1001   1177      0   1163   0 152   0  14248   3436 ttyin    I0Ls+   2    
0:00.02 bash
 1001   1206      0   1205   0 152   0  14312   3280 wait     S0Ls    3    
0:00.02 -bash (bash)
 1001   1213      0   1206  16 162   0   9060   1608 -        R1L+    3    
0:00.01 ps axlH

Reply via email to