Open kcarlson opened 1 year ago
@kcarlson I'm not familer CVB software. It sounds strange the combination of middleware occurs crash. You mean the crash is not occreed when using 3.0.0-pre.1?
Yes, it's an obscure case. It's software for interacting with cameras using GigE Vision standards
Correct, I have no issues in standalone when using 3.0.0-pre.1
and as soons as i switch to 3.0.0-pre.2
it only breaks in standalone mode (still works in the editor). Also, if i remove the libwebrtc.so
from the standalone, everything works, expect of course webtrc.
@kcarlson Thank you for sharing details. As you said, I assume something related to the C++ ABI occurs this problem.
memo: WRS-460
You can try recompiling libwebrtc on your toolchain, the scripts are good.
Package version
3.0.0-pre.2
Environment
Steps To Reproduce
Cvb::DeviceFactory::Discover
Current Behavior
Crashes in standalone, works fine in editor. Standalone stack:
Expected Behavior
Standalone should work the same as editor.
This is an extreme edge case, just wondering what changed in that transition? I feel like there is some sort of dependency collision or possibly something related to the C++ ABI
Anything else?
Reverting to 3.0.0-pre.1, unfortunately we want to use render streaming, and only the latest works for us and points to the wrong version. Tried to get it to work with 3.0.0-pre.1 and was getting some issues, figured i'd ask here in case there was anything obvious i've missed. Thanks!