Opened 8 years ago
Closed 8 years ago
#678 closed defect (fixed)
Multimodel PDB file crash
Reported by: | Tom Goddard | Owned by: | Eric Pettersen |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | Input/Output | Version: | |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Notify when closed: | Platform: | all | |
Project: | ChimeraX |
Description
Opening the attached multimodel PDB file and then closing all models causes a crash
open test.pdb coordset true
close
The trouble seems to be that the MODEL records for every model give model serial number 1 instead of incrementing. Changing the file to increment the MODEL number and it does not crash.
This file comes from an IMP hybrid modeling ensemble, nup84 IHM example. Although it is a bad file, we should give an error, or maybe accept it, and not crash.
Attachments (1)
Change History (2)
by , 8 years ago
comment:1 by , 8 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
Changed PDBio to assign unique model numbers in such cases