5 Nov
2009
5 Nov
'09
7:52 p.m.
On Sat, 2009-10-31 at 10:42 +0200, Nikita Koshikov wrote:
The patch helped with quotas, but it raises new error - "segmentation error"
gdb backtrace would be helpful. But how to actually get it could be a bit difficult, since I guess kernel thinks expire-tool is a setuid program.
There are two ways I guess:
a) Apply attached diff1 and see if core dump gets written. Once you get a core, use "gdb expire-tool core", "bt full".
b) If not, apply diff2 and start expire-tool. Then look up its pid and run "gdb -p <pid>", "cont", wait for crash, "bt full".