[1612] in linux-net channel archive

home help back first fref pref prev next nref lref last post

Re: Linux Device Driver - Segmentation Fault Error.

daemon@ATHENA.MIT.EDU (Alan Cox)
Sat Jan 13 17:43:54 1996

From: Alan Cox <alan@cymru.net>
To: MrDJ@aol.com
Date: 	Thu, 11 Jan 1996 14:39:00 +0000 (GMT)
Cc: linux_device@valle.mydata.se, linux-net@vger.rutgers.edu,
        linux-kernel@vger.rutgers.edu
In-Reply-To: <960111090823_87813590@emout06.mail.aol.com> from "MrDJ@aol.com" at Jan 11, 96 09:08:24 am

> option), and the kernel does not panic on init. However, it doesn't print out
> any of my messages using printk, either. Plus, if I remove the module, and
> then try to re-insert it, I get a Segmentation Fault error, and the module
> won't load.

Unloading a module that has allocated some resource and not freed it is
normally a good way to cause a fatal accident. I'm not sure what your printk
is doing. It maybe you are sending all the messages to syslogd. When I'm
debugging I turn off syslogd/syslogk/klogd in the bootup scripts so I get
everything immediately.

Alan



home help back first fref pref prev next nref lref last post