MantisBT - PyRosetta
View Issue Details
0000092PyRosetta[All Projects] Crashpublic2012-09-04 10:432012-09-04 13:36
cbohrson 
Sergey 
normalmajoralways
resolvedfixed 
All platformsAnyAny
 
[Rosetta] Trunk 
PyRosetta
n/a
Confirmed As Bug
50949
0000092: Seg fault when passing score function with custom scoreterm to MonteCarlo object
Summary says it all. The line:

mc_soln=MonteCarlo(pose,sfxn,kT_soln)

causes a segmentation fault when sfxn has a custom score term.

Applying sfxn to a pose returns the score correctly.


n/a
n/a
No tags attached.
Issue History
2012-09-04 10:43cbohrsonNew Issue
2012-09-04 10:53LabonteAssigned To => Sergey
2012-09-04 10:53LabonteStatusnew => assigned
2012-09-04 11:38SergeyNote Added: 0000088
2012-09-04 13:36SergeyDeveloper Options => Confirmed As Bug
2012-09-04 13:36SergeyFixed in SVN Version => 50949
2012-09-04 13:36SergeyNote Added: 0000089
2012-09-04 13:36SergeyStatusassigned => resolved
2012-09-04 13:36SergeyFixed in Version => Trunk
2012-09-04 13:36SergeyResolutionopen => fixed

Notes
(0000088)
Sergey   
2012-09-04 11:38   
Could you please post full source code that trigger this? In particular I am interested to see how exactly custom score term was defined.
(0000089)
Sergey   
2012-09-04 13:36   
Appear to be a memory problem in ScoreFunction.clone (OP <---> Python bridge). Fix committed at r50949.