https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=205932
Damjan Jovanovic <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #4 from Damjan Jovanovic <[email protected]> --- sys_write -> write -> ext2_bmap -> ext4_ext_find_extent -> ... -> panic, so looks like a memory mapped file is being written, during which reading from the mapped memory causes a panic. It seems a specific file is causing this (as opposed to iteration over the filesystem). You could try to narrow it down - use "find" to find the 100th or so file you suspect, and then copy the files you suspect are causing the panic to narrow it down to the single file that actually does. I suspect that file is sparse, causing a different manifestation of bug 205816 (panic instead of garbage data). Could you test the patch from there? -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-amd64 To unsubscribe, send any mail to "[email protected]"
