"Joshua J. Kugler" <jos...@azariah.com> writes: > On Friday, October 07, 2011, Lubos Kosco elucidated thus: >> so first odd thing is why does it use an xml analyzer on xls file > > Well, because it was in fact an HTML file that someone had given an .xls > extension. It does look like it was an excel export, but it was an HTML > file. And it's 373MB > > So, the next question is: > > 1) Why is it dying? > 2) Why is it dying with no errors, killing the indexing, and making it > look like everything completed successfully?
The indexer tends to use a lot of memory when it encounters big files, so it might have run into an OutOfMemoryError on a file of that size. There was a bug that prevented OutOfMemoryErrors from being reported in OpenGrok 0.10, fixed on trunk: https://defect.opensolaris.org/bz/show_bug.cgi?id=18618 -- Knut Anders _______________________________________________ opengrok-discuss mailing list opengrok-discuss@opensolaris.org http://mail.opensolaris.org/mailman/listinfo/opengrok-discuss