Your message dated Sun, 14 Jun 2009 16:02:05 +0000
with message-id <[email protected]>
and subject line Bug#506332: fixed in acpica-unix 20090521-1
has caused the Debian Bug report #506332,
regarding iasl: Segmentation fault on Memory24
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
506332: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=506332
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: iasl
Version: 20061109-0.1
Severity: important
Tags: patch
*** Please type your report below this line ***
Hi,
I found that iasl crash when compiling my disassemble DSDT table of IBM
iSeries Type 1161-93T (Really old)
I'm attaching my dsdt in this mail.
And doing the following commands will cause a crash:
iasl -d IBM_iSeries_1161.dsdt
iasl -tc IBM_iSeries_1161.dsl
#cut here
I found that there seems to have a bug in one of our patches
(big_endian.patch) in debian/patches.
I'm also attaching the patch to fix this bug. I'm not really good at
DSDT so please check if I'm correct.
Many Thanks,
Paul
-- System Information:
Debian Release: lenny/sid
APT prefers testing
APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.26-1-686 (SMP w/1 CPU core)
Locale: LANG=zh_TW.UTF-8, LC_CTYPE=zh_TW.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages iasl depends on:
ii libc6 2.7-16 GNU C Library: Shared libraries
iasl recommends no packages.
iasl suggests no packages.
-- no debconf information
--
PaulLiu(劉穎駿)
E-mail address: [email protected]
IBM_iSeries_1161.dsdt
Description: Binary data
--- big_endian.patch~ 2008-11-20 14:52:55.000000000 +0800
+++ big_endian.patch 2008-11-20 14:52:55.000000000 +0800
@@ -304,7 +304,7 @@
case 1: /* Min Address */
- Descriptor->Memory24.Minimum = (UINT16)
InitializerOp->Asl.Value.Integer;
-+ ACPI_MOVE_32_TO_16(&Descriptor->Memory24.Minimum,
InitializerOp->Asl.Value.Integer);
++ ACPI_MOVE_32_TO_16(&Descriptor->Memory24.Minimum,
&InitializerOp->Asl.Value.Integer);
RsCreateByteField (InitializerOp, ACPI_RESTAG_MINADDR,
CurrentByteOffset + ASL_RESDESC_OFFSET (Memory24.Minimum));
break;
@@ -312,7 +312,7 @@
case 2: /* Max Address */
- Descriptor->Memory24.Maximum = (UINT16)
InitializerOp->Asl.Value.Integer;
-+ ACPI_MOVE_32_TO_16(&Descriptor->Memory24.Maximum,
InitializerOp->Asl.Value.Integer);
++ ACPI_MOVE_32_TO_16(&Descriptor->Memory24.Maximum,
&InitializerOp->Asl.Value.Integer);
RsCreateByteField (InitializerOp, ACPI_RESTAG_MAXADDR,
CurrentByteOffset + ASL_RESDESC_OFFSET (Memory24.Maximum));
break;
@@ -320,7 +320,7 @@
case 3: /* Alignment */
- Descriptor->Memory24.Alignment = (UINT16)
InitializerOp->Asl.Value.Integer;
-+ ACPI_MOVE_32_TO_16(&Descriptor->Memory24.Alignment,
InitializerOp->Asl.Value.Integer);
++ ACPI_MOVE_32_TO_16(&Descriptor->Memory24.Alignment,
&InitializerOp->Asl.Value.Integer);
RsCreateByteField (InitializerOp, ACPI_RESTAG_ALIGNMENT,
CurrentByteOffset + ASL_RESDESC_OFFSET (Memory24.Alignment));
break;
@@ -328,7 +328,7 @@
case 4: /* Length */
- Descriptor->Memory24.AddressLength = (UINT16)
InitializerOp->Asl.Value.Integer;
-+ ACPI_MOVE_32_TO_16(&Descriptor->Memory24.AddressLength,
InitializerOp->Asl.Value.Integer);
++ ACPI_MOVE_32_TO_16(&Descriptor->Memory24.AddressLength,
&InitializerOp->Asl.Value.Integer);
RsCreateByteField (InitializerOp, ACPI_RESTAG_LENGTH,
CurrentByteOffset + ASL_RESDESC_OFFSET
(Memory24.AddressLength));
break;
signature.asc
Description: OpenPGP digital signature
--- End Message ---
--- Begin Message ---
Source: acpica-unix
Source-Version: 20090521-1
We believe that the bug you reported is fixed in the latest version of
acpica-unix, which is due to be installed in the Debian FTP archive:
acpica-unix_20090521-1.diff.gz
to pool/main/a/acpica-unix/acpica-unix_20090521-1.diff.gz
acpica-unix_20090521-1.dsc
to pool/main/a/acpica-unix/acpica-unix_20090521-1.dsc
acpica-unix_20090521.orig.tar.gz
to pool/main/a/acpica-unix/acpica-unix_20090521.orig.tar.gz
iasl_20090521-1_amd64.deb
to pool/main/a/acpica-unix/iasl_20090521-1_amd64.deb
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Mattia Dongili <[email protected]> (supplier of updated acpica-unix package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Sun, 14 Jun 2009 22:21:49 +0900
Source: acpica-unix
Binary: iasl
Architecture: source amd64
Version: 20090521-1
Distribution: unstable
Urgency: low
Maintainer: Mattia Dongili <[email protected]>
Changed-By: Mattia Dongili <[email protected]>
Description:
iasl - Intel ASL compiler/decompiler
Closes: 447386 485369 500117 506332
Changes:
acpica-unix (20090521-1) unstable; urgency=low
.
* New upstream release (Closes: #500117).
* Remove debian/patches/fix-bison-ftbfs, fixed upstream.
* Refresh all patches against the current source.
* Fix typo (sytem → system) in the package description, thanks to
Wolfram Sang <[email protected]> (Closes: #447386)
* Fix segfaults caused by big_endian.patch, initial fix by "Ying-Chun Liu
(PaulLiu)" <[email protected]> (Closes: #506332).
* Incorporate changes from debian/patches/iasl_segfault.patch to
debian/rules (Closes: #485369).
* Update the DSDT used as as test case and restore the useful debian/rules
target.
* Bump debhelper compatibility and Standards version.
* Move and update the homepage values in d/control and d/copyright.
Checksums-Sha1:
3a7289ac11c28eeb8db8699332fd17418a7dedcd 1053 acpica-unix_20090521-1.dsc
70ad3dd5d95624dfb7e2f87673e2350052425f3a 940506
acpica-unix_20090521.orig.tar.gz
9f1797b3344a1ca5f2debbef1bf6a0aef5cde47e 21979 acpica-unix_20090521-1.diff.gz
a1aaead2e2e934e6d199be6fc4324f76b6dd34af 436608 iasl_20090521-1_amd64.deb
Checksums-Sha256:
8e4dd6214921203fd608c9dc1327168bcdb05bf0793bb0fc674672461d91fd68 1053
acpica-unix_20090521-1.dsc
612c58b4ff8dd142d6f1714f11efc174698f3f230abbc0cb7d09c2210873672c 940506
acpica-unix_20090521.orig.tar.gz
c89a01034e03781b36b4a69fcd6c9dd6743d4497f8111bfcbbff46c340f5587b 21979
acpica-unix_20090521-1.diff.gz
9851bb3604996633746396c1fd2a9f1493626bd2ab3d5eca00d0c8f8dfe2fecc 436608
iasl_20090521-1_amd64.deb
Files:
4885be034bdabd8ce21980c37bbb0b9e 1053 devel optional acpica-unix_20090521-1.dsc
b2b4aa10adcb9a6faa7ce5eaaf29fcfd 940506 devel optional
acpica-unix_20090521.orig.tar.gz
69988ad22c2a9b7e3962ce418dc0fb13 21979 devel optional
acpica-unix_20090521-1.diff.gz
8bfba9931205c7fb3c9f3859c9133fd6 436608 devel optional
iasl_20090521-1_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
iEYEARECAAYFAko1GmoACgkQgpRPaOotLEHa3wCgvj/6x4lWi76CbM8sJEhP+V3r
8gwAnjR3sm5ylOEN+rGY9D6R67oUUTFI
=FwXQ
-----END PGP SIGNATURE-----
--- End Message ---