search for: knote

Displaying 5 results from an estimated 5 matches for "knote".

Did you mean: note
2013 Jul 14
2
(9.2) panic under disk load (gam_server / knlist_remove_kq)
...t /usr/src/sys/amd64/amd64/trap.c:463 #6 0xffffffff80cfcc73 in calltrap () at /usr/src/sys/amd64/amd64/exception.S:232 #7 0xffffffff808f1bf1 in knlist_remove_kq (knl=0x30, kn=0xfffffe003b70b280, knlislocked=0, kqislocked=0) at /usr/src/sys/kern/kern_event.c:1847 #8 0xffffffff808f4a5b in knote_fdclose (td=0xfffffe0009a34490, fd=9924) at /usr/src/sys/kern/kern_event.c:2065 #9 0xffffffff808ea573 in kern_close (td=0xfffffe0009a34490, fd=9924) at /usr/src/sys/kern/kern_descrip.c:1250 #10 0xffffffff80d127da in amd64_syscall (td=0xfffffe0009a34490, traced=0) at subr_syscall.c:135...
2008 Dec 12
2
freebsd 7, panics - kqueue?
...?pr=129550 --- snip of what i think is relevent from the dump --- (kgdb) list *0xc04c4c4d 0xc04c4c4d is in knlist_remove_kq (/usr/src/sys/kern/kern_event.c:1615). 1610 if (!kqislocked) 1611 KASSERT((kn->kn_status & (KN_INFLUX|KN_DETACHED)) == KN_INFLUX, 1612 ("knlist_remove called w/o knote being KN_INFLUX or already removed")); 1613 if (!knlislocked) 1614 knl->kl_lock(knl->kl_lockarg); 1615 SLIST_REMOVE(&knl->kl_list, kn, knote, kn_selnext); 1616 kn->kn_knlist = NULL; 1617 if (!knlislocked) 1618 knl->kl_unlock(knl->kl_lockarg); 1619 if (!kqislocked) (kgdb)...
2006 Apr 12
1
powerd not behaving with an Asus A8V-MX and Athlon 64 X2 3800+
...0, 0 tcpcb: 464, 12328, 4, 20, 6 inpcb: 180, 12342, 4, 62, 6 udpcb: 180, 12342, 3, 63, 247 ipq: 32, 904, 0, 0, 0 socket: 356, 12331, 22, 22, 294 KNOTE: 68, 0, 0, 112, 10 PIPE: 408, 0, 6, 30, 178 NFSNODE: 460, 0, 0, 0, 0 NFSMOUNT: 480, 0, 0, 0, 0 DIRHASH: 1024, 0, 47, 9, 47 NAMEI: 1024...
2013 Apr 18
0
Processed: adding new jessie tag to sid-tagged bugs
...ation-evolution] mail-notification-evolution: Does not seem to pay attention to what folder has been chosen Added tag(s) jessie. > tags 175177 + jessie Bug #175177 [irpas] irpas: tctrace: ICMP packet to small to carry original IP header Added tag(s) jessie. > tags 597939 + jessie Bug #597939 [knotes] knotes: Knotes doesn't restore position and dimension of the notes Added tag(s) jessie. > tags 604815 + jessie Bug #604815 {Done: Regis Boudin <regis at debian.org>} [whysynth] whysynth: uninstallable on kfreebsd Added tag(s) jessie. > tags 701346 + jessie Bug #701346 [src:quantli...
2006 Nov 17
1
gjournal on 6.x wont build
Hi all, I was intending on trying out gjournal on a new disk i've added in my desktop. I had a look to see what the most recent patch provided by Pawel and found http://people.freebsd.org/~pjd/patches/gjournal6_20061024.patch I created the directories as per Pawel's original post (http://lists.freebsd.org/pipermail/freebsd-fs/2006-June/001962.html) and the patch succeeded with no failed