View Issue Details

IDProjectCategoryView StatusLast Update
0017490mantisbtbugtrackerpublic2014-11-07 02:14
Reportersyncguru Assigned Todregad  
PrioritynormalSeverityblockReproducibilityalways
Status closedResolutionno change required 
Product Version1.3.0-beta.1 
Summary0017490: Click Manage Configuration produces blank page
Description

Using mantisbt/bugs test database, do the following:

  1. Select all projects
  2. Click on Manage -> Manage Configuration

This seems to work fine with some projects and on a fresh databases but with the scenario above it always fails.

TagsNo tags attached.

Relationships

related to 0015411 closeddregad Huge memory consumption for print_user_option_list() 

Activities

dregad

dregad

2014-07-07 08:14

developer   ~0040890

Last edited: 2014-07-07 08:25

This is a memory issue. You'll notice it also occurs when editing issues.

What happens is that PHP crashes when building the user selection list, as it's unable to allocate enough memory to load the users (there's 25K+ users on this tracker). See 0015411

At the moment, the only workaround is to increase available memory; for a long-term fix, we should build a smarter UI... I believe that a selection list with more than 100 entries is pretty much useless, I was thinking about implementing a text field with some dynamic filtering ajax but never got around to it.

vboctor

vboctor

2014-10-26 04:00

manager   ~0041669

I did chat with @syncguru about this and indeed it turned out to be a memory issue.