On Mon, 27 Jun 2005 14:01:10 +0200 "Damien" <[EMAIL PROTECTED]> bubbled:
> Ok, so it seams that documents included with mail don't go through the > mailing server... > > Here it is... > localhost kernel Unable to handle kernel NULL pointer dereference at > virtual address 00000000 > localhost kernel printing eip: > localhost kernel c015a6f5 > localhost kernel *pde = 00000000 > localhost kernel Oops: 0002 [#1] > localhost kernel PREEMPT > localhost kernel Modules linked in: nls_cp437 isofs udf speedstep_lib > proc_intf freq_table cpufreq_userspace cpufreq_ondemand > cpufreq_powersave video sony_acpi pcc_acpi button battery container ac > ipv6 3c59x snd_intel8x0 s > localhost kernel CPU: 0 > localhost kernel EIP: 0060:[prune_dcache+52/439] Not tainted VLI > localhost kernel EFLAGS: 00010206 (2.6.10-5-386) > localhost kernel EIP is at prune_dcache+0x34/0x1b7 > localhost kernel eax: c02ad834 ebx: 0000015a ecx: c6df0778 edx: > 00000000 > localhost kernel esi: c7df07e4 edi: 000000d0 ebp: 00000030 esp: > dfc15eec > localhost kernel ds: 007b es: 007b ss: 0068 > localhost kernel Process kswapd0 (pid: 124, threadinfo=dfc14000 > task=c1732060) > localhost kernel Stack: 0000015a 00000080 000000d0 dfdf5a20 c015ac3c > 00000080 c0137cf9 00000080 > localhost kernel 000000d0 00193200 00000000 000001f4 00000000 c02ac3a0 > 00000001 0000000b > localhost kernel c02ac3a0 c0138e1f 00000020 000000d0 00000ce2 c02ac3a0 > dfc15f60 dfc15f5c > localhost kernel Call Trace: > localhost kernel [shrink_dcache_memory+24/48] > shrink_dcache_memory+0x18/0x30 > localhost kernel [shrink_slab+238/332] shrink_slab+0xee/0x14c > localhost kernel [balance_pgdat+414/687] balance_pgdat+0x19e/0x2af > localhost kernel [kswapd+193/197] kswapd+0xc1/0xc5 > localhost kernel [autoremove_wake_function+0/58] > autoremove_wake_function+0x0/0x3a > localhost kernel [ret_from_fork+6/20] ret_from_fork+0x6/0x14 > localhost kernel [autoremove_wake_function+0/58] > autoremove_wake_function+0x0/0x3a > localhost kernel [kswapd+0/197] kswapd+0x0/0xc5 > localhost kernel [kernel_thread_helper+5/11] > kernel_thread_helper+0x5/0xb > localhost kernel Code: 56 53 8b 6c 24 14 ff 40 14 85 ed 0f 84 7e 01 00 > 00 8b 0d 38 d8 2a c0 81 f9 34 d8 2a c0 0f 84 6c 01 00 00 8b 01 8b 51 > 04 89 50 04 <89> 02 89 49 04 89 09 a1 38 d8 2a c0 0f 18 00 90 ff 0d 40 > d8 2a > localhost kernel <6>note: kswapd0[124] exited with preempt_count 1 the above is the source of your problem! prune_dcache did a NULL pointer exception. Please use a newer kernel like 2.6.12.1, then your problem should go away. If not, please post to the linux kernel mailing list: [email protected] Regards, Martin -- MyExcuse: The CPU has shifted, and become decentralized. Martin Zwickel <[EMAIL PROTECTED]> Research & Development TechnoTrend AG <http://www.technotrend.de> _______________________________________________ To unsubscribe, edit your list preferences, or view the list archives, please visit: http://list.valvesoftware.com/mailman/listinfo/hlds_linux

