Eric Bischoff - 2009-09-22

Well, as a matter of fact, the core dump is not always reproductible:
- when _hash_drv_set_spamrecord() returns with an error code, the program ends cleanly
- otherwise, it at times tries to seek a non-zero offset (apparently very big and outside of the file) and then it generates a floating point exception.

Sorry, I mixed up both cases.

Still, how could we avoid having broken CSS files? Could cssclean fix them to some extend? Could the core dump be avoided by checking the value of the offset?