Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1321785
| From | Thomas Gleixner <tglx@linutronix.de> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: WARNING in set_restore_sigmask |
| Date | 2016-01-29 15:20 +0100 |
| Message-ID | <qWi41-4jW-1@gated-at.bofh.it> (permalink) |
| References | <qWdnH-zP-3@gated-at.bofh.it> <qWfSy-2qQ-5@gated-at.bofh.it> <qWh7Y-3Bi-1@gated-at.bofh.it> <qWhKF-3Ue-1@gated-at.bofh.it> <qWhUp-4fz-61@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Fri, 29 Jan 2016, Dmitry Vyukov wrote: > On Fri, Jan 29, 2016 at 2:57 PM, Thomas Gleixner <tglx@linutronix.de> wrote: > I need something that will work without supervision. I need to use > /proc/sys/kernel/ftrace_dump_on_oops instead of > /proc/sys/kernel/traceoff_on_warning then, right? > > Quite some time? Does it dump trace from boot? In my setup kernel can > work up to an hour under super heavy parallel workload... Need to > check how it will cope with it. The time depends on the serial speed and the trace buffer size and the number of cpus. Don't worry about the uptime. The buffer is a ringbuffer with limited capacity, so the dump time is constant. If you want that /proc/sys/kernel/ftrace_dump_on_oops spills out on warnings as well, you need to enable /proc/sys/kernel/traceoff_on_warning /proc/sys/kernel/ftrace_dump_on_oops and /proc/sys/kernel/panic_on_warn because we do not dump on warnings. Thanks, tglx
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
WARNING in set_restore_sigmask Dmitry Vyukov <dvyukov@google.com> - 2016-01-29 10:20 +0100
Re: WARNING in set_restore_sigmask Dmitry Vyukov <dvyukov@google.com> - 2016-01-29 10:30 +0100
Re: WARNING in set_restore_sigmask Thomas Gleixner <tglx@linutronix.de> - 2016-01-29 13:00 +0100
Re: WARNING in set_restore_sigmask Dmitry Vyukov <dvyukov@google.com> - 2016-01-29 14:20 +0100
Re: WARNING in set_restore_sigmask Thomas Gleixner <tglx@linutronix.de> - 2016-01-29 15:00 +0100
Re: WARNING in set_restore_sigmask Dmitry Vyukov <dvyukov@google.com> - 2016-01-29 15:10 +0100
Re: WARNING in set_restore_sigmask Thomas Gleixner <tglx@linutronix.de> - 2016-01-29 15:20 +0100
Re: WARNING in set_restore_sigmask Steven Rostedt <rostedt@goodmis.org> - 2016-01-29 15:40 +0100
Re: WARNING in set_restore_sigmask Oleg Nesterov <oleg@redhat.com> - 2016-01-29 15:20 +0100
Re: WARNING in set_restore_sigmask Thomas Gleixner <tglx@linutronix.de> - 2016-01-29 15:20 +0100
Re: WARNING in set_restore_sigmask Andrew Morton <akpm@linux-foundation.org> - 2016-02-01 23:50 +0100
csiph-web