Hi,
I've a few days ago that the tag generation crashes with Geany SVN. I just searched a little and figured out it is because documents_array isn't properly initialized when generating tags. Then as usual, there's a little patch!
Note that I added calls to finalize the initialized modules (filetypes and document), not sure why there wasn't there already -- even though the system would do that cleanup itself on exit but still.
Regards, Colomban
On Sat, 8 May 2010 15:51:46 +0200 (CEST), lists.ban@herbesfolles.org wrote:
Hi,
I've a few days ago that the tag generation crashes with Geany SVN. I just searched a little and figured out it is because documents_array isn't properly initialized when generating tags. Then as usual, there's a little patch!
Woo, thanks a lot. Applied, committed and happy!
Note that I added calls to finalize the initialized modules (filetypes and document), not sure why there wasn't there already -- even though the system would do that cleanup itself on exit but still.
Well, as you said, the system cleans up the mess anyway. On a normal exit, we do a quite strict cleanup. Probably we should do it on such early exists as well but OTOH, it's just not necessary. I don't mind, for consistency and clearity, we probably should.
Regards, Enrico
On Sat, 8 May 2010 15:51:46 +0200 (CEST), lists.ban@herbesfolles.org wrote:
Hi,
I've a few days ago that the tag generation crashes with Geany SVN. I just searched a little and figured out it is because documents_array isn't properly initialized when generating tags. Then as usual, there's a little patch!
Woo, thanks a lot. Applied, committed and happy!
No problem :) Oh, and sorry for the wrong style, I completely forgot to take care of it :/
Regards, Colomban