Corrupted pmap pm_vlist - pmap_remove_pte()

2012-04-16 Thread Ewart Tempest
In FreeBSD 6.*, we have been seeing crashes in pmap_remove_pages() that only seem to occur in scaling scenarios: 2564#ifdef PMAP_REMOVE_PAGES_CURPROC_ONLY 2565pte = vtopte(pv->pv_va); 2566#else 2567pte = pmap_pte(pmap, pv->pv_va); 2568#endif 256

dwarf2 reader

2011-06-13 Thread Ewart Tempest
I have developed some flight recording capability in the JUNOS FreeBSD based kernel, with the flight recorded data being captured in binary form for performance. All the subsequent formatting and display of this data is performed by a user-space application. I would like to reduce the amount of