Hi,
> I have the same laptop but a different problem, with today kernel. The
> following is copied by hand, no serial console at home:
> wait:
>
> panic: free: address 0xcbf5e5fe
>
> db> trace
> panic(...) at panic+0xb6
> free(...) at free+0x32
> AcpiOsFree(...) at AcpiOsFree+0x11
> AcpiExCopyStringToString(...) at AcpiExCopyStringToString+0x4d
Yes, this is already analyzed in
http://home.jp.FreeBSD.org/cgi-bin/showmail/acpi-jp/1239
Try following patch. This fix will be appear in next Intel ACPICA
snapshot release.
Index: dsobject.c
===================================================================
RCS file: /home/ncvs/src/sys/contrib/dev/acpica/dsobject.c,v
retrieving revision 1.1.1.9
diff -u -r1.1.1.9 dsobject.c
--- dsobject.c 26 Aug 2001 22:28:16 -0000 1.1.1.9
+++ dsobject.c 3 Sep 2001 11:45:49 -0000
@@ -558,6 +558,7 @@
break;
}
+ ObjDesc->Common.Flags |= AOPOBJ_STATIC_POINTER;
return (AE_OK);
}
Thanks
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message