Page MenuHomePhabricator

Ultrasound module crashes randomly on release 2014-03 while using the Telemed device
Closed, ResolvedPublic

Description

The problem occurs in the Telemed sub-module. Hence it is different to the already resolved T14630.

It could only reproduced in release mode for now, but it seems to be a problem of concurrent image access in the USTelemedScanConverterPlugin and USTelemedImageSource. This access is guarded by ImageAccessors, but they may not work as expected.

Event Timeline

User wintersa has pushed new remote branch:

bug-17782-telemed-ultrasound-crashes

[38a12a]: Merge branch 'bug-17782-telemed-ultrasound-crashes'

Merged commits:

2014-05-12 17:10:54 Adrian Winterstein [9ce434]
Mutex for accessing the image in the telemed image source.


2014-05-12 17:08:18 Adrian Winterstein [2c5d12]
Mutex (instead of image write accessor) for the image access in the telemed scan converter plugin.


2014-05-12 17:06:16 Adrian Winterstein [602dd8]
The actual release of the plugin should be done by the caller of SetScanConverterPlugin().


2014-05-12 16:59:07 Adrian Winterstein [fee2a8]
Create and connect scan converter plugin only if the usg data view was changed.