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

Double free at startup on ubuntu 22.04. #754

Closed
17steen opened this issue Nov 25, 2024 · 1 comment
Closed

Double free at startup on ubuntu 22.04. #754

17steen opened this issue Nov 25, 2024 · 1 comment
Labels
triage An issue that needs confirmation and labeling

Comments

@17steen
Copy link

17steen commented Nov 25, 2024

Current Behavior

Crashes at startup after having opened the window for around one second.

flatpak run ca.andyholmes.Valent
11:28:51.2654 GLib-GIO: DEBUG: Using cross-namespace EXTERNAL authentication (this will deadlock if server is GDBus < 2.73.3)
11:28:51.2684 GLib-GIO: DEBUG: _g_io_module_get_default: Found default implementation gvfs (GDaemonVfs) for ‘gio-vfs’
11:28:51.2814 Adwaita: DEBUG: Setting org.freedesktop.appearance.contrast of type u not found
11:28:51.2826 Adwaita: DEBUG: Setting org.freedesktop.appearance.accent-color of type (ddd) not found
11:28:51.3016 GLib-GIO: DEBUG: _g_io_module_get_default: Found default implementation keyfile (GKeyfileSettingsBackend) for ‘gsettings-backend’
11:28:51.3022 GLib-GIO: DEBUG: _g_io_module_get_default: Found default implementation gnutls (GTlsBackendGnutls) for ‘gio-tls-backend’
11:28:51.3036 GLib-GIO: DEBUG: _g_io_module_get_default: Found default implementation portal (GNetworkMonitorPortal) for ‘gio-network-monitor’
11:28:51.3041 GLib-GIO: DEBUG: Using cross-namespace EXTERNAL authentication (this will deadlock if server is GDBus < 2.73.3)
11:28:51.3062 GLib-GIO: DEBUG: Using cross-namespace EXTERNAL authentication (this will deadlock if server is GDBus < 2.73.3)
11:28:52.0334 libportal: DEBUG: calling background
11:28:52.7633 Tracker: DEBUG: Current and DB locales match: 'fr_BE.UTF-8'
11:28:52.7834 Tracker: DEBUG: Current and DB locales match: 'fr_BE.UTF-8'
11:28:52.8065 Tracker: DEBUG: Current and DB locales match: 'fr_BE.UTF-8'
11:28:52.8166 valent-messages-adapter: WARNING: cursor_get_threads_cb(): database disk image is malformed
11:28:52.9305 valent-sms-device: WARNING: valent_sms_device_get_timestamp_cb(): database disk image is malformed
double free or corruption (fasttop)

Expected Behavior

I expect the program to startup normally.

Desktop

GNOME Shell

Other Desktop

No response

Operating System

Ubuntu 22.04

Installed from

Nightly Flatpak

Version

nightly

Devices

KDE Connect (Android)

Plugins

No response

Logs

flatpak run ca.andyholmes.Valent 
11:28:51.2654                       GLib-GIO:    DEBUG: Using cross-namespace EXTERNAL authentication (this will deadlock if server is GDBus < 2.73.3)
11:28:51.2684                       GLib-GIO:    DEBUG: _g_io_module_get_default: Found default implementation gvfs (GDaemonVfs) for ‘gio-vfs’
11:28:51.2814                        Adwaita:    DEBUG: Setting org.freedesktop.appearance.contrast of type u not found
11:28:51.2826                        Adwaita:    DEBUG: Setting org.freedesktop.appearance.accent-color of type (ddd) not found
11:28:51.3016                       GLib-GIO:    DEBUG: _g_io_module_get_default: Found default implementation keyfile (GKeyfileSettingsBackend) for ‘gsettings-backend’
11:28:51.3022                       GLib-GIO:    DEBUG: _g_io_module_get_default: Found default implementation gnutls (GTlsBackendGnutls) for ‘gio-tls-backend’
11:28:51.3036                       GLib-GIO:    DEBUG: _g_io_module_get_default: Found default implementation portal (GNetworkMonitorPortal) for ‘gio-network-monitor’
11:28:51.3041                       GLib-GIO:    DEBUG: Using cross-namespace EXTERNAL authentication (this will deadlock if server is GDBus < 2.73.3)
11:28:51.3062                       GLib-GIO:    DEBUG: Using cross-namespace EXTERNAL authentication (this will deadlock if server is GDBus < 2.73.3)
11:28:52.0334                      libportal:    DEBUG: calling background
11:28:52.7633                        Tracker:    DEBUG: Current and DB locales match: 'fr_BE.UTF-8'
11:28:52.7834                        Tracker:    DEBUG: Current and DB locales match: 'fr_BE.UTF-8'
11:28:52.8065                        Tracker:    DEBUG: Current and DB locales match: 'fr_BE.UTF-8'
11:28:52.8166        valent-messages-adapter:  WARNING: cursor_get_threads_cb(): database disk image is malformed
11:28:52.9305              valent-sms-device:  WARNING: valent_sms_device_get_timestamp_cb(): database disk image is malformed
double free or corruption (fasttop)

Screenshots

No response

@17steen 17steen added the triage An issue that needs confirmation and labeling label Nov 25, 2024
@andyholmes
Copy link
Owner

This is likely a duplicate of #742. Try clearing your cache in these cases, as the database format will change fairly often.

@17steen 17steen closed this as completed Nov 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
triage An issue that needs confirmation and labeling
Projects
None yet
Development

No branches or pull requests

2 participants