From: Olaf Hering <olh@suse.de>
To: Andries.Brouwer@cwi.nl
Cc: linux-kernel@vger.kernel.org, alan@lxorguk.ukuu.org.uk
Subject: Re: 2.4.5-ac9 console NULL pointer pointer dereference
Date: Thu, 7 Jun 2001 16:56:38 +0200 [thread overview]
Message-ID: <20010607165638.A19959@suse.de> (raw)
In-Reply-To: <UTC200106071436.QAA224593.aeb@vlet.cwi.nl>
In-Reply-To: <UTC200106071436.QAA224593.aeb@vlet.cwi.nl>; from Andries.Brouwer@cwi.nl on Thu, Jun 07, 2001 at 04:36:40PM +0200
On Thu, Jun 07, Andries.Brouwer@cwi.nl wrote:
> From: Olaf Hering <olh@suse.de>
>
> this happend with 2.4.5-ac9 with serial console on i386.
>
> Unable to handle kernel NULL pointer dereference0x02f8 (irq = 3) at virtual address 00000004
> Oops: 0000
> >>EIP; c01967c7 <poke_blanked_console+1b/5c> <=====
>
> Sounds like this should help:
>
> --- console.c~ Fri Feb 9 20:30:22 2001
> +++ console.c Thu Jun 7 16:28:59 2001
> @@ -2684,7 +2684,7 @@
> void poke_blanked_console(void)
> {
> del_timer(&console_timer); /* Can't use _sync here: called from tasklet */
> - if (vt_cons[fg_console]->vc_mode == KD_GRAPHICS)
> + if (!vt_cons[fg_console] || vt_cons[fg_console]->vc_mode == KD_GRAPHICS)
> return;
> if (console_blanked) {
> console_timer.function = unblank_screen_t;
That was ok, but:
....
INIT: Id "1" respawning too fast: disabled for 5 minutes
INIT: Id "2" respawning too fast: disabled for 5 minutes
INIT: Id "3" respawning too fast: disabled for 5 minutes
INIT: Id "5" respawning too fast: disabled for 5 minutes
INIT: Id "6" respawning too fast: disabled for 5 minutes
INIT: Id "4" respawning too fast: disabled for 5 minutes
Welcome to SuSE Linux 7.2 (i386) - Kernel 2.4.5-ac9 (ttyS0).
....
Hmm, perhaps a config option...
So, lets try usb printing now.
Gruss Olaf
--
$ man clone
BUGS
Main feature not yet implemented...
next prev parent reply other threads:[~2001-06-07 14:57 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2001-06-07 14:36 2.4.5-ac9 console NULL pointer pointer dereference Andries.Brouwer
2001-06-07 14:56 ` Olaf Hering [this message]
2001-06-07 15:22 ` Olaf Hering
-- strict thread matches above, loose matches on Subject: below --
2001-06-07 15:59 Andries.Brouwer
2001-06-07 13:40 Olaf Hering
2001-06-07 17:12 ` James Simmons
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20010607165638.A19959@suse.de \
--to=olh@suse.de \
--cc=Andries.Brouwer@cwi.nl \
--cc=alan@lxorguk.ukuu.org.uk \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.