Red Hat Bugzilla – Bug 145409
panic_on_oops hook removed on ia64 by diskdump patch
Last modified: 2007-11-30 17:07:06 EST
From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.1) Gecko/20021003 Description of problem: The "diskdump for IPF" support patch added in RHEL3 U3 mistakenly disabled support for panic_on_oops on the ia64 architecture. I believe that: if (panic_on_oops) panic("Fatal exception"); should be added after the call to: try_crashdump(regs); in the ia64 version of die(), which would mirror how x86 and x86_64 work. Version-Release number of selected component (if applicable): kernel-2.4.21-27.EL How reproducible: Always Steps to Reproduce: 1. invoke code path w/BUG() or cause an oops via /proc/sysrq-trigger (with "c") 2. 3. Actual Results: oops printed to /var/log/messages, but system keeps running Expected Results: system should panic Additional info:
A fix for this problem has just been committed to the RHEL3 U5 patch pool this afternoon (in kernel version 2.4.21-28.EL).
An advisory has been issued which should help the problem described in this bug report. This report is therefore being closed with a resolution of ERRATA. For more information on the solution and/or where to find the updated files, please follow the link below. You may reopen this bug report if the solution does not work for you. http://rhn.redhat.com/errata/RHSA-2005-294.html