Difference between revisions of "Developer Meetings/20121016"
From Slicer Wiki
m (→Conclusion) |
m (→Conclusion) |
||
(5 intermediate revisions by the same user not shown) | |||
Line 12: | Line 12: | ||
** Complex DTI scene of Sonia does NOT make Slicer crash anymore :) but it is still very slow. | ** Complex DTI scene of Sonia does NOT make Slicer crash anymore :) but it is still very slow. | ||
* Steve: | * Steve: | ||
− | ** Based on profiling result, qMRMLSceneModel seems to cause performance issue. | + | ** Based on profiling result, qMRMLSceneModel seems to cause performance issue. We should either rebuild/call it less often or optimize it. |
− | * [http://www.na-mic.org/Bug/view.php?id=2378 #2378] - Probably fixed. Need to confirm | + | * Reviewed, commented and ping the developer of the issue targeted for 4.2 and having severity "crash". |
− | * Render windows failed to update part of it after a windows have been overlayed on the top | + | ** [http://www.na-mic.org/Bug/view.php?id=2378 #2378] - Probably fixed. Need to confirm |
+ | * Discussed crash related with annotation. Probably a problem following the creation of DisplayableManager and Logic library ? Jc will have a look | ||
+ | * Render windows failed to update part of it after a windows have been overlayed on the top. See [http://na-mic.org/Bug/view.php?id=2630 #2630] | ||
+ | * Looked at the list of failing test on windows. | ||
+ | * Michael: How should we represent a module that start a long running thread? | ||
+ | ** Steve: Could look at what is done in the DICOM listener module. |
Latest revision as of 21:13, 16 October 2012
Home < Developer Meetings < 20121016Attendees:
To discuss
- Release candidate
- Is there any outstanding issue preventing us from cutting release candidate one ?
Conclusion
- Ron discussed:
- issue related to SlicerRT and DICOM:
- Nightly build -> Install SlicerRD -> Load DICOM -> It hangs
- Complex DTI scene of Sonia does NOT make Slicer crash anymore :) but it is still very slow.
- issue related to SlicerRT and DICOM:
- Steve:
- Based on profiling result, qMRMLSceneModel seems to cause performance issue. We should either rebuild/call it less often or optimize it.
- Reviewed, commented and ping the developer of the issue targeted for 4.2 and having severity "crash".
- #2378 - Probably fixed. Need to confirm
- Discussed crash related with annotation. Probably a problem following the creation of DisplayableManager and Logic library ? Jc will have a look
- Render windows failed to update part of it after a windows have been overlayed on the top. See #2630
- Looked at the list of failing test on windows.
- Michael: How should we represent a module that start a long running thread?
- Steve: Could look at what is done in the DICOM listener module.