https://defect.opensolaris.org/bz/show_bug.cgi?id=15994
--- Comment #19 from Lubos Kosco <lubos.ko...@sun.com> 2010-05-26 14:50:47 UTC --- (In reply to comment #17) > Created an attachment (id=4033) [details] > file producing Unexpected end of file this worked for me with ctags 5.8 it's actually a bit tricky, since if I remember correctly we fork ctags as daemon and pass text buffers with code to it it can happen that one of the files will trigger empty tags, but I guess one can ignore this, since it's a normal and expected message why is it printed then ? because there was a bug where we didn't consume this stderr buffer and it caused a deadlock on OS level, so now we consume this buffer and print it when done, this way one sees possible errors from ctags and can act upon them the unexpected end of file is a harmless one so I guess we're down to the weird ctags line number bug, I am going to rename this bug to fit this and disown it, since I don't have cycles to work it now :( -- Configure bugmail: https://defect.opensolaris.org/bz/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ opengrok-dev mailing list opengrok-dev@opensolaris.org http://mail.opensolaris.org/mailman/listinfo/opengrok-dev