Anonymous | Login | Signup for a new account | 12-17-2024 10:59 PST |
Main | My View | View Issues | Change Log | Docs |
Viewing Issue Simple Details [ Jump to Notes ] | [ View Advanced ] [ Issue History ] [ Print ] | ||||||||
ID | Category | Severity | Reproducibility | Date Submitted | Last Update | ||||
0002553 | [Quercus] | minor | always | 03-25-08 14:10 | 03-26-08 16:59 | ||||
Reporter | mo | View Status | public | ||||||
Assigned To | mo | ||||||||
Priority | normal | Resolution | fixed | ||||||
Status | closed | Product 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. |
||||||||
Additional Information | |||||||||
Attached Files | |||||||||
|
Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
30 total queries executed. 26 unique queries executed. |