Mantis - Quercus
|
|||||
Viewing Issue Advanced Details | |||||
|
|||||
ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
2553 | minor | always | 03-25-08 14:10 | 03-26-08 16:59 | |
|
|||||
Reporter: | mo | Platform: | |||
Assigned To: | mo | OS: | |||
Priority: | normal | OS Version: | |||
Status: | closed | Product Version: | 3.1.6 | ||
Product Build: | Resolution: | fixed | |||
Projection: | none | ||||
ETA: | none | Fixed in Version: | 3.1.6 | ||
|
|||||
Summary: | 0002553: OutOfMemoryError in phpBB3 on database restore | ||||
Description: |
This is under WinXP with PhpBB 3.0.0. In the Admin Control Panel, create a database backup of all tables and store it with the gzip option selected. Then, do a restore operation after selecting the backup that was just created. This generates a OutOfMemoryError with the following stack: $module->load_active() $this->module->main() (functions_module.php) function main() (acp_database.php) On line 323, the fgetd function is invoked to parse the contents of the gzipped file. The JVM runs out of memory in the fgetd() function (also defined in acp_database.php). The file descriptor passed to this method was opened by bzopen(), so it is likely that the combination of the bzip file and the seek() operations in the fgetd() function are the cause of this error. A database backup/restore in plain text (not gzip) works as expected. |
||||
Steps To Reproduce: | |||||
Additional Information: | |||||
Relationships | |||||
Attached Files: |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|