View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0009008 | mantisbt | integration | public | 2008-03-25 20:12 | 2009-01-15 11:27 |
| Reporter | catunda | Assigned To | grangeway | ||
| Priority | normal | Severity | crash | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Platform | Linux PHP 5.2.3 | ||||
| Product Version | 1.1.1 | ||||
| Target Version | 1.1.3 | Fixed in Version | 1.2.0a3 | ||
| Summary | 0009008: Segmentation Fault in core/checkin.php | ||||
| Description | When a call checkin.php at svn integration the segmentation fault appear :(. I guess it is a PHP bug. In custom_function_api.php arount 112 line We can see the following call: bugnote_add( $p_issue_id, $p_comment, 0, VS_PRIVATE == config_get( 'source_control_notes_view_status' ) ); PHP lost when pass this kind of parameter: VS_PRIVATE == config_get( 'source_control_notes_view_status' ) | ||||
| Additional Information | The following patch will work around this problem: --- mantis.orig/mantis-1.1.1/core/custom_function_api.php 2007-10-13 15:36:41.000000000 -0700
| ||||
| Tags | patch | ||||
|
Reminder sent to: jreese John, this is an easy target and looks like safe to introduce also for 1.1 I'd fix this unless your work for the SCM integration plugins is going to supersede the whole thing |
|
|
Might as well fix it in both, considering that 1.1 won't have plugins, and my source control integration likely won't be included with Mantis by default. Might as well just keep the existing functionality for those who don't need anything more. |
|
|
I agree that we should fix this issue. I've targeted it to 1.1.x. |
|
|
Fixed in GIT trunk |
|