View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] |
ID | Project | Category | View Status | Date Submitted | Last Update |
0000073 | Rosetta | [All Projects] Bad Coding | public | 2012-08-16 10:01 | 2012-08-16 10:01 |
|
Reporter | fkamm | |
Assigned To | | |
Priority | normal | Severity | minor | Reproducibility | always |
Status | new | Resolution | open | |
Platform | All platforms | OS | Any | OS Version | Any |
Product Version | | |
Fixed in Version | | |
|
Summary | 0000073: SuperimposeMover: uninitialized class member variables |
Description | The class member variables ref_start_, ref_end_, target_start_ and target_end_ are uninitialized when being accessed by runtime_assert in the apply()-method. The assert will fail and the calling application will abort. |
Steps To Reproduce | Always when using the SuperimposeMover unless the variables have been explicitly set. |
Tags | No tags attached. |
|
Application(s) Affected | At least the score-app with -score_app:superimpose_to_native-flag set. |
Command Line Used | score.linuxgccrelease -in:file:native ... -in:file:silent ... -in:file:fullatom -out:output -out:file:silent ... -out:file:fullatom -score_app:superimpose_to_native -database ... |
Developer Options | |
Fixed in SVN Version | |
|
Attached Files | |
|