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

BOUNCE rtl@rtlinux.org: Approval required: (fwd)



>From owner-rtl Fri Jul 13 02:30:57 2001
Received: from hq.fsmlabs.com (localhost [[UNIX: localhost]])
	by localhost.localdomain (8.11.2/8.11.2) with ESMTP id f6D8Uut23239
	for <rtl@rtlinux.org>; Fri, 13 Jul 2001 02:30:57 -0600
Received: (qmail 20799 invoked by uid 1000); 13 Jul 2001 07:11:57 -0000
Date: Fri, 13 Jul 2001 11:11:57 +0400
From: Michael Barabanov <baraban@fsmlabs.com>
To: rtl@fsmlabs.com
Cc: RTLinux Mail <rtl@rtlinux.org>
Subject: Re: [rtl] Using debug_module, what is exception 0xe?
Message-ID: <20010713111157.A20768@huevo.fsmlabs.com>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <Pine.A41.4.21.0107121123010.268914-100000@aixd1.rhrk.uni-kl.de>
User-Agent: Mutt/1.3.18i
Organization: FSMLabs

Exception 0xe is a page fault. The likely reason is that
rtlcpp's "new" calls kmalloc which is not allowed in a RT-thread context.

Michael.

Dirk Pohl [EIT] (pohl@rhrk.uni-kl.de) wrote:
> Hi,
> 
> What does exception 0xe stand for, and what might have caused it?
> I'm using the rtl_cpp module and it seems that this messages comes from a 
> --new-- command I introduced to the thread-code. When I remove this new
> and put it into a fifo-handler, everything works fine.
> 
> Thanks in advance
> 
> Dirk Pohl
> 
> ----- End of forwarded message from owner-rtl@fsmlabs.com -----
> -- [rtl] ---
> To unsubscribe:
> echo "unsubscribe rtl" | mail majordomo@rtlinux.org OR
> echo "unsubscribe rtl <Your_email>" | mail majordomo@rtlinux.org
> --
> For more information on Real-Time Linux see:
> http://www.rtlinux.org/

----- End of forwarded message from owner-rtl@fsmlabs.com -----