* 2.6.13-rc3 Kernel Panic...
@ 2005-07-20 21:50 Janosch Machowinski
[not found] ` <42DEC727.6050108-cGBD8117FJM@public.gmane.org>
0 siblings, 1 reply; 4+ messages in thread
From: Janosch Machowinski @ 2005-07-20 21:50 UTC (permalink / raw)
To: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f
Hey,
I got an kernel panic in the ACPI system while trying to boot an
2.6.13-rc3. The problem is, that I can't see what's causing the panic,
because I can't scoll up. Any ideas, how to log this issue ? All I can
say is that it is an Null Pointer issue. The system is an ASUS M6Ne.
Thx
Janosch
-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
^ permalink raw reply [flat|nested] 4+ messages in thread[parent not found: <42DEC727.6050108-cGBD8117FJM@public.gmane.org>]
* Re: 2.6.13-rc3 Kernel Panic... [not found] ` <42DEC727.6050108-cGBD8117FJM@public.gmane.org> @ 2005-07-22 17:24 ` randy_dunlap [not found] ` <20050722102446.05daf2ae.rdunlap-/UHa2rfvQTnk1uMJSBkQmQ@public.gmane.org> 0 siblings, 1 reply; 4+ messages in thread From: randy_dunlap @ 2005-07-22 17:24 UTC (permalink / raw) To: Janosch Machowinski; +Cc: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f On Wed, 20 Jul 2005 23:50:31 +0200 Janosch Machowinski wrote: > Hey, > I got an kernel panic in the ACPI system while trying to boot an > 2.6.13-rc3. The problem is, that I can't see what's causing the panic, > because I can't scoll up. Any ideas, how to log this issue ? All I can > say is that it is an Null Pointer issue. The system is an ASUS M6Ne. The common ways are: - use a serial console - use netconsole (kernel config option + netcat on another system) - use a smaller console font --- ~Randy ------------------------------------------------------- SF.Net email is sponsored by: Discover Easy Linux Migration Strategies from IBM. Find simple to follow Roadmaps, straightforward articles, informative Webcasts and more! Get everything you need to get up to speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click ^ permalink raw reply [flat|nested] 4+ messages in thread
[parent not found: <20050722102446.05daf2ae.rdunlap-/UHa2rfvQTnk1uMJSBkQmQ@public.gmane.org>]
* Re: 2.6.13-rc3 Kernel Panic... [not found] ` <20050722102446.05daf2ae.rdunlap-/UHa2rfvQTnk1uMJSBkQmQ@public.gmane.org> @ 2005-07-22 21:01 ` Janosch Machowinski [not found] ` <42E15E95.70904-cGBD8117FJM@public.gmane.org> 0 siblings, 1 reply; 4+ messages in thread From: Janosch Machowinski @ 2005-07-22 21:01 UTC (permalink / raw) To: randy_dunlap; +Cc: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f > The common ways are: > - use a serial console My laptop dosen'T have a serial port..., or is there a way to use USB for that ? > - use netconsole (kernel config option + netcat on another system) it's an ACPI bug, it happens before the networkcard is even initalized > - use a smaller console font I hacked the Kernel oops mesage, so I could see what was the last message before the oops: Executing all Device _STA and _INI methodes after this commes a big trace, here a few lines... default_wake_function acpi_ex_exit_interpreter __down_failed .text.lock.ec acpi_ec_space_handler acpi_ec_space_handler acpi_ev_address_space_dispatch If anybody is interested in the full stack trace, say it, then I will type it all in by hand... Janosch ------------------------------------------------------- SF.Net email is sponsored by: Discover Easy Linux Migration Strategies from IBM. Find simple to follow Roadmaps, straightforward articles, informative Webcasts and more! Get everything you need to get up to speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click ^ permalink raw reply [flat|nested] 4+ messages in thread
[parent not found: <42E15E95.70904-cGBD8117FJM@public.gmane.org>]
* Re: 2.6.13-rc3 Kernel Panic... [not found] ` <42E15E95.70904-cGBD8117FJM@public.gmane.org> @ 2005-07-23 4:29 ` Pavel Troller 0 siblings, 0 replies; 4+ messages in thread From: Pavel Troller @ 2005-07-23 4:29 UTC (permalink / raw) To: Janosch Machowinski; +Cc: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f > If anybody is interested in the full stack trace, say it, then I will > type it all in by hand... Hi! Do You have a (digital) camera ? I succeeded several times with submitting an oops with a "real" snapshot of the monitor screen. You can't make a mistake and if the picture is sharp enough, .jpg is as good as .txt :-). Reagrds, Pavel Troller ------------------------------------------------------- SF.Net email is sponsored by: Discover Easy Linux Migration Strategies from IBM. Find simple to follow Roadmaps, straightforward articles, informative Webcasts and more! Get everything you need to get up to speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click ^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2005-07-23 4:29 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-07-20 21:50 2.6.13-rc3 Kernel Panic Janosch Machowinski
[not found] ` <42DEC727.6050108-cGBD8117FJM@public.gmane.org>
2005-07-22 17:24 ` randy_dunlap
[not found] ` <20050722102446.05daf2ae.rdunlap-/UHa2rfvQTnk1uMJSBkQmQ@public.gmane.org>
2005-07-22 21:01 ` Janosch Machowinski
[not found] ` <42E15E95.70904-cGBD8117FJM@public.gmane.org>
2005-07-23 4:29 ` Pavel Troller
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox