[Biojava-dev] [Bug 2164] Restriction Mapper - Thread (or dual core cpu) problem
bugzilla-daemon at portal.open-bio.org
bugzilla-daemon at portal.open-bio.org
Wed Dec 13 14:06:05 UTC 2006
http://bugzilla.open-bio.org/show_bug.cgi?id=2164
------- Comment #1 from jguinney at gmail.com 2006-12-13 09:06 -------
The likely culprit is line 131 in RestrictionSiteFinder:
"target.createFeature(t);"
This is modifying ViewSequence, a class that is NOT thread safe. Should be
fairly easy to add code that synchronizes on the "target" object.
--
Configure bugmail: http://bugzilla.open-bio.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the biojava-dev
mailing list