akira-kurogane / furigana-injector

Automatically exported from code.google.com/p/furigana-injector
2 stars 1 forks source link

Fix server crashes cause by memory leak #34

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Occasionally the furigana injector server process suddenly increases in 
memory, 1.5Gb+, causing the server to halt.

Will fix in current version of server (Apache module), or program a new one 
separate to Apache.

Original issue reported on code.google.com by akira%ya...@gtempaccount.com on 13 May 2010 at 9:44

GoogleCodeExporter commented 9 years ago
Found that the config hook in apache's module API was being called multiple 
times. The 
object initialization therein was leading to the leak.

Fixed.

Original comment by akira%ya...@gtempaccount.com on 25 May 2010 at 3:04