View Issue Details

IDProjectCategoryView StatusLast Update
0009423mantisbtbugtrackerpublic2011-08-05 02:25
Reportermhartmann Assigned Toatrol  
PrioritynormalSeveritycrashReproducibilityalways
Status closedResolutionno change required 
PlatformLinux 
Product Version1.1.2 
Summary0009423: Mantis dies on listing bugreports
Description

Mantis crashes when I try to access the buglist. (view_all_bug_page.php)
After doing some debugging I found that the script is killed (no error message on the screen or in the logfile) when calling "debug_backtrace" from "db_query" (core/database_api.php).
The "trace" where the error occures:
...

  • core/column_api.php: print_column_status
  • core/prepare_api.php: prepare_user_name
  • core/user_api.php: user_get_name
  • core/user_api.php: user_cache_row
  • core/database_api.php: db_query

invoking debug_backtrace in this path also leads to a crash

TagsNo tags attached.

Activities

jreese

jreese

2008-07-21 09:55

reporter   ~0018626

I assume you have the XDebug extension installed for PHP? I've had the same issue, where Mantis' custom error-handler has troubles with XDebug when a fatal error occurs. Unfortunately, the only option is to either disable XDebug, or comment out the call to set_error_handler() in error_api.php to diagnose the real error.

blueray

blueray

2008-07-24 14:18

reporter   ~0018664

Besides that.
Did you have any addon module installed on apache ?
Such as mod-security.

I hear a lot this mod can cause many issues if not config it correctly.

atrol

atrol

2010-09-12 16:20

developer   ~0026690

mhartmann, you did not provide any feedback. I am resolving this issue as "no change required". Feel free to provide the requested feedback at a later time and to reopen the issue.