-
Notifications
You must be signed in to change notification settings - Fork 801
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: macOS Nextcloud Finder extension is still crashing regularly, causing right-click menu to stop working #4459
Comments
Quick update: just got another crash that happened while Nextcloud was idle and in the background. There was a little bit of activity in my synced folder, with a single file being updated once a minute. Other than that, I wasn't interacting with the app at all, nor using the Finder. Crash log attached |
I'm having exactly the same bug since I upgraded to 3.5.0. Running on MacOS 10.13 |
I've the same issue on an Intel mac while on an Apple Silicon mac it does not crash. (Both run macOS 12.3.1 connecting to the same server). This is new with version 3.5. |
After looking at the crashlog and the source code of the crash it is obvious that the crash happens because the macOS API |
Came here to report same random crashes:
Issue began immediately after upgrade to 3.5.0. Can trigger the same crash at will with following procedure:
[click here for crash summary details]Process: FinderSyncExt [98495] Date/Time: 2022-05-10 12:41:34.044 -0700 Sleep/Wake UUID: D8123D1F-226F-4050-9EB1-AA0F053E7600 Time Awake Since Boot: 180000 seconds System Integrity Protection: enabled Crashed Thread: 2 Dispatch queue: localSocketQueue Exception Type: EXC_BAD_INSTRUCTION (SIGILL) Termination Signal: Illegal instruction: 4 Application Specific Information: |
Hey all, I have been unable to reproduce the issue on my machine but looking at the stack traces it seems @scheffle is most likely right. I've opened #4520 which ensures that Thanks @scheffle for highlighting the core of the issue and thanks all for your reports, I hope we can release the next bugfix release of the client to you all soon :) |
I'm afraid this crash isn't quite fixed yet. I'm still getting regular crashes in v3.5.1 (specifically 3.5.1git build 10326). I have several crash logs, though they all have the same stack trace so I'm attaching just the latest one. Can we reopen this issue? |
Looks like we are deallocating the dispatch source before |
I'm getting the same issue too, but with v3.5.4. The right-click context menu just stops working until I restart Nextcloud. I'll note that I've been having this issue with Nextcloud for as long as I've been using it (so a few years now), and alas it doesn't seem to be fixed even after the Finder extension was revamped. There are no crashlogs I can send this time. |
Still an issue with v3.14.3 and it's not just annoying but breaks the sync mechanism. After the error occurs the Nextcloud Desktop Client is no longer able to sync files that have been changed. I have to close and restart the app before changes are synced again. This should be fixed urgently..!! |
Bug description
This is a follow up to #4277
I am running Nextcloud Desktop 3.5.0 RC3 as it contains changes to how it handles its Finder integration in macOS, which I had hoped fixed #4277. However, it has not:
On a regular basis, sometimes multiple times per day, Nextcloud's Finder extension will crash, causing the right-click menu to stop working. In order to get Finder integration working again, I need to restart Nextcloud.
Fortunately and unlike previous crashes with version 3.4.x, when this occurs, a dialog box will appear informing that the extension has crashed, allowing me to get at a crash report.
Among the crash reports, there are two unique stack traces. I have attached four recent crash logs, two for each unique crash, to this report.
Crashes: Nextcloud_Desktop_3.5.0RC3_FinderSyncExt_crashes.zip
Steps to reproduce
Unfortunately I have found no consistent way to trigger this crash, but will update if I find one.
Expected behavior
Obviously the Finder extension should not crash.
Which files are affected by this bug
N/A
Operating system
Mac OS
Which version of the operating system you are running.
macOS 10.14.6
Package
Other
Nextcloud Server version
22.2.3
Is this bug present after an update or on a fresh install?
Updated to a major version (ex. 3.3.6 to 3.4.0)
Are you using the Nextcloud Server Encryption module?
Encryption is Disabled
Are you using an external user-backend?
Nextcloud Server logs
Additional info
No response
The text was updated successfully, but these errors were encountered: