View Issue Details

IDProjectCategoryView StatusLast Update
0005695mantisbtbugtrackerpublic2005-07-23 02:12
Reportermorganparry Assigned Tograngeway  
PrioritynormalSeveritycrashReproducibilityalways
Status closedResolutionno change required 
Product Version0.19.0 
Summary0005695: Long pre sections cause crashes in string_nl2br()
Description

We're running Apache v2.0.53, PHP v4.3.11 and MySQL v4.1.10. Attempting to view a bug containing very long sections of text inside pre tags appears to cause a crash in string_nl2br(), during one of the regular expression calls.

The section of text in our case was around 940 characters long, over about 30 lines.

TagsNo tags attached.

Relationships

related to 0005694 closedgrangeway Long URLs cause crashes in string_insert_hrefs() 
child of 0005460 closedvboctor Critical Issues to Fix for Mantis 1.0.0 Release 

Activities

morganparry

morganparry

2005-06-01 10:09

reporter   ~0010320

This is related to 0005694.

Replacing the relevant section of code with the latest CVS version either did not fix the problem or was identical anyway.

thraxisp

thraxisp

2005-06-03 15:41

reporter   ~0010355

What was the error message?

morganparry

morganparry

2005-06-06 04:51

reporter   ~0010367

There was no error message, Apache just crashed. Exactly the same symptoms and setup as 0005694.

morganparry

morganparry

2005-06-23 06:44

reporter   ~0010616

Upgrading to PHP v5.0.4 fixed this.

grangeway

grangeway

2005-07-16 13:31

reporter   ~0010813

I think for now, this can be closed. It's only ever been reported once, and looks like it's a php issue which does not exist in latest php versoins.