View Issue Details

IDProjectCategoryView StatusLast Update
0011048mantisbtpreferencespublic2010-07-29 10:16
Reporterrombert Assigned Todhx  
PrioritynormalSeverityblockReproducibilityalways
Status closedResolutionunable to reproduce 
Product Version1.2.0rc2 
Summary0011048: Segmentation fault when accessing preferences page
Description

After migrating a Mantis installation from 1.1.0 to 1.2.0rc2, I am unable to access the preferences page.

The Apache error log shows:

[Thu Oct 15 15:07:50 2009] [notice] child pid 12729 exit signal Segmentation fault (11)

PHP version: 5.3.0
Apache version: 2.0.52

TagsNo tags attached.

Activities

vboctor

vboctor

2009-10-17 12:46

manager   ~0023227

  1. Is this always happening?
  2. Can you try with PHP 5.2.x?
rombert

rombert

2009-10-21 05:18

reporter   ~0023265

  1. Yes, this happens every time, tested with 2 different users.
  2. PHP 5.2.x works fine.
dhx

dhx

2009-10-26 08:18

reporter   ~0023337

Not even Gentoo is touching PHP 5.3.0 because it's considered too buggy even by Gentoo Unstable standards. See https://bugs.gentoo.org/show_bug.cgi?id=274512

Segmentation faults sound like internal bugs within PHP 5.3.0 rather than Mantis bugs that have magically been exposed with the newer version of PHP. There are a few ways Mantis could crash PHP... namely stack overflows... but I would have expected such bugs to also impact PHP 5.2 as well.

vboctor

vboctor

2009-10-27 03:53

manager   ~0023390

Are we planning to close this as no-change-required?