Opened 15 years ago
Closed 15 years ago
#462 closed defect (fixed)
Memory leaks from database exceptions in QueryParser
Reported by: | Olly Betts | Owned by: | Olly Betts |
---|---|---|---|
Priority: | normal | Milestone: | 1.0.19 |
Component: | QueryParser | Version: | 1.1.4 |
Severity: | normal | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Operating System: | All |
Description
QueryParser calls methods on Database in some situations, and if this results in an exception (DatabaseModifiedError is the most likely case), this can result in memory leaks.
Mailing list discussion (with testcase):
http://article.gmane.org/gmane.comp.search.xapian.general/8223
Attachments (1)
Change History (4)
by , 15 years ago
comment:1 by , 15 years ago
comment:2 by , 15 years ago
Milestone: | 1.1.5 → 1.0.19 |
---|---|
Status: | new → assigned |
Fixed for trunk in r14282. Needs backporting (for flint) for 1.0.19.
comment:3 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
Testcase from mailing list