Skip to content
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

Tab crashing when moving task #2666

Open
baldrianbandit opened this issue Aug 29, 2024 · 14 comments
Open

Tab crashing when moving task #2666

baldrianbandit opened this issue Aug 29, 2024 · 14 comments

Comments

@baldrianbandit
Copy link

Steps to reproduce

  1. Create two tasks
  2. Create a subtask within one of them
  3. Move that subtask to the other task

Expected behavior

Subtask moved

Actual behaviour

Chrome tab crashing: Error code: RESULT_CODE_KILLED_BAD_MESSAGE

Tasks app version

0.16.1

CalDAV-clients used

No response

Browser

Chromium 128 Arch Linux / Chrome 128 Windows 10

Client operating system

No response

Server operating system

Arch Linux

Web server

None

Database engine version

None

PHP engine version

None

Nextcloud version

29.0.5-1

Updated from an older installed version or fresh install

None

List of activated apps

No response

Nextcloud configuration

No response

Web server error log

No response

Log file

No response

Browser log

No response

Additional info

I think this might be a Chrome issue - feel free to close. Other browsers tested and working fine: Firefox, Qutebrowser. Can somebody reproduce?

Might this relate? https://stackoverflow.com/questions/74714574/chrome-tab-breaks-with-result-code-killed-bad-message-when-service-worker-tries

@will-hut
Copy link

will-hut commented Sep 6, 2024

Getting the same issue here. Works fine on Firefox, crashes on Chrome and Edge.

Chrome log below:

[16832:17604:0905/200830.959:ERROR:validation_errors.cc(117)] Invalid message: VALIDATION_ERROR_DESERIALIZATION_FAILED [16832:17604:0905/200830.959:ERROR:render_process_host_impl.cc(5257)] Terminating render process for bad Mojo message: Received bad user message: Validation failed for blink.mojom.LocalFrameHost.74 [VALIDATION_ERROR_DESERIALIZATION_FAILED] [16832:17604:0905/200830.959:ERROR:bad_message.cc(29)] Terminating renderer for bad IPC message, reason 123 [16832:17604:0905/200831.117:ERROR:interface_endpoint_client.cc(722)] Message 802396188 rejected by interface blink.mojom.LocalFrameHost

@thiswillbeyourgithub
Copy link

Crashes on brave too (which isn't surprising as it's chromium based)

@dherzog90
Copy link

Crashes on brave too (which isn't surprising as it's chromium based)

can confirm issue on brave

@sidgames5
Copy link

I can confirm this on brave

@thiswillbeyourgithub
Copy link

It's unfortunately making the app pretty much useless for me. I'm happy with using planify but there's no webui

@JacobSussan
Copy link

Same issue, seems to be a VALIDATION_ERROR_DESERIALIZATION_FAILED error causing the renderer to abort.

[15256:11948:0912/110456.379:ERROR:validation_errors.cc(117)] Invalid message: VALIDATION_ERROR_DESERIALIZATION_FAILED [15256:11948:0912/110456.380:ERROR:render_process_host_impl.cc(5257)] Terminating render process for bad Mojo message: Received bad user message: Validation failed for blink.mojom.LocalFrameHost.74 [VALIDATION_ERROR_DESERIALIZATION_FAILED] [15256:11948:0912/110456.380:ERROR:bad_message.cc(29)] Terminating renderer for bad IPC message, reason 123 [15256:11948:0912/110456.380:ERROR:interface_endpoint_client.cc(722)] Message 1539770478 rejected by interface blink.mojom.LocalFrameHost

@joshtrichards joshtrichards changed the title Chrome: Tab crashing when moving task Tab crashing when moving task Sep 18, 2024
@frankmcc
Copy link

Can confirm - Works in Firefox - Chrome browsers broken.

@overholted
Copy link

Can confim. All above are correct. Trying to drag a task in Chrome, Edge or Vivaldi crashes browser window. Dragging works in Firefox, though. Tried on 3 different Windows computers. Problem exists on both NextCloud 27.1.3 on self-hosted, manually installed Ubuntu 20.04 server and 29.0.7 on an up-to-date Cloudron server. All plugins are updated.

I cleared my browser cache and cookies. Closed everything, restarted my computer.
I cleared some disk space on my Cloudron server and increased the memory available to the app.
I stopped and restarted the Cloudron container as well as both the servers.

@suly520
Copy link

suly520 commented Sep 19, 2024

i have the same problem with the tasks app on chrome. In the dev tools console of chrome there is an error regarding the css style maybe this is a part of the issue? Just a guess
image

Edit: Checked it on Firefox and there is no such error.

@wglp
Copy link

wglp commented Sep 25, 2024

like @suly520 I have 404 on 'tasks-Plus.css' and 'tasks-store.css' but not for 'task-main.css'.
Besides on the server:
./apps/tasks/css/Plus-CnHTUEFt.chunk.css
./apps/tasks/css/tasks-main.css
./apps/tasks/css/store-BZeWfrS_.chunk.css
Maybe a missing connection between the request URLs and those chunk files?

(Fails on Brave, not on Firefox)

@raimund-schluessler
Copy link
Member

I can confirm, that Chrome crashes directly after the drag started. I think this is a Chrome issue, as it used to work in the past. I will check how we can work around this.

@raimund-schluessler
Copy link
Member

i have the same problem with the tasks app on chrome. In the dev tools console of chrome there is an error regarding the css style maybe this is a part of the issue?

I think it is unlikely that this causes an issue. However, this problem was fixed in #2667 and will be included in the next release.

@wglp
Copy link

wglp commented Sep 26, 2024

I think it is unlikely that this causes an issue. However, this problem was fixed in #2667 and will be included in the next release.

Second that: Issue of crashing tab remains after I applyed those changes to my local copy. Just got rid of the 404 in network console.

@wglp
Copy link

wglp commented Sep 29, 2024

Did some tests with older versions of Chrome, seems it started to fail with versions > 128.x.x.x.
Last version which worked on my machine (macOS Sonoma) was 127.0.6533.100.
Also latest version 129.0.6668.71 shows "tasks" to fail.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests