This is Bugzilla
View Bug Activity | Format For Printing | XML | Clone This Bug
Abiword just says "Aborted" when I try to open this file: https://rapidshare.com/files/4049897921/egonet.doc
Created an attachment (id=5395) [details] Document
Document appears corrupt. Can you actually open it in Word?
I don't have Microsoft Word. But OpenOffice, which usually detects and try to repair corrupted files, just freezes when I open this .doc file... Google docs cannot open this file. So this file must be corrupted. But is it normal that abiword crashes when trying to open a corrupted file?
The crash is in wv, not abiword. No there should be no crash. This can happen.
With wv patch below, you get following message box: AbiWord cannot open egonet.doc. It appears to be an invalid document. --- clx.c (revision 32393) +++ clx.c (working copy) @@ -330,7 +330,7 @@ i++; } - if (currentfc == 0xffffffffL) + if ((i > 0) && (currentfc == 0xffffffffL)) { i--; currentfc = wvNormFC (clx->pcd[i].fc, &flag);