https://bugzilla.novell.com/show_bug.cgi?id=839178 https://bugzilla.novell.com/show_bug.cgi?id=839178#c9 David Sterba <dsterba@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status Whiteboard| GOLD | GOLD btrfs:crash --- Comment #9 from David Sterba <dsterba@suse.com> 2013-11-11 18:26:38 CET --- I'm narrowing it down, looks like a corruption of a on-stack variable prelim_refs in find_parent_nodes, it gets corrupted between __merge_refs(&prefs, 1); .. while (!list_empty(&prefs_delayed)) { lines where the first list entry has next == NULL and prev == unchanged previous value. It looks strange, because prelim_refs are not used at all, empty list across all calls and the same path is processed many times before it crashes. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.