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

Dino crashes when sending or receiving files #1395

Closed
Epicalert opened this issue Mar 21, 2023 · 3 comments
Closed

Dino crashes when sending or receiving files #1395

Epicalert opened this issue Mar 21, 2023 · 3 comments
Labels
bug Causing malfunction, data loss and/or heavily degraded user experience 🖼️ File sharing Related to file sharing

Comments

@Epicalert
Copy link

Every time an image is sent or received, dino freezes and I have to manually send a SIGTERM to it. After restarting dino I can click on the file to download it and it works fine, until the next file is sent and it freezes again.

Dino version: 0.4.1 - Ilulissat
Operating system: Arch linux

stderr log:

(dino:19825): Adwaita-WARNING **: 18:39:49.193: Using GtkSettings:gtk-application-prefer-dark-theme with libadwaita is unsupported. Please use AdwStyleManager:color-scheme instead.

(dino:19825): Gtk-WARNING **: 18:39:49.713: No IM module matching GTK_IM_MODULE=fcitx found

(dino:19825): Gtk-CRITICAL **: 18:40:04.643: GtkGrid 0x55c5f770c020 reports a minimum height of 136, but minimum height for width of 1048576 is 336. Expect overlapping widgets.

(dino:19825): Gtk-CRITICAL **: 18:40:04.843: GtkGrid 0x55c5f770c020 reports a minimum height of 136, but minimum height for width of 1048576 is 336. Expect overlapping widgets.

(dino:19825): libsoup-WARNING **: 18:40:04.892: (../libsoup/libsoup/soup-session.c:334):soup_session_dispose: runtime check failed: (soup_connection_manager_get_num_conns (priv->conn_manager) == 0)

(dino:19825): libsoup-WARNING **: 18:40:04.892: (../libsoup/libsoup/soup-connection-manager.c:84):soup_host_free: runtime check failed: (host->conns == NULL)
@lorddavidiii
Copy link

Downgrading libsoup3 from 3.4.0-1 to 3.2.2-1 seems to fix the problem for me. (dino version: 0.4.1~git12.20230321.adb2b58b on Arch Linux)

@Epicalert
Copy link
Author

Epicalert commented Mar 22, 2023 via email

@lorddavidiii
Copy link

hm, I rebuild the dino-git aur package with the libsoup3 package 3.4.0-1 as I also thought, that this is a packaging issue, but this still crashes, so I build libsoup3 3.2.2-1 on my laptop and downgrade libsoup3 and then it don't craches anymore, without rebuiling dino-git again.

@mar-v-in mar-v-in added bug Causing malfunction, data loss and/or heavily degraded user experience 🖼️ File sharing Related to file sharing labels Mar 22, 2023
mar-v-in added a commit that referenced this issue Mar 22, 2023
mar-v-in added a commit that referenced this issue Mar 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Causing malfunction, data loss and/or heavily degraded user experience 🖼️ File sharing Related to file sharing
Projects
None yet
Development

No branches or pull requests

3 participants