[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
BOUNCE rtl@rtlinux.org: Approval required: Non-member submissionfrom [frank mori hess <fmhess@students.uiuc.edu>] (fwd)
- To: rtl@rtlinux.org
- Subject: BOUNCE rtl@rtlinux.org: Approval required: Non-member submissionfrom [frank mori hess <fmhess@students.uiuc.edu>] (fwd)
- From: Der Herr Hofrat <der.herr@hofr.at>
- Date: Fri, 11 May 2001 07:40:03 +0200 (CEST)
>From owner-rtl Thu May 10 19:19:18 2001
Received: from ux13.cso.uiuc.edu (root@ux13.cso.uiuc.edu [128.174.5.25])
by hq.fsmlabs.com (8.11.2/8.11.2) with ESMTP id f4B1JHJ02545
for <rtl@rtlinux.org>; Thu, 10 May 2001 19:19:18 -0600
Received: from localhost (fmhess@localhost [127.0.0.1])
by ux13.cso.uiuc.edu (8.11.0/8.11.0) with ESMTP id f4B1FAr13127
for <rtl@rtlinux.org>; Thu, 10 May 2001 20:15:10 -0500 (CDT)
Date: Thu, 10 May 2001 20:15:09 -0500 (CDT)
From: frank mori hess <fmhess@students.uiuc.edu>
X-X-Sender: <fmhess@ux13.cso.uiuc.edu>
To: <rtl@rtlinux.org>
Subject: HRT_FROM_8254() bug
Message-ID: <Pine.GSO.4.31.0105101947010.29532-100000@ux13.cso.uiuc.edu>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Hello,
I am using rtlinux-3.0, kernel2.2.18 on an i386 (amd k6-2) and I have
noticed that HRT_FROM_8254() bugs if you give it an argument greater than
0x7FFFFFFF. This is causing crashes (division errors) when I call the
compatibility function rt_task_make_periodic(), which calls
HRT_FROM_8254() to convert from RTIME to hrtime_t to translate arguments
into the newer api.
Frank