You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@apr.apache.org by bu...@apache.org on 2012/01/29 08:44:38 UTC

DO NOT REPLY [Bug 52528] apr_dbd_get_driver doesn't clean up nice when failing to load a module

https://issues.apache.org/bugzilla/show_bug.cgi?id=52528

Bojan Smojver <bo...@rexursive.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         OS/Version|                            |All

--- Comment #1 from Bojan Smojver <bo...@rexursive.com> 2012-01-29 07:44:38 UTC ---
It's not surprising, to be honest. We use a global pool for DSOs and there is
some memory allocation from that pool that is done every time a DSO is being
loaded. After DSO has been picked up once successfully, it will be picked up
again from a hash (ergo, no allocation), but if it was not loaded successfully,
the next attempt may allocate more bytes from global dso pool and so on.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@apr.apache.org
For additional commands, e-mail: bugs-help@apr.apache.org