From: Arjen Hommersom <arjenh@chello.nl>
To: parisc-linux@lists.parisc-linux.org
Subject: Re: [parisc-linux] sstfb crash
Date: Sat, 26 Apr 2003 20:14:31 +0200 [thread overview]
Message-ID: <200304262014.31828.arjenh@chello.nl> (raw)
In-Reply-To: <3EA97C37.5010403@tiscali.be>
On Friday 25 April 2003 20:19, Joel Soete wrote:
> >IAOQ = 10135394
> >Func: kfree, Off: 34, Addr: 0x10135394
>
> here is the kernel function which made panic kernel. (why? we need
> expert help)
>
It seems that the crash occurs at this code piece (line 902 of sstfb.c):
if (old_bpp != var->bits_per_pixel) {
if ((err = fb_alloc_cmap(&display->cmap, 0, 0)))
return err;
sstfb_install_cmap(con, info);
}
old_bpp is some strange value (seems random, nothing realistic) and is not
equal to var->bits_per_pixel (16 in my case). The fb_alloc_cmap is called to
free the old colormap and that seems to be impossible. Commenting out that
call and setting the monitor type to 1024x768 makes it work most of the
times.
Any suggestions for a correct fix are appreciated.
Arjen Hommersom
next prev parent reply other threads:[~2003-04-26 19:17 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-04-25 12:08 [parisc-linux] sstfb crash Arjen Hommersom
2003-04-25 16:57 ` Joel Soete
2003-04-25 16:13 ` Arjen Hommersom
2003-04-25 18:19 ` Joel Soete
2003-04-26 18:14 ` Arjen Hommersom [this message]
2003-04-25 22:52 ` Grant Grundler
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=200304262014.31828.arjenh@chello.nl \
--to=arjenh@chello.nl \
--cc=parisc-linux@lists.parisc-linux.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