Re: Slow shutdown

2015-06-12 Thread Ranjan1018 .
2015-06-12 1:13 GMT+02:00 Henry Hu henry.hu...@gmail.com: On Thu, Jun 11, 2015 at 1:55 PM Kevin Oberman rkober...@gmail.com wrote: The same issue exists in fusefs, but has an uglier result. The fuse daemon shuts down before any fusefs based file systems are unmounted, but, for several R/W

Re: obtaining a minidump from panic() called from NMI handler

2015-06-12 Thread Maksim Yevmenkin
Andriy, i have a question about obtaining minidump as result of panic() being called from nmi handler. basically, i have a way to trigger nmi, and, i would like to panic() system and obtain a minidump. i have modified isa_nmi() to appropriately inspect bits and return non-zero return code.

Re: obtaining a minidump from panic() called from NMI handler

2015-06-12 Thread Konstantin Belousov
On Fri, Jun 12, 2015 at 11:49:01AM -0700, Maksim Yevmenkin wrote: Andriy, i have a question about obtaining minidump as result of panic() being called from nmi handler. basically, i have a way to trigger nmi, and, i would like to panic() system and obtain a minidump. i have modified

Re: obtaining a minidump from panic() called from NMI handler

2015-06-12 Thread Ian Lepore
On Fri, 2015-06-12 at 21:55 +0300, Konstantin Belousov wrote: On Fri, Jun 12, 2015 at 11:49:01AM -0700, Maksim Yevmenkin wrote: Andriy, i have a question about obtaining minidump as result of panic() being called from nmi handler. basically, i have a way to trigger nmi, and, i would

Re: obtaining a minidump from panic() called from NMI handler

2015-06-12 Thread Andriy Gapon
On 10/06/2015 20:36, Maksim Yevmenkin wrote: hello, i have a question about obtaining minidump as result of panic() being called from nmi handler. basically, i have a way to trigger nmi, and, i would like to panic() system and obtain a minidump. i have modified isa_nmi() to appropriately

Re: bug with special bracket expressions in regular expressions

2015-06-12 Thread Andriy Gapon
On 02/09/2013 19:45, Andriy Gapon wrote: It seems that the code works like this: - first it matches cd0 and removes it - then it passes cd1 xx for matching with a flag that tells that this is not a real start of the string - thus the matching code o knows that this is not a real line