From: William Lee Irwin III <wli@holomorphy.com>
To: Matthew Wilcox <willy@debian.org>
Cc: linux-kernel@vger.kernel.org, jsimmons@transvirtual.com
Subject: Re: 2.5.26 broken on headless boxes
Date: Thu, 18 Jul 2002 13:37:03 -0700 [thread overview]
Message-ID: <20020718203703.GT1096@holomorphy.com> (raw)
In-Reply-To: <20020718213208.P13352@parcelfarce.linux.theplanet.co.uk>
On Thu, Jul 18, 2002 at 01:18:57PM -0700, William Lee Irwin III wrote:
>> This is the 4th one of these I've seen in the last two days. Any chance
>> of being able to compile with -g and get an addr2line on the EIP? I've
>> tried to reproduce it myself, but haven't gotten it to happen yet.
On Thu, Jul 18, 2002 at 09:32:08PM +0100, Matthew Wilcox wrote:
> seems fairly obvious what's happening with a couple of printks...
> printk("visual_init: sw = %p, conswitchp = %p, currcons = %d, init = %d\n",
> sw, conswitchp, currcons, init);
> gets me the interesting fact that sw & conswitchp are both NULL.
> later on, we call:
> sw->con_init(vc_cons[currcons].d, init);
> which seems like it would be the exact cause, no?
Ugh, I should have been able to see this somehow...
On Thu, Jul 18, 2002 at 09:32:08PM +0100, Matthew Wilcox wrote:
> now whether putting a:
> if (!sw)
> return;
> call into visual_init or whether we should determine earlier never to
> call visual_init, I don't know. The people who know about the console
> have been conspicuously silent so far...
To heck with waiting for them, if you can't boot because of it, I'd say
push the patch.
Cheers,
Bill
next prev parent reply other threads:[~2002-07-18 20:35 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-07-17 15:55 2.5.26 broken on headless boxes Matthew Wilcox
2002-07-18 1:06 ` William Lee Irwin III
2002-07-18 9:48 ` Re[3]: " Tobias Rittweiler
2002-07-18 10:46 ` William Lee Irwin III
2002-07-18 12:29 ` Re[2]: " Tobias Rittweiler
2002-07-18 20:17 ` William Lee Irwin III
2002-07-18 13:29 ` Matthew Wilcox
2002-07-18 20:18 ` William Lee Irwin III
2002-07-18 20:32 ` Matthew Wilcox
2002-07-18 20:37 ` William Lee Irwin III [this message]
[not found] <20020717165538.D13352@parcelfarce.linux.theplanet.co.uk.suse.lists.linux.kernel>
2002-07-18 12:45 ` Andi Kleen
2002-07-18 23:07 ` James Simmons
2002-07-19 9:45 ` Andi Kleen
-- strict thread matches above, loose matches on Subject: below --
2002-07-18 21:04 Petr Vandrovec
2002-07-18 21:18 ` Matthew Wilcox
2002-07-18 21:42 Petr Vandrovec
2002-07-18 21:45 ` Matthew Wilcox
2002-07-18 22:16 Petr Vandrovec
2002-07-18 22:20 ` Arnaldo Carvalho de Melo
2002-07-18 23:01 ` 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=20020718203703.GT1096@holomorphy.com \
--to=wli@holomorphy.com \
--cc=jsimmons@transvirtual.com \
--cc=linux-kernel@vger.kernel.org \
--cc=willy@debian.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox