Daemon News Ezine BSD News BSD Mall BSD Support Forum BSD Advocacy BSD Updates

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

[no subject]



        KASSERT((kn->kn_status & KN_QUEUED) == 0, ("knote already queued"));
                
        TAILQ_INSERT_TAIL(&kq->kq_head, kn, kn_tqe);
        kn->kn_status |= KN_QUEUED;
        kq->kq_count++;
        splx(s);
        kqueue_wakeup(kq);
}

The machine is a dual P-3 650MHz.

Has anyone else seen anything like this? 
Would anyone care to suggest what I might do next to characterise
or solve this issue?


db> show all procs
  pid   proc     addr    uid  ppid  pgrp  flag stat wmesg   wchan   cmd
68891 e0fb92a0 e11d1000  504 68872 68891 4005806  4                  avu
68872 e0fb7be0 e128c000  504 68740 68872 004086  3    poll c03b25c0 gdb52
68740 e0fb9ac0 e108d000  504 68739 68740 004086  3    wait e0fb9ac0 bash
68739 e0fb7f20 e1276000    0   149   149 000184  3  select c03b25c0 sshd
68645 e0fb7700 e128f000   70 68584 68570 000086  3  sbwait dc68b848 postgres
68644 e0fb9c60 e0fd1000  529 68313 68644 004086  3   ttyin c8c0ae30 psql
68625 e0fb9100 e11d9000   70 68584 68570 000086  3  sbwait dc680508 postgres
68624 db433700 e0f33000    0 68622 68619 4004006  2                  XXX
68622 db432d40 e0f55000    0     1 68619 004086  3    wait db432d40 sh
68589 e0fb88e0 e11f7000   70 68588 68570 000086  3  select c03b25c0 postgres
68588 e0fb9440 e11ce000   70 68584 68570 000086  3  select c03b25c0 postgres
68584 e0fb8c20 e11eb000   70     1 68570 004086  3  select c03b25c0 postgres
68313 e0fb7d80 e127f000  529 68312 68313 004086  3    wait e0fb7d80 bash
68312 db4321e0 e0fa7000    0   149   149 000184  3  select c03b25c0 sshd
66514 e0fb7a40 e1255000  504 66513 66514 004086  3   ttyin c89a8c30 bash
66513 e0fb8400 e1230000    0   149   149 000184  3  select c03b25c0 sshd
 ...

--don

To Unsubscribe: send mail to majordomo@xxxxxxxxxxx
with "unsubscribe freebsd-stable" in the body of the message