| Linux - Kernel This forum is for all discussion relating to the Linux kernel. |
| Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
09-03-2010, 10:16 PM
|
#1
|
|
Member
Registered: Jul 2010
Distribution: Mageia-2,LFS-7.1
Posts: 368
Rep:
|
Soft Kernel Panic Oops Troubleshoot
I recently compiled Linux 2.6.35.2. I running Slackware x86. I am sporadically getting soft kernel panics when booting up, here is part of my dmesg output, how should I go about troubleshooting this?
Code:
[ 23.478280] Modules linked in: nvidia(P) firewire_ohci firewire_core crc_itu_t sony_laptop iwl3945 ohci1394 tifm_7xx1 ieee1394 iwlcore tifm_core ext4 jbd2 crc16
[ 23.478289] Pid: 1443, comm: sh Tainted: P D 2.6.35.2 #3
[ 23.478291] Call Trace:
[ 23.478293] [<c1029e1c>] __schedule_bug+0x48/0x4d
[ 23.478296] [<c144042b>] schedule+0x81/0x525
[ 23.478300] [<c1032d75>] ? jiffies_to_timeval+0x1e/0x35
[ 23.478303] [<c14409e6>] _cond_resched+0x29/0x42
[ 23.478306] [<c14412db>] down_read+0xb/0x1a
[ 23.478310] [<c105b98f>] acct_collect+0x36/0x12f
[ 23.478312] [<c1031f77>] do_exit+0x1a5/0x65d
[ 23.478315] [<c102fa59>] ? kmsg_dump+0xdf/0xf4
[ 23.478318] [<c1442bc9>] oops_end+0x92/0x9a
[ 23.478321] [<c1004ad1>] die+0x53/0x59
[ 23.478323] [<c144250f>] do_trap+0x89/0xa2
[ 23.478326] [<c1003226>] ? do_invalid_op+0x0/0x7b
[ 23.478328] [<c1003297>] do_invalid_op+0x71/0x7b
[ 23.478331] [<c10209d6>] ? kmap_atomic_prot+0x6e/0xa9
[ 23.478334] [<c14422d6>] error_code+0x66/0x6c
[ 23.478337] [<c1003226>] ? do_invalid_op+0x0/0x7b
[ 23.478339] [<c10209d6>] ? kmap_atomic_prot+0x6e/0xa9
[ 23.478342] [<c1020a1f>] kmap_atomic+0xe/0x10
[ 23.478345] [<c109c2e4>] handle_mm_fault+0x11e/0x861
[ 23.478348] [<c144446e>] do_page_fault+0x29c/0x2b2
[ 23.478351] [<c14441d2>] ? do_page_fault+0x0/0x2b2
[ 23.478353] [<c14422d6>] error_code+0x66/0x6c
[ 23.478356] [<c10200d8>] ? flush_tlb_others_ipi+0x1a/0xa5
[ 23.478359] [<c14441d2>] ? do_page_fault+0x0/0x2b2
[ 23.478362] [<c1183d29>] ? __put_user_4+0x11/0x18
[ 23.478364] [<c102c28f>] ? schedule_tail+0x4e/0x51
[ 23.478367] [<c1002786>] ret_from_fork+0x6/0x1c
|
|
|
|
09-04-2010, 08:59 AM
|
#2
|
|
Senior Member
Registered: Mar 2003
Location: Brisbane Queensland Australia
Distribution: KirraMail Live Email Server
Posts: 1,256
Rep:
|
This looks very much like a corrupted kernel, have you tried recompiling the kernel to see if the error appears again. When compiling the kernel, did you first use the 'make mrproper' command to make sure the kernel source was completely clean before compiling?
|
|
|
|
09-04-2010, 10:37 AM
|
#3
|
|
Member
Registered: Jul 2010
Distribution: Mageia-2,LFS-7.1
Posts: 368
Original Poster
Rep:
|
I will try recompiling and let you know what happens. I will first run make mrproper, this will delete my config right?
|
|
|
|
09-04-2010, 11:33 AM
|
#4
|
|
Member
Registered: Jul 2010
Distribution: Mageia-2,LFS-7.1
Posts: 368
Original Poster
Rep:
|
I ran make mrproper, make mrclean and then recompiled the kernel, and I am still having the same issues. Any other suggestions?
|
|
|
|
09-04-2010, 04:27 PM
|
#5
|
|
Senior Member
Registered: Mar 2003
Location: Brisbane Queensland Australia
Distribution: KirraMail Live Email Server
Posts: 1,256
Rep:
|
Ok recompiling is producing the same error, I wonder if your source file is corrupted. Could you re-download the source file and try again. When selecting kernel options to compile, are you using a text based, or graphical GUI? If your using a text based, try the graphical instead 'make xconfig'
|
|
|
|
09-04-2010, 04:47 PM
|
#6
|
|
Member
Registered: Jul 2010
Distribution: Mageia-2,LFS-7.1
Posts: 368
Original Poster
Rep:
|
I used 'make xconfig', I will download the source again though and try again. I will let you know what happens.
|
|
|
|
09-05-2010, 08:59 AM
|
#7
|
|
Member
Registered: Jul 2010
Distribution: Mageia-2,LFS-7.1
Posts: 368
Original Poster
Rep:
|
I downloaded the source again, and checked it against the gpg signature. I re-compiled, but am still having the same issue. Could it be something with my configuration?
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 12:44 AM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|