看板 DFBSD_bugs 關於我們 聯絡資訊
On Tue, Feb 15, 2011 at 02:24:35AM +0100, Damian Lubosch wrote: > I have had my DFly [1] server running for almost 2 months, and after > trying to reboot it, it panicked: > > I let the memory dump to hd and ran kgdb: : > #15 0xffffffff80356288 in lf_destroy_range (range=<value optimized out>) > at /usr/src/sys/kern/kern_lockf.c:857 > #16 0xffffffff80357052 in lf_setlock (lock=0xffffffe07bbe3240, > owner=0xffffffe07b34b068, type=2, flags=<value optimized out>, > start=0, end=9223372036854775807) at > /usr/src/sys/kern/kern_lockf.c:747 Apparently a fix has been added to DragonFly_RELEASE_2_8 branch: http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/20b10249803190a9d3299b2e6f2a71c4fe2918e4 > [1]: root@pick:/usr/pkg/share/httpd/htdocs# uname -a > DragonFly pick 2.8-RELEASE DragonFly v2.8.2.7.g0d8fd-RELEASE #3: Tue > Nov 2 15:24:24 CET 2010 > root@pick:/usr/obj/usr/src/sys/X86_64_GENERIC_SMP x86_64 In fact there have been many fixes after this version(0d8fd): http://gitweb.dragonflybsd.org/dragonfly.git/shortlog/refs/heads/DragonFly_RELEASE_2_8 Cheers.