Messages in this thread |  | | | Date | Thu, 14 Mar 1996 08:14:14 -0500 | | From | "David S. Miller" <> | | Subject | Re: on debugging loadable modules... |
| |
Date: Thu, 14 Mar 1996 12:57:53 +1100 (EST) From: Keith Owens <kaos@audio.apana.org.au>
Problem with running ksymoops after the event is that the current system might not match the modules running when the oops occurred. ksymoops would have to read all the way through a log to work out which modules were loaded at the oops point, messy.
Agreed.
Suggest that the loaded module data be printed as part of the oops, one off data instead of log scanning and interpretation.
Yeah, have some module_map registry linked list of some sort, and if module support is enabled oops calls print_module_mappings() or something like that. I like this idea.
Later, David S. Miller davem@caip.rutgers.edu
|  |