Skip to:
Content

bbPress.org

Opened 6 years ago

Closed 5 years ago

#3239 closed defect (bug) (worksforme)

Memory exhaustion when binning reply in backend

Reported by: antipole's profile antipole Owned by:
Milestone: Priority: normal
Severity: normal Version: 2.5.14
Component: General Keywords:
Cc:

Description

If I bin a topic reply in the backend, I see unexpected memory exhaustion. This does not happen if I bin from the front end.

I have tested this with an absolute minimal system.

  • Only plugins active are bbPress and Error Log Monitor.
  • My bp-custom.php is zipped to deactivate it.
  • Theme Twenty Nineteen.

PHP error log shows:

Jan 04, 10:23:10
Fatal error: Allowed memory size of 331350016 bytes exhausted (tried to allocate 262144 bytes)
in <filepath>/wp-includes/load.php on line 684
 
Jan 04, 10:23:10
Fatal error: Allowed memory size of 331350016 bytes exhausted (tried to allocate 262144 bytes
 in <filepath>/wp-includes/post.php on line 643

The second error (listed first above) may be consequential on the post.php error.
Am I missing something, or is this a bug?

WP v5.0.2

Change History (2)

#1 @antipole
6 years ago

Not seeing this now, so may have been a temporary problem.

#2 @johnjamesjacoby
5 years ago

  • Milestone Awaiting Review deleted
  • Resolution set to worksforme
  • Status changed from new to closed
Note: See TracTickets for help on using tickets.