Whacked at a this, attempting to build a testcase from a combination of the original daemon strace in the bug report and knowledge of what the daemon is doing. What emerged is something that will destroy RHEL5 2.6.18-128.1.6.el5 100% every time. Completely fills the kernel message log with "bad pmd" errors and wrecks hugepages. Unfortunately it only occasionally breaks 2.6.29.1. Haven't been able to produce "bad pmd" messages, but did get the kernel to think it's out of large page memory when in theory it was not. Saw a lot of really strange accounting in the hugepage section of /proc/meminfo. For what it's worth, the testcase code is attached. Note that hugepages=2048 is assumed--the bug seems to require use of more than 50% of large page memory. Definately will be posted under the RHEL5 bug report, which is the more pressing issue here than far-future kernel support. In addition, the original segment attach bug http://bugzilla.kernel.org/show_bug.cgi?id=12134 is still there and can be reproduced every time with the 'create_seg_strace' and 'access_seg_straceX' sequences.