On Fri, Oct 26, 2001 at 09:52:36AM +1000, Bernhard L�der wrote: > what does this error message in syslog mean, after which the server crashed: > > Unable to handle kernel NULL pointer dereference at virtual address 00000020
it's a kernel bug. the kernel dereferenced a null pointer and hence crashed (which should never happen and if it does is bad programming). I'm sure there's a howto (or something) somewhere on how to make some sense of all the resulting crash info. If you collect all the info, log a bug. Dave. -- SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/ More Info: http://lists.slug.org.au/listinfo/slug
