[xfs-masters] [Bug 42731] invalid opcode BUG at lib/radix-tree.c:477

bugzilla-daemon at bugzilla.kernel.org bugzilla-daemon at bugzilla.kernel.org
Thu Feb 9 16:12:02 CST 2012


https://bugzilla.kernel.org/show_bug.cgi?id=42731





--- Comment #4 from Dave Chinner <david at fromorbit.com>  2012-02-09 22:12:01 ---
for tracing, download the trace-cmd program and use it to record and report the
events:

$ trace-cmd record -e <events>
....
^C
$ trace-cmd report > events.txt

As to the problem being memory reclaim related - that's not necessarily the
case. That's when the problem is tripped over, but it doesn't mean that this is
the cause. I'm starting to think that you might have dodgy memory or some kind
of memory corruption occurring because we haven't changed anything in the code
where the crash is occurring for several releases...

Dave.

-- 
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the xfs-masters mailing list