OCI8 XML/getClobVal leaks UGA memory
| Bug #43497 | OCI8 XML/getClobVal leaks UGA memory | ||||
|---|---|---|---|---|---|
| Submitted: | 2007-12-04 13:09 UTC | Modified: | 2008-01-16 13:30 UTC | ||
| From: | ghosh at q-one dot com | Assigned: | sixd (profile) | ||
| Status: | Closed | Package: | OCI8 related | ||
| PHP Version: | 5.2.5 | OS: | Linux 2.6.22-14-server | ||
| Private report: | No | CVE-ID: | None | ||
[2007-12-04 13:09 UTC] ghosh at q-one dot com
Description: ------------ There is a memory leaking when using the OCI8 interface and querying XML columns. Demo code available via the url below. This creates a table with an XML column and queries this column. UGA memory is leaking. This does not happen when doing the same directly via SQLPlus. Reproduce code: --------------- http://oberon.q-one-hosting.com/6648051.txt Expected result: ---------------- No UGA memory leaking Actual result: -------------- UGA memory going up. Table with temporary lobs filling up.
Patches
Pull Requests
History
AllCommentsChangesGit/SVN commits
[2007-12-20 18:04 UTC] ghosh at q-one dot com
[2007-12-27 21:44 UTC] sixd@php.net
[2007-12-29 22:37 UTC] ghosh at q-one dot com
[2008-01-06 20:42 UTC] tony2001@php.net
[2008-01-06 23:17 UTC] ghosh at q-one dot com
[2008-01-15 02:30 UTC] sixd@php.net
[2008-01-15 17:30 UTC] ghosh at q-one dot com
[2008-01-16 00:09 UTC] sixd@php.net
[2008-01-16 13:30 UTC] ghosh at q-one dot com