Difference between revisions of "Developer Meetings/20121016"

From Slicer Wiki
Jump to: navigation, search
(Created page with 'Attendees: == To discuss == == Conclusion ==')
 
 
(13 intermediate revisions by the same user not shown)
Line 2: Line 2:
  
 
== To discuss ==
 
== To discuss ==
 +
* Release candidate
 +
* Is there any outstanding issue preventing us from cutting release candidate one ?
 +
** http://tinyurl.com/bsobzbe
  
 
== Conclusion ==
 
== 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.
 +
* 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".
 +
** [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 < 20121016

Attendees:

To discuss

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.
  • 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.