I think that Maryamm needs to simplify the module init code.
First have it do nothing. Then slowly add parts to see what is screwing
it up.
If you get a modern RTLinux distribution 2.3+ you will find stubs and
some info on how to use gdb with RTLinux. The nicest part is that
you can use ordinary gdb on the same processor. However, if your
code crashes on insmod, you need to do some pre-gdb debugging.
You should alsotry making all of your threads start with
pthread_suspend_np(pthread_self());
And then you can use the debugger to signal and single step them.
On Mon, Mar 27, 2000 at 03:16:37PM -0500, Robert Kiesling wrote:
>
> I would think that the module is trying to use a hardware
> resource that is already in use. You might try unloading
> all of the other modules, and try to repeat the error.
> It could also be an incorrect library version. I'm
> not sure that a kernel-level debugger exists, but I'd
> have to get back to you on that one. Robert
> -- [rtl] ---
> To unsubscribe:
> echo "unsubscribe rtl" | mail [EMAIL PROTECTED] OR
> echo "unsubscribe rtl <Your_email>" | mail [EMAIL PROTECTED]
> ---
> For more information on Real-Time Linux see:
> http://www.rtlinux.org/rtlinux/
--
---------------------------------------------------------
Victor Yodaiken
FSMLabs: www.fsmlabs.com www.rtlinux.com
FSMLabs is a servicemark and a service of
VJY Associates L.L.C, New Mexico.
-- [rtl] ---
To unsubscribe:
echo "unsubscribe rtl" | mail [EMAIL PROTECTED] OR
echo "unsubscribe rtl <Your_email>" | mail [EMAIL PROTECTED]
---
For more information on Real-Time Linux see:
http://www.rtlinux.org/rtlinux/