Comment 6 for bug 75574

Revision history for this message
Micah Cowan (micahcowan) wrote :

Bug 63900 has some discussion regarding blocking/handling SIGXFSZ. I'm convinced that handling this signal is the right way to fix it; patching vfat to not generate the signal isn't appropriate, as other filesystems may still cause this.

IMO, SIGXFSZ should never have been given a default behavior to dump core; but now that that's been established (in BSD?), we can't do much about that. :-/ The commentor on bug 63900 is right that it's stupid to expect the writers of all tools to deal with this signal (grossly paraphrased), but we don't really have a choice now. :(