lkml.org 
[lkml]   [2003]   [Nov]   [19]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
SubjectRe: 2.6.0-test9-mm4 - kernel BUG at arch/i386/mm/fault.c:357!
On Wed, 2003-11-19 at 14:02, William Lee Irwin III wrote:
>> What sound card?

On Wed, Nov 19, 2003 at 02:27:36PM +0100, Ronny V. Vindenes wrote:
> Hercules Fortissimo III (snd-cs46xx), there's also a Terratec EWX24/96
> (snd-ice1712) installed but it's not in active use.

Any chance you can try this?

This might help pinpoint the problem.


-- wli


diff -prauN mm4-2.6.0-test9-1/arch/i386/mm/fault.c mm4-2.6.0-test9-dbg-1/arch/i386/mm/fault.c
--- mm4-2.6.0-test9-1/arch/i386/mm/fault.c 2003-11-19 00:07:03.000000000 -0800
+++ mm4-2.6.0-test9-dbg-1/arch/i386/mm/fault.c 2003-11-19 05:51:51.000000000 -0800
@@ -354,6 +354,10 @@ good_area:
case VM_FAULT_OOM:
goto out_of_memory;
default:
+ if (vma->vm_ops && vma->vm_ops->nopage)
+ print_symbol(KERN_CRIT "bad nopage %s\n",
+ vma->vm_ops->nopage);
+ printk(KERN_CRIT "handle_mm_fault() returned bad status\n");
BUG();
}

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
\
 
 \ /
  Last update: 2005-03-22 13:58    [W:0.153 / U:0.216 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site