| View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] |
| ID | Project | Category | View Status | Date Submitted | Last Update |
| 0000274 | Rosetta | [All Projects] Crash | public | 2013-05-20 13:43 | 2013-05-20 13:43 |
|
| Reporter | rmoretti | |
| Assigned To | | |
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | new | Resolution | open | |
| Platform | | OS | | OS Version | |
| Product Version | | |
| Fixed in Version | | |
|
| Summary | 0000274: DesignRepackMover doesn't handle parsed minimize_rb correctly. |
| Description | In the parse_my_tag function of DesignRepackMover, if the minimize_rb option is set, it attempts to pass a single bool to min_rb(), which is expecting a vector of bools, one for each jump. Subsequent use results in an error because the vector isn't of the correct length. |
| Additional Information | hat tip to jarod for finding this https://www.rosettacommons.org/node/3291 [^]
The logic here is a bit flakey to begin with, as the number of jumps at parse time isn't necessarily going to be the number of jumps at apply time. |
| Tags | No tags attached. |
|
| Application(s) Affected | rosetta_scripts |
| Command Line Used | XMLs with any DesignRepackMover and minimize_rb options |
| Developer Options | |
| Fixed in SVN Version | |
|
| Attached Files | |
|