Ticket #313 (closed defect: worksforme)
Bookstore example - possible memory leak - apache crashes
| Reported by: | cameronmanderson@… | Owned by: | hans |
|---|---|---|---|
| Priority: | high | Milestone: | 1.2 |
| Component: | Runtime (PHP5) | Version: | 1.2.0 |
| Severity: | normal | Keywords: | memory leak |
| Cc: |
Description
I have downloaded and installed the latest stable generator using PEAR. I have chosen to include the runtime, creole and jargon as lib packages included into my application in deployment.
I am running Apache under the following thumbprint: Apache/2.2.0 (Win32) DAV/2 mod_ssl/2.2.0 OpenSSL/0.9.8a mod_autoindex_color PHP/5.1.1
I have followed the example by copying the bookstore example from the packaged source. I have updated to use mysql connection details for localhost.
Structure as follows:
index.php .settings/bookstore-conf.php WEB-INF/classes/bookstore/**/*.php WEB-INF/lib/creole/**/*.php WEB-INF/lib/jargon/**/*.php WEB-INF/lib/propel/**/*.php
Other observations: When I run it the first time it inserts happily into the database, when I hit refresh it hangs and I get the "Apache has crashed, send error?" windows message. If I hit cancel and my apache restarts I can hit refresh again, it inserts the record, then refresh again and it crashes.
