From: Geert U. <ge...@li...> - 2000-07-28 19:06:45
|
On Fri, 28 Jul 2000, Michel [iso-8859-1] Dänzer wrote: > PS: I can still hang the machine with 'cat /proc/iomem' ... That's something which must not happen. All it does is walk the resource tree and print it. Is it a real lock up, or a panic (probably with NULL pointer dereference or bad address access)? /proc/iomem works on both my m68k Amiga and my PPC CHRP box. Can you add debugging code in kernel/resource.c:do_resource_list(), so we know where it happens? If /proc/iomem doesn't work, changes are high that your box will crash also when some driver wants to use the resource tree. Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- ge...@li... In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds |