In case anyone is looking for ways of reproducing cache errors... the test suite in googletest [1] reliably triggers the following: do_page_fault() command='gtest_break_on_' type=15 address=0x00000000 in libgtest.so[f8493000+57000] trap #15: Data TLB miss fault do_page_fault() command='gtest_break_on_' type=15 address=0x00000000 in libgtest.so[f8493000+57000] trap #15: Data TLB miss fault do_page_fault() command='gtest_break_on_' type=15 address=0x00000000 in libgtest.so[f8493000+57000] trap #15: Data TLB miss fault do_page_fault() command='gtest_break_on_' type=15 address=0x00000000 in libgtest.so[f8493000+57000] trap #15: Data TLB miss fault do_page_fault() command='gtest_break_on_' type=15 address=0x00000000 in libgtest.so[f8493000+57000] trap #15: Data TLB miss fault I'm using Gentoo's gtest version 1.8.0-r1. The build receipe is [2], and the couple of patches we apply are found at [3] [1] https://github.com/google/googletest [2] https://gitweb.gentoo.org/repo/gentoo.git/tree/dev-cpp/gtest/gtest-1.8.0-r1.ebuild [3] https://gitweb.gentoo.org/repo/gentoo.git/tree/dev-cpp/gtest/files -- To unsubscribe from this list: send the line "unsubscribe linux-parisc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html