Bug 165314 - ViewBridge to RemoteViewService Terminated
Summary: ViewBridge to RemoteViewService Terminated
Status: RESOLVED NOTABUG
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: LibreOffice (show other bugs)
Version:
(earliest affected)
25.8.0.0 alpha0+
Hardware: ARM macOS (All)
: medium normal
Assignee: Not Assigned
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-02-18 11:16 UTC by Alex Thurgood
Modified: 2025-02-20 11:08 UTC (History)
0 users

See Also:
Crash report or crash signature:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alex Thurgood 2025-02-18 11:16:01 UTC
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
Comment 1 Patrick (volunteer) 2025-02-18 22:34:49 UTC
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
Comment 2 Alex Thurgood 2025-02-20 11:08:51 UTC
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.