[ https://forge.continuent.org/jira/browse/CAROB-65?page=all ]
Gilles Rayrat resolved CAROB-65:
--------------------------------
Resolution: Fixed
Fix Version: V1.0 - full version
Call to cleanUpResults() was missing at the beginning of the function. It was
ok for executeUpdate and executeQuery
Please reopen if it still leaks...
> memory leak in statement::execute
> ---------------------------------
>
> Key: CAROB-65
> URL: https://forge.continuent.org/jira/browse/CAROB-65
> Project: Carob
> Type: Bug
> Components: C++ API
> Reporter: Zsolt Simon
> Assignee: Gilles Rayrat
> Priority: Critical
> Fix For: V1.0 - full version
>
>
> By creating a statement and calling execute("select * from table") several
> times one after another and if the table contains several rows (>10000) in
> short time carob will eat all the memory of the operating system.
> This is done, because the previous results was not released upon the
> execution.
> One possible solution to this problem could be, that if resultlist contains
> results, then call close() for releasing this results from memory.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://forge.continuent.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira
_______________________________________________
Carob mailing list
[email protected]
https://forge.continuent.org/mailman/listinfo/carob