Description: When running LO dev master (18/02/2025), I see this in a LLDB session, after loading an ODB file (embedded HSQLDB) and creating a new query using the Query UI designer. soffice[7702:179290] [CursorUI] ViewBridge to RemoteViewService Terminated: Error Domain=com.apple.ViewBridge Code=18 "(null)" UserInfo={com.apple.ViewBridge.error.hint=this process disconnected remote view controller -- benign unless unexpected, com.apple.ViewBridge.error.description=NSViewBridgeErrorCanceled} What is the ViewBridge, why is it trying to connect to a RemoteViewService, and is this expected behaviour ? For testers on other platforms, this message is specific to macOS. Steps to Reproduce: See above Actual Results: Warning produced that might relate to unexpected behaviour. Expected Results: Who knows ? Reproducible: Always User Profile Reset: Yes Additional Info: Version: 25.8.0.0.alpha0+ (AARCH64) / LibreOffice Community Build ID: 7e1282affdb4e132a6329f378d6379155968b689 CPU threads: 8; OS: macOS 15.2; UI render: Skia/Metal; VCL: osx Locale: fr-FR (fr_FR.UTF-8); UI: en-US Calc: threaded
ViewBridge and RemoteViewService aren't LibreOffice classes so they must be macOS internal classes. Looks like this is a common macOS Sequoia log message that many other applications are seeing: https://developer.apple.com/forums/thread/764235 Anyway, I cannot reproduce this log messages when running in a Terminal. But I noticed you are running macOS 15.2 but I am running macOS 15.3.1 so maybe Apple aren't fixed whatever bug generates this message: Version: 25.2.0.3 (AARCH64) / LibreOffice Community Build ID: e1cf4a87eb02d755bce1a01209907ea5ddc8f069 CPU threads: 8; OS: macOS 15.3.1; UI render: Skia/Metal; VCL: osx Locale: en-CA (en_CA.UTF-8); UI: en-US Calc: threaded
I've just upgraded to 15.3.1, but I was seeing this in a LLDB session, so it could be specific to that. I'll close this as NOTABUG.