[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

BOUNCE rtl@rtlinux.org: Approval required: Non-member submissionfrom [Tomasz Motylewski <motyl@stan.chemie.unibas.ch>] (fwd)



>From owner-rtl Sat May 12 02:06:33 2001
Received: from crds.chemie.unibas.ch (root@crds.chemie.unibas.ch [131.152.105.107])
	by hq.fsmlabs.com (8.11.2/8.11.2) with ESMTP id f4C86WJ09309
	for <rtl@rtlinux.org>; Sat, 12 May 2001 02:06:32 -0600
Received: from localhost (motyl@localhost)
	by crds.chemie.unibas.ch (8.9.3+3.2W/8.9.3/rchk1.19) with ESMTP id KAA11548
	for <rtl@rtlinux.org>; Sat, 12 May 2001 10:02:25 +0200
Date: Sat, 12 May 2001 10:02:25 +0200 (CEST)
From: Tomasz Motylewski <motyl@stan.chemie.unibas.ch>
cc: rtl@rtlinux.org
Subject: Re: [rtl] Re: HRT_FROM_8254() bug
In-Reply-To: <Pine.GSO.4.31.0105111827210.21138-100000@ux12.cso.uiuc.edu>
Message-ID: <Pine.LNX.4.21.0105120955300.8400-100000@crds.chemie.unibas.ch>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII

> HRT_TO_8254() is definitely broken, and also breaks rt_get_time() in
> rtl_compat.h  I fixed my problems by replacing the function in

Yes, I had problems with my code until I replaced rt_get_time() with
gethrtime() everywhere.

And unrelated question: did anyone had problems with rtl_printf() or is it
just me? Can this function be called in both RT threads and non-rt parts of
the kernel? What happens when internal buffer overflows?

I had a crash in vsprintf()(linux/lib/vsprintf.c) kernel function when I had
too many debugging messages in my code. I am using CONFIG_RTL_SLOW_CONSOLE=y

Best regards,
--
Tomek