Anonymous | Login | 2024-10-11 13:31 CDT |
My View | View Issues |
View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||||||
0000094 | Rosetta | [All Projects] Crash | public | 2012-09-05 09:25 | 2012-09-06 08:15 | ||||||||
Reporter | smlewis | ||||||||||||
Assigned To | smlewis | ||||||||||||
Priority | normal | Severity | major | Reproducibility | sometimes | ||||||||
Status | new | Resolution | open | ||||||||||
Platform | OS | OS Version | |||||||||||
Product Version | Trunk | ||||||||||||
Fixed in Version | |||||||||||||
Summary | 0000094: oop_* integration tests did run on server, but not on some local machines - code suggest server should have crashed them | ||||||||||||
Description | As of SVN 50960, the oop_create and oop_dock_design integration tests do not run, but only on some copies of Rosetta. If they fail, they fail immediately; integration.py reports its usual > *** Test oop_dock_design did not run on host local_host! Check your --mode flag and paths. If you run the test manually, you see ERROR: PDBJobInputter is not known to the JobInputterFactory. Was it registered via a JobInputterRegistrator in one of the init.cc files (devel/init.cc or protocols/init.cc)? ERROR:: Exit from: src/protocols/jd2/JobInputterFactory.cc line: 81 This indicates a failure in factory load time registration. Indeed, the OOP executables call core::init instead of devel::init as they are supposed to. protocols::init is bypassed, so the job distributor is never set up, and it promptly crashes. Fixing core::init->devel::init fixes the bug (SVN 50961), but that doesn't explain why it wasn't failing on the server. This bug ticket is for figuring out why the server, etc. allowed the test to run when it was pretty clearly (by reading the code) destined to crash. | ||||||||||||
Tags | integration tests, oop, oops, server | ||||||||||||
Application(s) Affected | oop_create, oop_dock_design | ||||||||||||
Command Line Used | oop_create, oop_dock_design -s any_old_pdb.pdb | ||||||||||||
Developer Options | Confirmed As Bug | ||||||||||||
Fixed in SVN Version | |||||||||||||
Attached Files | |||||||||||||
Issue History | |||
Date Modified | Username | Field | Change |
2012-09-05 09:25 | smlewis | New Issue | |
2012-09-05 09:25 | smlewis | Status | new => assigned |
2012-09-05 09:25 | smlewis | Assigned To | => smlewis |
2012-09-05 09:25 | smlewis | Assigned To | smlewis => |
2012-09-05 09:25 | smlewis | Tag Attached: integration tests | |
2012-09-05 09:25 | smlewis | Tag Attached: oop | |
2012-09-05 09:25 | smlewis | Tag Attached: oops | |
2012-09-05 09:25 | smlewis | Tag Attached: server | |
2012-09-06 08:15 | smlewis | Assigned To | => smlewis |
2012-09-06 08:15 | smlewis | Status | assigned => new |
Copyright © 2000 - 2012 MantisBT Group |