[hatari-devel] Potential 68040 CPU/MMU fail with MOVES |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/hatari-devel Archives
]
- To: Toni Wilen <twilen@xxxxxxxxxx>, Hatari devel list <hatari-devel@xxxxxxxxxxxxxxxxxxx>
- Subject: [hatari-devel] Potential 68040 CPU/MMU fail with MOVES
- From: Andreas Grabher <andreas_g86@xxxxxxxxxx>
- Date: Sun, 11 Feb 2024 15:30:38 +0100
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=icloud.com; s=1a1hai; t=1707661853; bh=GZgcY1cz2ND2WmJqLpehMU8WpqQhrrnbRpgaWRzdAGk=; h=From:Content-Type:Mime-Version:Subject:Message-Id:Date:To; b=B1+J7BijRcLjKyLgq+Ruf2pMaAewyt/fgvI+gqLLxiUd4RsaqhMpJBJ/ULeHFe5LV cnWVUE/syKDQC7lNOe0TXndC3aaTx5EpI0q5oJnv9DIc921EFHg/aZsdlPaVl6O9g1 PZD9rMcrXCEQFs7OFkThcXy7YLkyTd8Uab9Uo4fwYF2twkj8ndM+Cj8Kib3jg4SqJV Wi9lKhPaU2ahHpQ4oUyBzZW49AIcJ8KufMNHRYWntb5lc7pmzMyYdK7G38BSwJpnsZ F/VM0K2rIZRihjdpzOb7GNetpIzBEaabErvm1fyTe+kUfz1lOfcqabSejFm/L/EKzH F4EBmVQel5HmQ==
Hello Toni,
I got an issue here. While copying files from an NFS share to a SCSI disk image the system is very unstable and I regularly get kernel panics. The suspicious thing: This only happens during network transfers and on 68040. It does not happen on 68030 with everything else being the same. Therefore I suspect a CPU issue. During networking NeXTstep makes heavy use of MOVES instructions, which is unique to networking. Probably this is the root cause of the issue. M68000PRM shows some differences for MOVES between 68030 and 68040.
Any idea what might be wrong here?
Best wishes,
Andreas