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

MozillaVPN is not compatible with Qt 6.8 #9966

Open
XavierCLL opened this issue Oct 17, 2024 · 7 comments · Fixed by #9961
Open

MozillaVPN is not compatible with Qt 6.8 #9966

XavierCLL opened this issue Oct 17, 2024 · 7 comments · Fixed by #9961
Assignees
Labels
bug Something isn't working

Comments

@XavierCLL
Copy link

Describe the bug
MozillaVPN is not compatible with Qt 6.8

VPN version:
2.24.1

Affected Platforms:
Tested in Archlinux with rustup, PKGBUILD: https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=mozillavpn

Actual result:

/run/media/xavier/Xavier-ext4/ArchLinux/AUR-packages/mozillavpn/src/mozillavpn-2.24.1/src/platforms/linux/daemon/dbustypeslinux.h:49:26: error: ‘qsizetype QByteArray::count() const’ is deprecated: Use size() or length() instead. [-Werror=deprecated-declarations]
   49 |     } else if (data.count() >= 4) {
      |                ~~~~~~~~~~^~
In file included from /usr/include/qt6/QtCore/qmetatype.h:11,
                 from /usr/include/qt6/QtDBus/qtdbusglobal.h:8,
                 from /usr/include/qt6/QtDBus/qdbuscontext.h:7,
                 from /usr/include/qt6/QtDBus/QDBusContext:1,
                 from /run/media/xavier/Xavier-ext4/ArchLinux/AUR-packages/mozillavpn/src/mozillavpn-2.24.1/src/platforms/linux/daemon/dbusservice.h:8:
/usr/include/qt6/QtCore/qbytearray.h:501:22: note: declared here
  501 |     inline qsizetype count() const noexcept { return size(); }
      |                      ^~~~~
In file included from /run/media/xavier/Xavier-ext4/ArchLinux/AUR-packages/mozillavpn/src/mozillavpn-2.24.1/src/platforms/linux/daemon/dnsutilslinux.h:12,
                 from /run/media/xavier/Xavier-ext4/ArchLinux/AUR-packages/mozillavpn/src/mozillavpn-2.24.1/src/platforms/linux/daemon/dnsutilslinux.cpp:5:
/run/media/xavier/Xavier-ext4/ArchLinux/AUR-packages/mozillavpn/src/mozillavpn-2.24.1/src/platforms/linux/daemon/dbustypeslinux.h: In function ‘const QDBusArgument& operator>>(const QDBusArgument&, DnsResolver&)’:
/run/media/xavier/Xavier-ext4/ArchLinux/AUR-packages/mozillavpn/src/mozillavpn-2.24.1/src/platforms/linux/daemon/dbustypeslinux.h:49:26: error: ‘qsizetype QByteArray::count() const’ is deprecated: Use size() or length() instead. [-Werror=deprecated-declarations]
   49 |     } else if (data.count() >= 4) {
      |                ~~~~~~~~~~^~
In file included from /usr/include/qt6/QtCore/qmetatype.h:11,
                 from /usr/include/qt6/QtDBus/qtdbusglobal.h:8,
                 from /usr/include/qt6/QtDBus/qdbusinterface.h:7,
                 from /usr/include/qt6/QtDBus/QDBusInterface:1,
                 from /run/media/xavier/Xavier-ext4/ArchLinux/AUR-packages/mozillavpn/src/mozillavpn-2.24.1/src/platforms/linux/daemon/dnsutilslinux.h:8:
/usr/include/qt6/QtCore/qbytearray.h:501:22: note: declared here
  501 |     inline qsizetype count() const noexcept { return size(); }
      |                      ^~~~~
[ 84%] Building CXX object src/CMakeFiles/mozillavpn.dir/addons/addon.cpp.o
In file included from /run/media/xavier/Xavier-ext4/ArchLinux/AUR-packages/mozillavpn/src/mozillavpn-2.24.1/src/platforms/linux/daemon/dnsutilslinux.h:12,
                 from /run/media/xavier/Xavier-ext4/ArchLinux/AUR-packages/mozillavpn/src/mozillavpn-2.24.1/src/platforms/linux/daemon/dbusservice.h:13,
                 from /run/media/xavier/Xavier-ext4/ArchLinux/AUR-packages/mozillavpn/src/build/src/dbus_adaptor.h:17,
                 from /run/media/xavier/Xavier-ext4/ArchLinux/AUR-packages/mozillavpn/src/build/src/dbus_adaptor.cpp:11:
/run/media/xavier/Xavier-ext4/ArchLinux/AUR-packages/mozillavpn/src/mozillavpn-2.24.1/src/platforms/linux/daemon/dbustypeslinux.h: In function ‘const QDBusArgument& operator>>(const QDBusArgument&, DnsResolver&)’:
/run/media/xavier/Xavier-ext4/ArchLinux/AUR-packages/mozillavpn/src/mozillavpn-2.24.1/src/platforms/linux/daemon/dbustypeslinux.h:49:26: error: ‘qsizetype QByteArray::count() const’ is deprecated: Use size() or length() instead. [-Werror=deprecated-declarations]
   49 |     } else if (data.count() >= 4) {
      |                ~~~~~~~~~~^~
In file included from /usr/include/qt6/QtCore/qstringview.h:10,
                 from /usr/include/qt6/QtCore/qchar.h:660,
                 from /usr/include/qt6/QtCore/qstring.h:14,
                 from /usr/include/qt6/QtCore/qobject.h:11,
                 from /usr/include/qt6/QtCore/QObject:1,
                 from /run/media/xavier/Xavier-ext4/ArchLinux/AUR-packages/mozillavpn/src/build/src/dbus_adaptor.h:15:
/usr/include/qt6/QtCore/qbytearray.h:501:22: note: declared here
  501 |     inline qsizetype count() const noexcept { return size(); }
      |                      ^~~~~
In file included from /run/media/xavier/Xavier-ext4/ArchLinux/AUR-packages/mozillavpn/src/mozillavpn-2.24.1/src/platforms/linux/daemon/apptracker.cpp:15:
/run/media/xavier/Xavier-ext4/ArchLinux/AUR-packages/mozillavpn/src/mozillavpn-2.24.1/src/platforms/linux/daemon/dbustypeslinux.h: In function ‘const QDBusArgument& operator>>(const QDBusArgument&, DnsResolver&)’:
/run/media/xavier/Xavier-ext4/ArchLinux/AUR-packages/mozillavpn/src/mozillavpn-2.24.1/src/platforms/linux/daemon/dbustypeslinux.h:49:26: error: ‘qsizetype QByteArray::count() const’ is deprecated: Use size() or length() instead. [-Werror=deprecated-declarations]
   49 |     } else if (data.count() >= 4) {
      |                ~~~~~~~~~~^~
In file included from /usr/include/qt6/QtCore/qstringview.h:10,
                 from /usr/include/qt6/QtCore/qchar.h:660,
                 from /usr/include/qt6/QtCore/qstring.h:14,
                 from /usr/include/qt6/QtCore/qobject.h:11,
                 from /usr/include/qt6/QtCore/qfilesystemwatcher.h:7,
                 from /usr/include/qt6/QtCore/QFileSystemWatcher:1,
                 from /run/media/xavier/Xavier-ext4/ArchLinux/AUR-packages/mozillavpn/src/mozillavpn-2.24.1/src/platforms/linux/daemon/apptracker.h:8,
                 from /run/media/xavier/Xavier-ext4/ArchLinux/AUR-packages/mozillavpn/src/mozillavpn-2.24.1/src/platforms/linux/daemon/apptracker.cpp:5:
/usr/include/qt6/QtCore/qbytearray.h:501:22: note: declared here
  501 |     inline qsizetype count() const noexcept { return size(); }
      |                      ^~~~~
/run/media/xavier/Xavier-ext4/ArchLinux/AUR-packages/mozillavpn/src/mozillavpn-2.24.1/src/platforms/linux/daemon/apptracker.cpp: In member function ‘void AppTracker::userCreated(uint, const QString&)’:
/run/media/xavier/Xavier-ext4/ArchLinux/AUR-packages/mozillavpn/src/mozillavpn-2.24.1/src/platforms/linux/daemon/apptracker.cpp:73:42: error: ‘QVariant::Type QVariant::type() const’ is deprecated: Use typeId() or metaType(). [-Werror=deprecated-declarations]
   73 |   if (!m_cgroupMount.isEmpty() && qv.type() == QVariant::String) {
      |                                   ~~~~~~~^~
In file included from /usr/include/qt6/QtDBus/qtdbusglobal.h:9,
                 from /usr/include/qt6/QtDBus/qdbusconnection.h:8,
                 from /usr/include/qt6/QtDBus/QDBusConnection:1,
                 from /run/media/xavier/Xavier-ext4/ArchLinux/AUR-packages/mozillavpn/src/mozillavpn-2.24.1/src/platforms/linux/daemon/apptracker.cpp:9:
@XavierCLL XavierCLL added the bug Something isn't working label Oct 17, 2024
@xiota
Copy link

xiota commented Oct 17, 2024

Confirmed 53dc6b5 is affected. Possibly related #9961

@TechScribe-Deaf
Copy link

Can I just add that for packaging source code release, can we just disable any and all flags that treats warning as error?

Not all compiler is the same, not everyone use GCC and everyone's platform is different and therefore can trigger different warnings outside of your build system. It's rather frustrating and I had to stop not only this project from doing this, but also at least 30 other projects where I had to modify GCC and Clang to remove this option for treating warning as error.

@xiota
Copy link

xiota commented Oct 19, 2024

Build succeeds when built with -Wno-error=deprecated-declarations. However, there have been reports of segfault.

@Inky19
Copy link

Inky19 commented Oct 21, 2024

Hi, I'm one of the people who've had a segfault since upgrading to Qt 6.8 / KDE 6.2.1: on all my Arch installations, the GUI starts and then crashes (2.24.1). I've tried reinstalling from AUR (removing all -Werror to be able to compile) and even using 2.24.2, but the problem still occurs.

I don't know if this should be considered a different issue since it may or may not be related to the compilation issues with Qt6.8. I can open another issue if necessary.

I recompiled 2.24.1 with cmake using -DCMAKE_BUILD_TYPE=Debug
Here is the result of running mozillavpn with gdb (I was not authenticated and the crash occurs when I click on the “already a subscriber ?” button:

Click to expand log

[New Thread 0x7ffff12006c0 (LWP 86642)]
[New Thread 0x7fffa5e006c0 (LWP 86643)]
[New Thread 0x7fffa54006c0 (LWP 86644)]
[New Thread 0x7fffa4a006c0 (LWP 86645)]
[New Thread 0x7fff9fe006c0 (LWP 86646)]
[New Thread 0x7fff9f4006c0 (LWP 86647)]
[New Thread 0x7fff9ea006c0 (LWP 86648)]
[21.10.2024 01:25:24.818] (LogHandler) Debug: Log file: /home/inky19/.local/share/mozillavpn.log
[21.10.2024 01:25:24.818] (CryptoSettings) Info: Creating CryptoSettings
[New Thread 0x7fff9e0006c0 (LWP 86649)]
QDBusArgument: write from a read-only object
[New Thread 0x7fff9d6006c0 (LWP 86650)]
[New Thread 0x7fff9cc006c0 (LWP 86651)]
[New Thread 0x7fff93e006c0 (LWP 86652)]
[New Thread 0x7fff934006c0 (LWP 86653)]
[21.10.2024 01:25:24.837] (SettingsManager) Debug: Initializing SettingsManager
[21.10.2024 01:25:24.837] (SettingsHolder) Debug: Initializing SettingsHolder
[New Thread 0x7fff87e006c0 (LWP 86654)]
[New Thread 0x7fff874006c0 (LWP 86655)]
[New Thread 0x7fff7be006c0 (LWP 86656)]
[New Thread 0x7fff7b4006c0 (LWP 86657)]
[New Thread 0x7fff7aa006c0 (LWP 86658)]
[New Thread 0x7fff7a0006c0 (LWP 86659)]
[New Thread 0x7fff796006c0 (LWP 86660)]
[New Thread 0x7fff78c006c0 (LWP 86661)]
[Thread 0x7fff78c006c0 (LWP 86661) exited]
[Thread 0x7fff796006c0 (LWP 86660) exited]
[Thread 0x7fff7a0006c0 (LWP 86659) exited]
[Thread 0x7fff7aa006c0 (LWP 86658) exited]
[21.10.2024 01:25:27.746] (Localizer) Debug: Language excluded: bg completeness: 0
[21.10.2024 01:25:27.746] (Localizer) Debug: Language excluded: fa completeness: 0
[21.10.2024 01:25:27.746] (Localizer) Debug: Language excluded: oc completeness: 0
[21.10.2024 01:25:27.746] (Localizer) Debug: Supported languages: [co,cs,cy,da,de,dsb,el,en,en_CA,en_GB,es_AR,es_CL,es_ES,es_MX,fi,fr,fy_NL,hsb,hu,ia,id,is,it,ja,lo,nl,pa_IN,pl,pt_BR,pt_PT,ru,sk,sl,sq,sv_SE,tr,uk,zh_CN,zh_TW]
[21.10.2024 01:25:27.746] (Localizer) Debug: System language codes: [en-US,en-Latn-US,en]
[21.10.2024 01:25:27.746] (Localizer) Debug: System language code: en
[21.10.2024 01:25:27.746] (Localizer) Debug: Loading language:
[New Thread 0x7fff7aa006c0 (LWP 86662)]
[21.10.2024 01:25:27.747] (Telemetry) Info: Start performance.time_to_main_screen timer
[21.10.2024 01:25:27.747] (IpAddressLookup) Debug: Resetting the data
[21.10.2024 01:25:27.747] (MozillaVPN) Debug: Creating MozillaVPN singleton
[21.10.2024 01:25:27.747] (Feature) Debug: Initializing feature accountDeletion
[21.10.2024 01:25:27.747] (Feature) Debug: Initializing feature addonSignature
[21.10.2024 01:25:27.747] (Feature) Debug: Initializing feature alwaysPort53
[21.10.2024 01:25:27.747] (Feature) Debug: Initializing feature annualUpgrade
[21.10.2024 01:25:27.747] (Feature) Debug: Initializing feature appReview
[21.10.2024 01:25:27.747] (Feature) Debug: Initializing feature captivePortal
[21.10.2024 01:25:27.747] (Feature) Debug: Initializing feature checkConnectivityOnActivation
[21.10.2024 01:25:27.747] (Feature) Debug: Initializing feature customDNS
[21.10.2024 01:25:27.747] (Feature) Debug: Initializing feature enableUpdateServer
[21.10.2024 01:25:27.747] (Feature) Debug: Initializing feature factoryReset
[21.10.2024 01:25:27.747] (Feature) Debug: Initializing feature freeTrial
[21.10.2024 01:25:27.747] (Feature) Debug: Initializing feature gleanRust
[21.10.2024 01:25:27.747] (Feature) Debug: Initializing feature inAppAccountCreate
[21.10.2024 01:25:27.747] (Feature) Debug: Initializing feature inAppAuthentication
[21.10.2024 01:25:27.747] (Feature) Debug: Initializing feature keyRegeneration
[21.10.2024 01:25:27.747] (Feature) Debug: Initializing feature multiHop
[21.10.2024 01:25:27.747] (Feature) Debug: Initializing feature notificationControl
[21.10.2024 01:25:27.747] (Feature) Debug: Initializing feature recommendedServers
[21.10.2024 01:25:27.747] (Feature) Debug: Initializing feature replacerAddon
[21.10.2024 01:25:27.747] (Feature) Debug: Initializing feature sentry
[21.10.2024 01:25:27.747] (Feature) Debug: Initializing feature serverUnavailableNotification
[21.10.2024 01:25:27.747] (Feature) Debug: Initializing feature serverConnectionScore
[21.10.2024 01:25:27.747] (Feature) Debug: Initializing feature shareLogs
[21.10.2024 01:25:27.747] (Feature) Debug: Initializing feature splitTunnel
[21.10.2024 01:25:27.747] (Feature) Debug: Initializing feature startOnBoot
[21.10.2024 01:25:27.747] (Feature) Debug: Initializing feature stagingUpdateServer
[21.10.2024 01:25:27.747] (Feature) Debug: Initializing feature subscriptionManagement
[21.10.2024 01:25:27.747] (Feature) Debug: Initializing feature superDooperMetrics
[21.10.2024 01:25:27.747] (Feature) Debug: Initializing feature unsecuredNetworkNotification
[21.10.2024 01:25:27.747] (Feature) Debug: Initializing feature webPurchase
[21.10.2024 01:25:27.747] (CommandUI) Info: MozillaVPN 2.24.1
[21.10.2024 01:25:27.748] (CommandUI) Info: User-Agent: MozillaVPN/2.24.1 (sys:arch unknown; iap:true)
[21.10.2024 01:25:27.748] (CommandUI) Debug: UI starting
[21.10.2024 01:25:27.886] (EventListener) Debug: Checking other instances
[21.10.2024 01:25:27.886] (EventListener) Debug: Try to communicate with the existing instance
[21.10.2024 01:25:27.887] (EventListener) Error: Connection failed: QLocalSocket::connectToServer: Connection refused
[21.10.2024 01:25:27.887] (EventListener) Debug: event listener created
[21.10.2024 01:25:27.887] (EventListener) Debug: Server path: /run/user/1000/mozillavpn.ui.sock
QML debugging is enabled. Only use this in a safe environment.
[New Thread 0x7fff7a0006c0 (LWP 86663)]
[New Thread 0x7fff796006c0 (LWP 86664)]
[21.10.2024 01:25:28.005] Debug: QML Debugger: Waiting for connection on port 1234...
[21.10.2024 01:25:28.005] (CommandUI) Debug: Started QML Debugging server on 0.0.0.0:1234
[New Thread 0x7fff78c006c0 (LWP 86665)]
[21.10.2024 01:25:28.007] (AddonManager) Debug: Updating addons list. Status: 1 Addons: 27
[21.10.2024 01:25:28.007] (AddonManager) Debug: Load addon guide_01_how_to_vpn
[21.10.2024 01:25:28.008] (Addon) Warning: Unsupported type guide :/addons/guide_01_how_to_vpn/manifest.json
[21.10.2024 01:25:28.008] (AddonManager) Warning: Unable to create an addon from manifest :/addons/guide_01_how_to_vpn/manifest.json
[21.10.2024 01:25:28.008] (AddonManager) Debug: Load addon guide_02_is_my_vpn_working_correctly
[21.10.2024 01:25:28.008] (Addon) Warning: Unsupported type guide :/addons/guide_02_is_my_vpn_working_correctly/manifest.json
[21.10.2024 01:25:28.008] (AddonManager) Warning: Unable to create an addon from manifest :/addons/guide_02_is_my_vpn_working_correctly/manifest.json
[21.10.2024 01:25:28.008] (AddonManager) Debug: Load addon guide_03_adding_and_removing_devices
[21.10.2024 01:25:28.009] (Addon) Warning: Unsupported type guide :/addons/guide_03_adding_and_removing_devices/manifest.json
[21.10.2024 01:25:28.009] (AddonManager) Warning: Unable to create an addon from manifest :/addons/guide_03_adding_and_removing_devices/manifest.json
[21.10.2024 01:25:28.009] (AddonManager) Debug: Load addon guide_05_what_is_multi_hop
[21.10.2024 01:25:28.009] (Addon) Warning: Unsupported type guide :/addons/guide_05_what_is_multi_hop/manifest.json
[21.10.2024 01:25:28.009] (AddonManager) Warning: Unable to create an addon from manifest :/addons/guide_05_what_is_multi_hop/manifest.json
[21.10.2024 01:25:28.009] (AddonManager) Debug: Load addon guide_08_privacy_features
[21.10.2024 01:25:28.010] (Addon) Warning: Unsupported type guide :/addons/guide_08_privacy_features/manifest.json
[21.10.2024 01:25:28.010] (AddonManager) Warning: Unable to create an addon from manifest :/addons/guide_08_privacy_features/manifest.json
[21.10.2024 01:25:28.010] (AddonManager) Debug: Load addon guide_09_custom_dns
[21.10.2024 01:25:28.011] (Addon) Warning: Unsupported type guide :/addons/guide_09_custom_dns/manifest.json
[21.10.2024 01:25:28.011] (AddonManager) Warning: Unable to create an addon from manifest :/addons/guide_09_custom_dns/manifest.json
[21.10.2024 01:25:28.011] (AddonManager) Debug: Load addon guide_10_app_exclusions
[21.10.2024 01:25:28.011] (Addon) Warning: Unsupported type guide :/addons/guide_10_app_exclusions/manifest.json
[21.10.2024 01:25:28.011] (AddonManager) Warning: Unable to create an addon from manifest :/addons/guide_10_app_exclusions/manifest.json
[21.10.2024 01:25:28.011] (AddonManager) Debug: Load addon guide_11_recommended_servers
[21.10.2024 01:25:28.012] (Addon) Warning: Unsupported type guide :/addons/guide_11_recommended_servers/manifest.json
[21.10.2024 01:25:28.012] (AddonManager) Warning: Unable to create an addon from manifest :/addons/guide_11_recommended_servers/manifest.json
[21.10.2024 01:25:28.012] (AddonManager) Debug: Load addon guide_12_multi_account_containers
[21.10.2024 01:25:28.013] (Addon) Warning: Unsupported type guide :/addons/guide_12_multi_account_containers/manifest.json
[21.10.2024 01:25:28.013] (AddonManager) Warning: Unable to create an addon from manifest :/addons/guide_12_multi_account_containers/manifest.json
[21.10.2024 01:25:28.013] (AddonManager) Debug: Load addon message_dom
[21.10.2024 01:25:28.013] (Addon) Info: Exclude the addon because conditions do not match :/addons/message_dom/manifest.json
[21.10.2024 01:25:28.013] (AddonManager) Warning: Unable to create an addon from manifest :/addons/message_dom/manifest.json
[21.10.2024 01:25:28.013] (AddonManager) Debug: Load addon message_fpn_trial_subscription_expiring
[21.10.2024 01:25:28.013] (AddonApi) Debug: Create API for message_fpn_trial_subscription_expiring
[21.10.2024 01:25:28.013] (AddonConditionWatcherJavascript) Debug: Execution of the watcher function failed SyntaxError: JSON.parse: Parse error
[21.10.2024 01:25:28.013] (AddonManager) Debug: Load addon message_subscription_expiring
[21.10.2024 01:25:28.014] (Addon) Info: Min version is 100.15.0  curent 2.24.1
[21.10.2024 01:25:28.014] (Addon) Info: Exclude the addon because conditions do not match :/addons/message_subscription_expiring/manifest.json
[21.10.2024 01:25:28.014] (AddonManager) Warning: Unable to create an addon from manifest :/addons/message_subscription_expiring/manifest.json
[21.10.2024 01:25:28.014] (AddonManager) Debug: Load addon message_survey
[21.10.2024 01:25:28.014] Warning: QObject::startTimer: Timers cannot have negative intervals
[21.10.2024 01:25:28.014] (Addon) Debug: Let's try to load another language for message_survey as fallback for code en
[21.10.2024 01:25:28.014] (AddonApi) Debug: Create API for message_survey
[21.10.2024 01:25:28.014] (AddonManager) Debug: Load addon message_survey_staging_1h
[21.10.2024 01:25:28.014] (Addon) Info: Exclude the addon because conditions do not match :/addons/message_survey_staging_1h/manifest.json
[21.10.2024 01:25:28.014] (AddonManager) Warning: Unable to create an addon from manifest :/addons/message_survey_staging_1h/manifest.json
[21.10.2024 01:25:28.014] (AddonManager) Debug: Load addon message_survey_staging_30m
[21.10.2024 01:25:28.014] (Addon) Info: Exclude the addon because conditions do not match :/addons/message_survey_staging_30m/manifest.json
[21.10.2024 01:25:28.014] (AddonManager) Warning: Unable to create an addon from manifest :/addons/message_survey_staging_30m/manifest.json
[21.10.2024 01:25:28.014] (AddonManager) Debug: Load addon message_update_v2.24
[21.10.2024 01:25:28.015] (Addon) Info: Max version is 2.23.9  curent 2.24.1
[21.10.2024 01:25:28.015] (Addon) Info: Exclude the addon because conditions do not match :/addons/message_update_v2.24/manifest.json
[21.10.2024 01:25:28.015] (AddonManager) Warning: Unable to create an addon from manifest :/addons/message_update_v2.24/manifest.json
[21.10.2024 01:25:28.015] (AddonManager) Debug: Load addon message_upgrade_to_annual_plan
[21.10.2024 01:25:28.016] (AddonApi) Debug: Create API for message_upgrade_to_annual_plan
[21.10.2024 01:25:28.016] (AddonManager) Debug: Load addon message_whats_new_v2.15
[21.10.2024 01:25:28.016] (Addon) Info: Max version is 2.15.9  curent 2.24.1
[21.10.2024 01:25:28.016] (Addon) Info: Exclude the addon because conditions do not match :/addons/message_whats_new_v2.15/manifest.json
[21.10.2024 01:25:28.016] (AddonManager) Warning: Unable to create an addon from manifest :/addons/message_whats_new_v2.15/manifest.json
[21.10.2024 01:25:28.016] (AddonManager) Debug: Load addon message_whats_new_v2.16
[21.10.2024 01:25:28.016] (Addon) Info: Max version is 2.16.9  curent 2.24.1
[21.10.2024 01:25:28.016] (Addon) Info: Exclude the addon because conditions do not match :/addons/message_whats_new_v2.16/manifest.json
[21.10.2024 01:25:28.017] (AddonManager) Warning: Unable to create an addon from manifest :/addons/message_whats_new_v2.16/manifest.json
[21.10.2024 01:25:28.017] (AddonManager) Debug: Load addon message_whats_new_v2.17
[21.10.2024 01:25:28.017] (Addon) Info: Max version is 2.17.9  curent 2.24.1
[21.10.2024 01:25:28.017] (Addon) Info: Exclude the addon because conditions do not match :/addons/message_whats_new_v2.17/manifest.json
[21.10.2024 01:25:28.017] (AddonManager) Warning: Unable to create an addon from manifest :/addons/message_whats_new_v2.17/manifest.json
[21.10.2024 01:25:28.017] (AddonManager) Debug: Load addon message_whats_new_v2.18
[21.10.2024 01:25:28.017] (Addon) Info: Max version is 2.18.9  curent 2.24.1
[21.10.2024 01:25:28.017] (Addon) Info: Exclude the addon because conditions do not match :/addons/message_whats_new_v2.18/manifest.json
[21.10.2024 01:25:28.017] (AddonManager) Warning: Unable to create an addon from manifest :/addons/message_whats_new_v2.18/manifest.json
[21.10.2024 01:25:28.017] (AddonManager) Debug: Load addon message_whats_new_v2.19
[21.10.2024 01:25:28.017] (Addon) Info: Max version is 2.19.9  curent 2.24.1
[21.10.2024 01:25:28.017] (Addon) Info: Exclude the addon because conditions do not match :/addons/message_whats_new_v2.19/manifest.json
[21.10.2024 01:25:28.017] (AddonManager) Warning: Unable to create an addon from manifest :/addons/message_whats_new_v2.19/manifest.json
[21.10.2024 01:25:28.017] (AddonManager) Debug: Load addon message_whats_new_v2.20
[21.10.2024 01:25:28.018] (Addon) Info: Max version is 2.20.0  curent 2.24.1
[21.10.2024 01:25:28.018] (Addon) Info: Exclude the addon because conditions do not match :/addons/message_whats_new_v2.20/manifest.json
[21.10.2024 01:25:28.018] (AddonManager) Warning: Unable to create an addon from manifest :/addons/message_whats_new_v2.20/manifest.json
[21.10.2024 01:25:28.018] (AddonManager) Debug: Load addon message_whats_new_v2.21
[21.10.2024 01:25:28.018] (Addon) Info: Max version is 2.21.9  curent 2.24.1
[21.10.2024 01:25:28.018] (Addon) Info: Exclude the addon because conditions do not match :/addons/message_whats_new_v2.21/manifest.json
[21.10.2024 01:25:28.018] (AddonManager) Warning: Unable to create an addon from manifest :/addons/message_whats_new_v2.21/manifest.json
[21.10.2024 01:25:28.018] (AddonManager) Debug: Load addon message_whats_new_v2.22
[21.10.2024 01:25:28.018] (Addon) Info: Max version is 2.22.9  curent 2.24.1
[21.10.2024 01:25:28.019] (Addon) Info: Exclude the addon because conditions do not match :/addons/message_whats_new_v2.22/manifest.json
[21.10.2024 01:25:28.019] (AddonManager) Warning: Unable to create an addon from manifest :/addons/message_whats_new_v2.22/manifest.json
[21.10.2024 01:25:28.019] (AddonManager) Debug: Load addon message_whats_new_v2.23
[21.10.2024 01:25:28.019] (Addon) Info: Max version is 2.23.9  curent 2.24.1
[21.10.2024 01:25:28.019] (Addon) Info: Exclude the addon because conditions do not match :/addons/message_whats_new_v2.23/manifest.json
[21.10.2024 01:25:28.019] (AddonManager) Warning: Unable to create an addon from manifest :/addons/message_whats_new_v2.23/manifest.json
[21.10.2024 01:25:28.019] (AddonManager) Debug: Load addon message_whats_new_v2.24
[21.10.2024 01:25:28.019] (Addon) Debug: Let's try to load another language for message_whats_new_v2.24 as fallback for code en
[21.10.2024 01:25:28.019] (AddonApi) Debug: Create API for message_whats_new_v2.24
[21.10.2024 01:25:28.019] (Theme) Debug: Parse theme main
[21.10.2024 01:25:28.020] (Theme) Debug: Parse theme qmldir
[21.10.2024 01:25:28.020] (Theme) Error: Failed to open the theme.js for the qmldir theme
[21.10.2024 01:25:28.020] (Glean) Debug: Initializing MZGlean
[New Thread 0x7fff6fa006c0 (LWP 86666)]
[New Thread 0x7fff6f6006c0 (LWP 86667)]
[21.10.2024 01:25:28.032] (Rust) Info: Creating new Glean v59.0.0
[21.10.2024 01:25:28.032] (Glean) Debug: Setting MZGlean log pings value to 0
[21.10.2024 01:25:28.032] (FontLoader) Debug: Loading font: InterSemiBold.otf
[21.10.2024 01:25:28.033] (Rust) Info: Database initialized
[21.10.2024 01:25:28.037] (FontLoader) Debug: Result: 0
[21.10.2024 01:25:28.037] (FontLoader) Debug: Loading font: InterUI.otf
[21.10.2024 01:25:28.038] (FontLoader) Debug: Result: 1
[21.10.2024 01:25:28.038] (FontLoader) Debug: Loading font: Metropolis-SemiBold.otf
[21.10.2024 01:25:28.038] (FontLoader) Debug: Result: 2
[21.10.2024 01:25:28.038] (FontLoader) Debug: Loading font: Metropolis.otf
[21.10.2024 01:25:28.038] (FontLoader) Debug: Result: 3
[21.10.2024 01:25:28.038] (MozillaVPN) Debug: MozillaVPN Initialization
[21.10.2024 01:25:28.038] (Navigator) Debug: Compute component
[21.10.2024 01:25:28.038] (Navigator) Debug: Loading screen qrc:/qt/qml/Mozilla/VPN/screens/ScreenInitialize.qml
[21.10.2024 01:25:28.038] (NavigationBarModel) Debug: Reset button selection
[21.10.2024 01:25:28.038] (TaskScheduler) Debug: Scheduling task: TaskGetFeatureList
[21.10.2024 01:25:28.038] (TaskScheduler) Debug: Tasks:  1
[21.10.2024 01:25:28.038] (NetworkRequest) Debug: Network request created by TaskGetFeatureList
[New Thread 0x7fff6f2006c0 (LWP 86668)]
[21.10.2024 01:25:28.056] (Rust) Info: Glean initialized
[21.10.2024 01:25:28.057] (Rust) Info: Loading events for main
[21.10.2024 01:25:28.059] (Rust) Info: The 'metrics' ping was last sent on 2024-10-21 01:24:00 -04:00
[21.10.2024 01:25:28.059] (Rust) Info: The 'metrics' ping was already sent today, 2024-10-21 01:25:28.058588190 -04:00
[New Thread 0x7fff6ee006c0 (LWP 86669)]
[21.10.2024 01:25:28.071] (Rust) Info: Scheduling for 95671.94141181s after 2024-10-21 01:25:28.058588190 -04:00, reason Tomorrow
[Thread 0x7fff6f2006c0 (LWP 86668) exited]
[New Thread 0x7fff6ea006c0 (LWP 86670)]
[21.10.2024 01:25:28.074] (Rust) Info: No more pings to upload! You are done.
[Thread 0x7fff6ea006c0 (LWP 86670) exited]
[21.10.2024 01:25:28.074] (Rust) Info: Setting the debug option GLEAN_LOG_PINGS.
[New Thread 0x7fff6f2006c0 (LWP 86671)]
[21.10.2024 01:25:28.075] (Rust) Info: No more pings to upload! You are done.
[Thread 0x7fff6f2006c0 (LWP 86671) exited]
[Thread 0x7fff6f6006c0 (LWP 86667) exited]
[21.10.2024 01:25:28.111] (NetworkRequest) Info: Imported cert from: ISRG Root X1
[21.10.2024 01:25:28.111] (ReleaseMonitor) Debug: Scheduling a release-check task
[21.10.2024 01:25:28.111] (Telemetry) Debug: Initialize
[21.10.2024 01:25:28.111] (MozillaVPN) Debug: Adjust not included in build.
[21.10.2024 01:25:28.111] (TaskScheduler) Debug: Scheduling task: TaskGroup
[21.10.2024 01:25:28.111] (TaskScheduler) Debug: Tasks:  1
[21.10.2024 01:25:28.111] (NetworkWatcher) Debug: Initialize
[New Thread 0x7fff6e6006c0 (LWP 86672)]
[21.10.2024 01:25:28.112] (LinuxNetworkWatcher) Debug: initialize
[21.10.2024 01:25:28.112] (LinuxNetworkWatcher) Debug: actived
[21.10.2024 01:25:28.112] (LinuxNetworkWatcherWorker) Debug: Checking devices
[21.10.2024 01:25:28.126] (DNSHelper) Debug: Maybe migrate DNS Provider Flags
[21.10.2024 01:25:28.126] (LinuxAppImageProvider) Debug: Adding QIcon fallback: /var/lib/flatpak/exports/share/icons/hicolor
[21.10.2024 01:25:28.126] (LinuxAppImageProvider) Debug: Adding QIcon fallback: /usr/share/icons/HighContrast
[21.10.2024 01:25:28.126] (LinuxAppImageProvider) Debug: Adding QIcon fallback: /usr/share/icons/breeze_cursors
[21.10.2024 01:25:28.126] (LinuxAppImageProvider) Debug: Adding QIcon fallback: /usr/share/icons/Oxygen_Zion
[21.10.2024 01:25:28.126] (LinuxAppImageProvider) Debug: Adding QIcon fallback: /usr/share/icons/AdwaitaLegacy
[21.10.2024 01:25:28.126] (LinuxAppImageProvider) Debug: Adding QIcon fallback: /usr/share/icons/default
[21.10.2024 01:25:28.126] (LinuxAppImageProvider) Debug: Adding QIcon fallback: /usr/share/icons/locolor
[21.10.2024 01:25:28.126] (LinuxAppImageProvider) Debug: Adding QIcon fallback: /usr/share/icons/Oxygen_Black
[21.10.2024 01:25:28.126] (LinuxAppImageProvider) Debug: Adding QIcon fallback: /usr/share/icons/KDE_Classic
[21.10.2024 01:25:28.126] (LinuxAppImageProvider) Debug: Adding QIcon fallback: /usr/share/icons/Adwaita
[21.10.2024 01:25:28.126] (LinuxAppImageProvider) Debug: Adding QIcon fallback: /usr/share/icons/Oxygen_Blue
[21.10.2024 01:25:28.126] (LinuxAppImageProvider) Debug: Adding QIcon fallback: /usr/share/icons/breeze
[21.10.2024 01:25:28.126] (LinuxAppImageProvider) Debug: Adding QIcon fallback: /usr/share/icons/Oxygen_Yellow
[21.10.2024 01:25:28.126] (LinuxAppImageProvider) Debug: Adding QIcon fallback: /usr/share/icons/Oxygen_White
[21.10.2024 01:25:28.126] (LinuxAppImageProvider) Debug: Adding QIcon fallback: /usr/share/icons/Breeze_Light
[21.10.2024 01:25:28.126] (LinuxAppImageProvider) Debug: Adding QIcon fallback: /usr/share/icons/hicolor
[21.10.2024 01:25:28.126] (LinuxAppImageProvider) Debug: Adding QIcon fallback: /usr/share/icons/breeze-dark
[New Thread 0x7fff6d0006c0 (LWP 86676)]
[New Thread 0x7fff63e006c0 (LWP 86677)]
[New Thread 0x7fff634006c0 (LWP 86678)]
[New Thread 0x7fff62a006c0 (LWP 86679)]
[New Thread 0x7fff620006c0 (LWP 86680)]
[21.10.2024 01:25:28.542] (MozillaVPN) Debug: main window loaded
[21.10.2024 01:25:28.543] (Telemetry) Info: Stop performance.time_to_main_screen timer
[21.10.2024 01:25:28.543] (MozillaVPN) Debug: Initializing Glean
[21.10.2024 01:25:28.543] (TaskScheduler) Debug: Scheduling task NOW!: TaskSentry
[21.10.2024 01:25:28.543] (TaskSentry) Info: Sending Sentry-Ping
[21.10.2024 01:25:28.543] (NetworkRequest) Debug: Network request created by TaskSentry
[21.10.2024 01:25:28.543] (Sentry) Info: Sentry initialized
[New Thread 0x7fff616006c0 (LWP 86681)]
[New Thread 0x7fff60c006c0 (LWP 86682)]
[New Thread 0x7fff4fc006c0 (LWP 86683)]
[New Thread 0x7fff4f2006c0 (LWP 86684)]
[Thread 0x7fff4f2006c0 (LWP 86684) exited]
[Thread 0x7fff4fc006c0 (LWP 86683) exited]
[Thread 0x7fff60c006c0 (LWP 86682) exited]
[Thread 0x7fff616006c0 (LWP 86681) exited]
[21.10.2024 01:25:28.549] (SystemTrayNotificationHandler) Debug: Create status menu
[21.10.2024 01:25:28.549] (SystemTrayNotificationHandler) Debug: Set status menu
[21.10.2024 01:25:28.549] Warning: QSystemTrayIcon::setVisible: No Icon set
[21.10.2024 01:25:28.550] (SystemTrayNotificationHandler) Debug: Retranslate
[21.10.2024 01:25:28.551] (SystemTrayNotificationHandler) Debug: Update context menu
[21.10.2024 01:25:28.551] Info: Creating the server (server.cpp:25, WebExtension::Server::Server(WebExtension::BaseAdapter*))
[21.10.2024 01:25:28.551] (KeyRegenerator) Debug: Let's check if the key has to be regenerated
[21.10.2024 01:25:28.551] (KeyRegenerator) Debug: Feature disabled
[New Thread 0x7fff616006c0 (LWP 86685)]
[21.10.2024 01:25:28.555] (TaskScheduler) Debug: Scheduling task: TaskRelease
[21.10.2024 01:25:28.555] (TaskScheduler) Debug: Tasks:  2
[New Thread 0x7fff60c006c0 (LWP 86686)]
[New Thread 0x7fff4fc006c0 (LWP 86687)]
[New Thread 0x7fff4f2006c0 (LWP 86688)]
[New Thread 0x7fff4e8006c0 (LWP 86689)]
[New Thread 0x7fff4de006c0 (LWP 86690)]
[New Thread 0x7fff4d4006c0 (LWP 86691)]
[Thread 0x7fff4d4006c0 (LWP 86691) exited]
[Thread 0x7fff4de006c0 (LWP 86690) exited]
[Thread 0x7fff4e8006c0 (LWP 86689) exited]
[Thread 0x7fff4f2006c0 (LWP 86688) exited]
[New Thread 0x7fff4f2006c0 (LWP 86692)]
[New Thread 0x7fff4e8006c0 (LWP 86693)]
[New Thread 0x7fff4de006c0 (LWP 86694)]
[New Thread 0x7fff4d4006c0 (LWP 86695)]
[New Thread 0x7fff4ca006c0 (LWP 86696)]
[21.10.2024 01:25:28.713] Warning: qrc:/qt/qml/Mozilla/VPN/screens/initialize/ViewInitialize.qml:416:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... } (ViewInitialize.qml:416)
[21.10.2024 01:25:28.718] (Navigator) Debug: Add stack view for screen 1011
[21.10.2024 01:25:28.765] Warning: qrc:/lottie/lottie/lottie.mjs:23:74816 Variable "TextSelectorProp" is used before its declaration at 23:89264.
[21.10.2024 01:25:28.765] Warning: qrc:/lottie/lottie/lottie.mjs:23:14322 Variable "bezierLengthPool" is used before its declaration at 23:92614.
[21.10.2024 01:25:28.765] Warning: qrc:/lottie/lottie/lottie.mjs:23:15746 Variable "segmentsLengthPool" is used before its declaration at 23:92422.
[21.10.2024 01:25:28.765] Warning: qrc:/lottie/lottie/lottie.mjs:23:218937 Variable "readyStateCheckInterval" is used before its declaration at 23:220559.
[21.10.2024 01:25:28.765] Warning: qrc:/lottie/lottie/lottie.mjs:23:219021 Variable "queryString" is used before its declaration at 23:220331.
[21.10.2024 01:25:28.765] Warning: qrc:/lottie/lottie/lottie.mjs:23:218201 Variable "standalone" is used before its declaration at 23:220253.
[21.10.2024 01:25:28.765] Warning: qrc:/lottie/lottie/lottie.mjs:23:218241 Variable "animationData" is used before its declaration at 23:220283.
[21.10.2024 01:25:28.765] Warning: qrc:/lottie/lottie/lottie.mjs:23:217962 Variable "standalone" is used before its declaration at 23:220253.
[21.10.2024 01:25:28.765] Warning: qrc:/lottie/lottie/lottie.mjs:23:218007 Variable "animationData" is used before its declaration at 23:220283.
[21.10.2024 01:25:28.765] Warning: qrc:/lottie/lottie/lottie.mjs:23:218021 Variable "standalone" is used before its declaration at 23:220253.
[21.10.2024 01:25:28.766] Warning: qrc:/lottie/lottie/lottie.mjs:23:218032 Variable "renderer" is used before its declaration at 23:220319.
[21.10.2024 01:25:28.766] Warning: qrc:/lottie/lottie/lottie.mjs:23:2179 Variable "F" is used before its declaration at 23:2239.
[21.10.2024 01:25:28.766] Warning: qrc:/lottie/lottie/lottie.mjs:23:2231 Variable "F" is used before its declaration at 23:2239.
[21.10.2024 01:25:28.766] Warning: qrc:/lottie/lottie/lottie.mjs:23:4940 Variable "Na" is used before its declaration at 23:5195.
[21.10.2024 01:25:28.766] Warning: qrc:/lottie/lottie/lottie.mjs:23:5183 Variable "Na" is used before its declaration at 23:5195.
[21.10.2024 01:25:28.766] Warning: qrc:/lottie/lottie/lottie.mjs:23:12527 Variable "o" is used before its declaration at 23:12583.
[21.10.2024 01:25:28.766] Warning: qrc:/lottie/lottie/lottie.mjs:23:12539 Variable "o" is used before its declaration at 23:12583.
[21.10.2024 01:25:28.766] Warning: qrc:/lottie/lottie/lottie.mjs:23:12574 Variable "o" is used before its declaration at 23:12583.
[21.10.2024 01:25:28.769] Warning: qrc:/lottie/lottie/lottie.mjs:23:42188 Variable "pointPool" is used before its declaration at 23:91574.
[21.10.2024 01:25:28.769] Warning: qrc:/lottie/lottie/lottie.mjs:23:42221 Variable "pointPool" is used before its declaration at 23:91574.
[21.10.2024 01:25:28.769] Warning: qrc:/lottie/lottie/lottie.mjs:23:42254 Variable "pointPool" is used before its declaration at 23:91574.
[21.10.2024 01:25:28.769] Warning: qrc:/lottie/lottie/lottie.mjs:23:42894 Variable "pointPool" is used before its declaration at 23:91574.
[21.10.2024 01:25:28.769] Warning: qrc:/lottie/lottie/lottie.mjs:23:44723 Variable "shapePool" is used before its declaration at 23:91648.
[21.10.2024 01:25:28.769] Warning: qrc:/lottie/lottie/lottie.mjs:23:45442 Variable "shapePool" is used before its declaration at 23:91648.
[21.10.2024 01:25:28.769] Warning: qrc:/lottie/lottie/lottie.mjs:23:45469 Variable "shapePool" is used before its declaration at 23:91648.
[21.10.2024 01:25:28.769] Warning: qrc:/lottie/lottie/lottie.mjs:23:45519 Variable "shapeCollectionPool" is used before its declaration at 23:92112.
[21.10.2024 01:25:28.769] Warning: qrc:/lottie/lottie/lottie.mjs:23:45984 Variable "shapePool" is used before its declaration at 23:91648.
[21.10.2024 01:25:28.769] Warning: qrc:/lottie/lottie/lottie.mjs:23:46062 Variable "shapePool" is used before its declaration at 23:91648.
[21.10.2024 01:25:28.769] Warning: qrc:/lottie/lottie/lottie.mjs:23:46112 Variable "shapeCollectionPool" is used before its declaration at 23:92112.
[21.10.2024 01:25:28.769] Warning: qrc:/lottie/lottie/lottie.mjs:23:46939 Variable "shapePool" is used before its declaration at 23:91648.
[21.10.2024 01:25:28.769] Warning: qrc:/lottie/lottie/lottie.mjs:23:47013 Variable "shapeCollectionPool" is used before its declaration at 23:92112.
[21.10.2024 01:25:28.769] Warning: qrc:/lottie/lottie/lottie.mjs:23:48217 Variable "shapePool" is used before its declaration at 23:91648.
[21.10.2024 01:25:28.769] Warning: qrc:/lottie/lottie/lottie.mjs:23:48845 Variable "shapeCollectionPool" is used before its declaration at 23:92112.
[21.10.2024 01:25:28.770] Warning: qrc:/lottie/lottie/lottie.mjs:23:50305 Variable "shapePool" is used before its declaration at 23:91648.
[21.10.2024 01:25:28.770] Warning: qrc:/lottie/lottie/lottie.mjs:23:50366 Variable "shapeCollectionPool" is used before its declaration at 23:92112.
[21.10.2024 01:25:28.770] Warning: qrc:/lottie/lottie/lottie.mjs:23:52720 Variable "st" is used before its declaration at 23:52842.
[21.10.2024 01:25:28.770] Warning: qrc:/lottie/lottie/lottie.mjs:23:52726 Variable "tt" is used before its declaration at 23:52845.
[21.10.2024 01:25:28.770] Warning: qrc:/lottie/lottie/lottie.mjs:23:52732 Variable "st" is used before its declaration at 23:52842.
[21.10.2024 01:25:28.770] Warning: qrc:/lottie/lottie/lottie.mjs:23:52766 Variable "tt" is used before its declaration at 23:52845.
[21.10.2024 01:25:28.770] Warning: qrc:/lottie/lottie/lottie.mjs:23:52774 Variable "tt" is used before its declaration at 23:52845.
[21.10.2024 01:25:28.770] Warning: qrc:/lottie/lottie/lottie.mjs:23:52784 Variable "st" is used before its declaration at 23:52842.
[21.10.2024 01:25:28.770] Warning: qrc:/lottie/lottie/lottie.mjs:23:52826 Variable "tt" is used before its declaration at 23:52845.
[21.10.2024 01:25:28.770] Warning: qrc:/lottie/lottie/lottie.mjs:23:52838 Variable "st" is used before its declaration at 23:52842.
[21.10.2024 01:25:28.771] Warning: qrc:/lottie/lottie/lottie.mjs:23:54245 Variable "shapeCollectionPool" is used before its declaration at 23:92112.
[21.10.2024 01:25:28.771] Warning: qrc:/lottie/lottie/lottie.mjs:23:55793 Variable "segmentsLengthPool" is used before its declaration at 23:92422.
[21.10.2024 01:25:28.771] Warning: qrc:/lottie/lottie/lottie.mjs:23:58370 Variable "shapePool" is used before its declaration at 23:91648.
[21.10.2024 01:25:28.771] Warning: qrc:/lottie/lottie/lottie.mjs:23:59340 Variable "shapePool" is used before its declaration at 23:91648.
[21.10.2024 01:25:28.771] Warning: qrc:/lottie/lottie/lottie.mjs:23:59764 Variable "shapePool" is used before its declaration at 23:91648.
[21.10.2024 01:25:28.771] Warning: qrc:/lottie/lottie/lottie.mjs:23:61492 Variable "shapePool" is used before its declaration at 23:91648.
[21.10.2024 01:25:28.771] Warning: qrc:/lottie/lottie/lottie.mjs:23:67078 Variable "shapePool" is used before its declaration at 23:91648.
[21.10.2024 01:25:28.772] Warning: qrc:/lottie/lottie/lottie.mjs:23:72466 Variable "i" is used before its declaration at 23:72522.
[21.10.2024 01:25:28.772] Warning: qrc:/lottie/lottie/lottie.mjs:23:72758 Variable "i" is used before its declaration at 23:72956.
[21.10.2024 01:25:28.772] Warning: qrc:/lottie/lottie/lottie.mjs:23:73186 Variable "Ly" is used before its declaration at 23:73379.
[21.10.2024 01:25:28.772] Warning: qrc:/lottie/lottie/lottie.mjs:23:73359 Variable "Ly" is used before its declaration at 23:73379.
[21.10.2024 01:25:28.772] Warning: qrc:/lottie/lottie/lottie.mjs:23:73375 Variable "Ly" is used before its declaration at 23:73379.
[21.10.2024 01:25:28.772] Warning: qrc:/lottie/lottie/lottie.mjs:23:73398 Variable "My" is used before its declaration at 23:73909.
[21.10.2024 01:25:28.772] Warning: qrc:/lottie/lottie/lottie.mjs:23:73404 Variable "My" is used before its declaration at 23:73909.
[21.10.2024 01:25:28.772] Warning: qrc:/lottie/lottie/lottie.mjs:23:73665 Variable "My" is used before its declaration at 23:73909.
[21.10.2024 01:25:28.772] Warning: qrc:/lottie/lottie/lottie.mjs:23:73905 Variable "My" is used before its declaration at 23:73909.
[21.10.2024 01:25:28.774] Warning: qrc:/lottie/lottie/lottie.mjs:23:91453 Variable "pooling" is used before its declaration at 23:91500.
[21.10.2024 01:25:28.774] Warning: qrc:/lottie/lottie/lottie.mjs:23:91659 Variable "MC" is used before its declaration at 23:92109.
[21.10.2024 01:25:28.774] Warning: qrc:/lottie/lottie/lottie.mjs:23:91891 Variable "MC" is used before its declaration at 23:92109.
[21.10.2024 01:25:28.774] Warning: qrc:/lottie/lottie/lottie.mjs:23:91920 Variable "MC" is used before its declaration at 23:92109.
[21.10.2024 01:25:28.774] Warning: qrc:/lottie/lottie/lottie.mjs:23:92105 Variable "MC" is used before its declaration at 23:92109.
[21.10.2024 01:25:28.774] Warning: qrc:/lottie/lottie/lottie.mjs:23:92133 Variable "UC" is used before its declaration at 23:92410.
[21.10.2024 01:25:28.774] Warning: qrc:/lottie/lottie/lottie.mjs:23:92175 Variable "VC" is used before its declaration at 23:92413.
[21.10.2024 01:25:28.774] Warning: qrc:/lottie/lottie/lottie.mjs:23:92178 Variable "XC" is used before its declaration at 23:92419.
[21.10.2024 01:25:28.774] Warning: qrc:/lottie/lottie/lottie.mjs:23:92181 Variable "VC" is used before its declaration at 23:92413.
[21.10.2024 01:25:28.774] Warning: qrc:/lottie/lottie/lottie.mjs:23:92316 Variable "VC" is used before its declaration at 23:92413.
[21.10.2024 01:25:28.774] Warning: qrc:/lottie/lottie/lottie.mjs:23:92321 Variable "WC" is used before its declaration at 23:92416.
[21.10.2024 01:25:28.774] Warning: qrc:/lottie/lottie/lottie.mjs:23:92326 Variable "XC" is used before its declaration at 23:92419.
[21.10.2024 01:25:28.774] Warning: qrc:/lottie/lottie/lottie.mjs:23:92344 Variable "XC" is used before its declaration at 23:92419.
[21.10.2024 01:25:28.774] Warning: qrc:/lottie/lottie/lottie.mjs:23:92348 Variable "WC" is used before its declaration at 23:92416.
[21.10.2024 01:25:28.774] Warning: qrc:/lottie/lottie/lottie.mjs:23:92355 Variable "XC" is used before its declaration at 23:92419.
[21.10.2024 01:25:28.774] Warning: qrc:/lottie/lottie/lottie.mjs:23:92358 Variable "VC" is used before its declaration at 23:92413.
[21.10.2024 01:25:28.774] Warning: qrc:/lottie/lottie/lottie.mjs:23:92364 Variable "VC" is used before its declaration at 23:92413.
[21.10.2024 01:25:28.774] Warning: qrc:/lottie/lottie/lottie.mjs:23:92372 Variable "VC" is used before its declaration at 23:92413.
[21.10.2024 01:25:28.774] Warning: qrc:/lottie/lottie/lottie.mjs:23:92377 Variable "WC" is used before its declaration at 23:92416.
[21.10.2024 01:25:28.774] Warning: qrc:/lottie/lottie/lottie.mjs:23:92382 Variable "XC" is used before its declaration at 23:92419.
[21.10.2024 01:25:28.774] Warning: qrc:/lottie/lottie/lottie.mjs:23:92402 Variable "WC" is used before its declaration at 23:92416.
[21.10.2024 01:25:28.774] Warning: qrc:/lottie/lottie/lottie.mjs:23:92406 Variable "UC" is used before its declaration at 23:92410.
[21.10.2024 01:25:28.774] Warning: qrc:/lottie/lottie/lottie.mjs:23:92554 Variable "bezierLengthPool" is used before its declaration at 23:92614.
[21.10.2024 01:25:28.782] Warning: qrc:/lottie/lottie/lottie.mjs:23:124716 Variable "LayerExpressionInterface" is used before its declaration at 23:206128.
[21.10.2024 01:25:28.782] Warning: qrc:/lottie/lottie/lottie.mjs:23:124850 Variable "EffectsExpressionInterface" is used before its declaration at 23:212274.
[21.10.2024 01:25:28.782] Warning: qrc:/lottie/lottie/lottie.mjs:23:125024 Variable "CompExpressionInterface" is used before its declaration at 23:209412.
[21.10.2024 01:25:28.782] Warning: qrc:/lottie/lottie/lottie.mjs:23:125107 Variable "ShapeExpressionInterface" is used before its declaration at 23:197094.
[21.10.2024 01:25:28.782] Warning: qrc:/lottie/lottie/lottie.mjs:23:125301 Variable "TextExpressionInterface" is used before its declaration at 23:205769.
[21.10.2024 01:25:28.782] Warning: qrc:/lottie/lottie/lottie.mjs:23:136532 Variable "FootageInterface" is used before its declaration at 23:208885.
[21.10.2024 01:25:28.784] Warning: qrc:/lottie/lottie/lottie.mjs:23:159212 Variable "AnimationItem" is used before its declaration at 23:161313.
[21.10.2024 01:25:28.784] Warning: qrc:/lottie/lottie/lottie.mjs:23:159740 Variable "AnimationItem" is used before its declaration at 23:161313.
[21.10.2024 01:25:28.785] Warning: qrc:/lottie/lottie/lottie.mjs:23:176425 Variable "GQ" is used before its declaration at 23:176893.
[21.10.2024 01:25:28.785] Warning: qrc:/lottie/lottie/lottie.mjs:23:176431 Variable "GQ" is used before its declaration at 23:176893.
[21.10.2024 01:25:28.785] Warning: qrc:/lottie/lottie/lottie.mjs:23:176573 Variable "CompExpressionInterface" is used before its declaration at 23:209412.
[21.10.2024 01:25:28.785] Warning: qrc:/lottie/lottie/lottie.mjs:23:176889 Variable "GQ" is used before its declaration at 23:176893.
[21.10.2024 01:25:28.786] Warning: qrc:/lottie/lottie/lottie.mjs:23:185322 Variable "randSeed" is used before its declaration at 23:185766.
[21.10.2024 01:25:28.786] Warning: qrc:/lottie/lottie/lottie.mjs:23:182784 Variable "time" is used before its declaration at 23:183639.
[21.10.2024 01:25:28.786] Warning: qrc:/lottie/lottie/lottie.mjs:23:182865 Variable "time" is used before its declaration at 23:183639.
[21.10.2024 01:25:28.787] Warning: qrc:/lottie/lottie/lottie.mjs:23:196579 Variable "propertyGroupFactory" is used before its declaration at 23:196895.
[21.10.2024 01:25:28.787] Warning: qrc:/lottie/lottie/lottie.mjs:23:196631 Variable "PropertyInterface" is used before its declaration at 23:196988.
[21.10.2024 01:25:28.787] Warning: qrc:/lottie/lottie/lottie.mjs:23:201942 Variable "ExpressionPropertyInterface" is used before its declaration at 23:214149.
[21.10.2024 01:25:28.787] Warning: qrc:/lottie/lottie/lottie.mjs:23:202007 Variable "ExpressionPropertyInterface" is used before its declaration at 23:214149.
[21.10.2024 01:25:28.787] Warning: qrc:/lottie/lottie/lottie.mjs:23:202075 Variable "ExpressionPropertyInterface" is used before its declaration at 23:214149.
[21.10.2024 01:25:28.787] Warning: qrc:/lottie/lottie/lottie.mjs:23:202137 Variable "ExpressionPropertyInterface" is used before its declaration at 23:214149.
[21.10.2024 01:25:28.787] Warning: qrc:/lottie/lottie/lottie.mjs:23:202202 Variable "ExpressionPropertyInterface" is used before its declaration at 23:214149.
[21.10.2024 01:25:28.787] Warning: qrc:/lottie/lottie/lottie.mjs:23:202263 Variable "ExpressionPropertyInterface" is used before its declaration at 23:214149.
[21.10.2024 01:25:28.787] Warning: qrc:/lottie/lottie/lottie.mjs:23:202329 Variable "ExpressionPropertyInterface" is used before its declaration at 23:214149.
[21.10.2024 01:25:28.787] Warning: qrc:/lottie/lottie/lottie.mjs:23:202763 Variable "ExpressionPropertyInterface" is used before its declaration at 23:214149.
[21.10.2024 01:25:28.787] Warning: qrc:/lottie/lottie/lottie.mjs:23:202811 Variable "ExpressionPropertyInterface" is used before its declaration at 23:214149.
[21.10.2024 01:25:28.787] Warning: qrc:/lottie/lottie/lottie.mjs:23:200777 Variable "ExpressionPropertyInterface" is used before its declaration at 23:214149.
[21.10.2024 01:25:28.787] Warning: qrc:/lottie/lottie/lottie.mjs:23:200820 Variable "ExpressionPropertyInterface" is used before its declaration at 23:214149.
[21.10.2024 01:25:28.787] Warning: qrc:/lottie/lottie/lottie.mjs:23:200866 Variable "ExpressionPropertyInterface" is used before its declaration at 23:214149.
[21.10.2024 01:25:28.787] Warning: qrc:/lottie/lottie/lottie.mjs:23:204946 Variable "ExpressionPropertyInterface" is used before its declaration at 23:214149.
[21.10.2024 01:25:28.787] Warning: qrc:/lottie/lottie/lottie.mjs:23:198687 Variable "ExpressionPropertyInterface" is used before its declaration at 23:214149.
[21.10.2024 01:25:28.787] Warning: qrc:/lottie/lottie/lottie.mjs:23:198734 Variable "ExpressionPropertyInterface" is used before its declaration at 23:214149.
[21.10.2024 01:25:28.787] Warning: qrc:/lottie/lottie/lottie.mjs:23:199137 Variable "ExpressionPropertyInterface" is used before its declaration at 23:214149.
[21.10.2024 01:25:28.787] Warning: qrc:/lottie/lottie/lottie.mjs:23:199185 Variable "ExpressionPropertyInterface" is used before its declaration at 23:214149.
[21.10.2024 01:25:28.787] Warning: qrc:/lottie/lottie/lottie.mjs:23:199232 Variable "ExpressionPropertyInterface" is used before its declaration at 23:214149.
[21.10.2024 01:25:28.787] Warning: qrc:/lottie/lottie/lottie.mjs:23:199622 Variable "h" is used before its declaration at 23:199652.
[21.10.2024 01:25:28.787] Warning: qrc:/lottie/lottie/lottie.mjs:23:199717 Variable "ExpressionPropertyInterface" is used before its declaration at 23:214149.
[21.10.2024 01:25:28.787] Warning: qrc:/lottie/lottie/lottie.mjs:23:200001 Variable "ExpressionPropertyInterface" is used before its declaration at 23:214149.
[21.10.2024 01:25:28.787] Warning: qrc:/lottie/lottie/lottie.mjs:23:200048 Variable "ExpressionPropertyInterface" is used before its declaration at 23:214149.
[21.10.2024 01:25:28.787] Warning: qrc:/lottie/lottie/lottie.mjs:23:200099 Variable "ExpressionPropertyInterface" is used before its declaration at 23:214149.
[21.10.2024 01:25:28.788] Warning: qrc:/lottie/lottie/lottie.mjs:23:203728 Variable "ExpressionPropertyInterface" is used before its declaration at 23:214149.
[21.10.2024 01:25:28.788] Warning: qrc:/lottie/lottie/lottie.mjs:23:203776 Variable "ExpressionPropertyInterface" is used before its declaration at 23:214149.
[21.10.2024 01:25:28.788] Warning: qrc:/lottie/lottie/lottie.mjs:23:203822 Variable "ExpressionPropertyInterface" is used before its declaration at 23:214149.
[21.10.2024 01:25:28.788] Warning: qrc:/lottie/lottie/lottie.mjs:23:203874 Variable "ExpressionPropertyInterface" is used before its declaration at 23:214149.
[21.10.2024 01:25:28.788] Warning: qrc:/lottie/lottie/lottie.mjs:23:203929 Variable "ExpressionPropertyInterface" is used before its declaration at 23:214149.
[21.10.2024 01:25:28.788] Warning: qrc:/lottie/lottie/lottie.mjs:23:203981 Variable "ExpressionPropertyInterface" is used before its declaration at 23:214149.
[21.10.2024 01:25:28.788] Warning: qrc:/lottie/lottie/lottie.mjs:23:204036 Variable "ExpressionPropertyInterface" is used before its declaration at 23:214149.
[21.10.2024 01:25:28.788] Warning: qrc:/lottie/lottie/lottie.mjs:23:205333 Variable "ExpressionPropertyInterface" is used before its declaration at 23:214149.
[21.10.2024 01:25:28.788] Warning: qrc:/lottie/lottie/lottie.mjs:23:205379 Variable "ExpressionPropertyInterface" is used before its declaration at 23:214149.
[21.10.2024 01:25:28.788] Warning: qrc:/lottie/lottie/lottie.mjs:23:204543 Variable "ExpressionPropertyInterface" is used before its declaration at 23:214149.
[21.10.2024 01:25:28.788] Warning: qrc:/lottie/lottie/lottie.mjs:23:204592 Variable "ExpressionPropertyInterface" is used before its declaration at 23:214149.
[21.10.2024 01:25:28.788] Warning: qrc:/lottie/lottie/lottie.mjs:23:204636 Variable "ExpressionPropertyInterface" is used before its declaration at 23:214149.
[21.10.2024 01:25:28.788] Warning: qrc:/lottie/lottie/lottie.mjs:23:208025 Variable "TransformExpressionInterface" is used before its declaration at 23:209872.
[21.10.2024 01:25:28.788] Warning: qrc:/lottie/lottie/lottie.mjs:23:208801 Variable "MaskManagerInterface" is used before its declaration at 23:213561.
[21.10.2024 01:25:28.788] Warning: qrc:/lottie/lottie/lottie.mjs:23:208903 Variable "s$" is used before its declaration at 23:209409.
[21.10.2024 01:25:28.788] Warning: qrc:/lottie/lottie/lottie.mjs:23:209399 Variable "s$" is used before its declaration at 23:209409.
[21.10.2024 01:25:28.788] Warning: qrc:/lottie/lottie/lottie.mjs:23:210611 Variable "ExpressionPropertyInterface" is used before its declaration at 23:214149.
[21.10.2024 01:25:28.788] Warning: qrc:/lottie/lottie/lottie.mjs:23:210693 Variable "ExpressionPropertyInterface" is used before its declaration at 23:214149.
[21.10.2024 01:25:28.788] Warning: qrc:/lottie/lottie/lottie.mjs:23:210775 Variable "ExpressionPropertyInterface" is used before its declaration at 23:214149.
[21.10.2024 01:25:28.788] Warning: qrc:/lottie/lottie/lottie.mjs:23:210852 Variable "ExpressionPropertyInterface" is used before its declaration at 23:214149.
[21.10.2024 01:25:28.788] Warning: qrc:/lottie/lottie/lottie.mjs:23:210925 Variable "ExpressionPropertyInterface" is used before its declaration at 23:214149.
[21.10.2024 01:25:28.788] Warning: qrc:/lottie/lottie/lottie.mjs:23:210966 Variable "ExpressionPropertyInterface" is used before its declaration at 23:214149.
[21.10.2024 01:25:28.788] Warning: qrc:/lottie/lottie/lottie.mjs:23:211002 Variable "ExpressionPropertyInterface" is used before its declaration at 23:214149.
[21.10.2024 01:25:28.788] Warning: qrc:/lottie/lottie/lottie.mjs:23:211038 Variable "ExpressionPropertyInterface" is used before its declaration at 23:214149.
[21.10.2024 01:25:28.788] Warning: qrc:/lottie/lottie/lottie.mjs:23:211081 Variable "ExpressionPropertyInterface" is used before its declaration at 23:214149.
[21.10.2024 01:25:28.788] Warning: qrc:/lottie/lottie/lottie.mjs:23:211245 Variable "ExpressionPropertyInterface" is used before its declaration at 23:214149.
[21.10.2024 01:25:28.788] Warning: qrc:/lottie/lottie/lottie.mjs:23:211322 Variable "ExpressionPropertyInterface" is used before its declaration at 23:214149.
[21.10.2024 01:25:28.788] Warning: qrc:/lottie/lottie/lottie.mjs:23:211399 Variable "ExpressionPropertyInterface" is used before its declaration at 23:214149.
[21.10.2024 01:25:28.788] Warning: qrc:/lottie/lottie/lottie.mjs:23:211478 Variable "ExpressionPropertyInterface" is used before its declaration at 23:214149.
[21.10.2024 01:25:28.788] Warning: qrc:/lottie/lottie/lottie.mjs:23:211552 Variable "ExpressionPropertyInterface" is used before its declaration at 23:214149.
[21.10.2024 01:25:28.788] Warning: qrc:/lottie/lottie/lottie.mjs:23:211623 Variable "ExpressionPropertyInterface" is used before its declaration at 23:214149.
[21.10.2024 01:25:28.788] Warning: qrc:/lottie/lottie/lottie.mjs:23:211699 Variable "ExpressionPropertyInterface" is used before its declaration at 23:214149.
[21.10.2024 01:25:28.788] Warning: qrc:/lottie/lottie/lottie.mjs:23:211778 Variable "ExpressionPropertyInterface" is used before its declaration at 23:214149.
[21.10.2024 01:25:28.788] Warning: qrc:/lottie/lottie/lottie.mjs:23:212442 Variable "o" is used before its declaration at 23:212509.
[21.10.2024 01:25:28.788] Warning: qrc:/lottie/lottie/lottie.mjs:23:212447 Variable "o" is used before its declaration at 23:212509.
[21.10.2024 01:25:28.788] Warning: qrc:/lottie/lottie/lottie.mjs:23:212963 Variable "ExpressionPropertyInterface" is used before its declaration at 23:214149.
[New Thread 0x7fff47e006c0 (LWP 86697)]
[21.10.2024 01:25:28.880] (NetworkRequest) Debug: Network header received
[21.10.2024 01:25:28.880] (NetworkRequest) Debug: Network reply received - status: 200 - expected: 200
[21.10.2024 01:25:28.920] (NetworkRequest) Debug: Network header received
[21.10.2024 01:25:28.920] (NetworkRequest) Debug: Network reply received - status: 200 - expected: 200
[21.10.2024 01:25:28.920] (TaskGetFeatureList) Debug: Get feature list completed {"features":{},"experimentalFeatures":{"example-feature":{"enabled":true,"something":null}}}
[21.10.2024 01:25:28.920] (FeatureModel) Warning: Got example-feature but experimental feature doesn't exist. Ignoring.
[21.10.2024 01:25:28.920] (TaskScheduler) Debug: Task completed: TaskGetFeatureList
[21.10.2024 01:25:28.920] (TaskScheduler) Debug: Tasks:  2
[21.10.2024 01:25:28.920] (TaskGroup) Debug: Running subtask: TaskAddonIndex
[21.10.2024 01:25:28.920] (TaskAddonIndex) Debug: Download manifest URL: https://archive.mozilla.org/pub/vpn/addons/releases/latest/manifest.json
[21.10.2024 01:25:28.920] (NetworkRequest) Debug: Network request created by TaskAddonIndex
[21.10.2024 01:25:28.920] (TaskAddonIndex) Debug: Download manifest signature URL: https://archive.mozilla.org/pub/vpn/addons/releases/latest/manifest.json.sig
[21.10.2024 01:25:28.921] (NetworkRequest) Debug: Network request created by TaskAddonIndex
[21.10.2024 01:25:28.931] (CryptoSettings) Debug: Writing the settings file
[21.10.2024 01:25:28.931] (CryptoSettings) Debug: Write encrypted file
[21.10.2024 01:25:28.932] (CryptoSettings) Debug: Incrementing nonce: 3
[New Thread 0x7fff474006c0 (LWP 86698)]
[21.10.2024 01:25:29.048] (NetworkRequest) Debug: Network header received
[21.10.2024 01:25:29.048] (NetworkRequest) Debug: Network reply received - status: 200 - expected: 200
[21.10.2024 01:25:29.048] (TaskAddonIndex) Debug: Get addon index completed
[21.10.2024 01:25:29.070] (NetworkRequest) Debug: Network header received
[21.10.2024 01:25:29.071] (NetworkRequest) Debug: Network reply received - status: 200 - expected: 200
[21.10.2024 01:25:29.071] (TaskAddonIndex) Debug: Get addon index signature completed
[21.10.2024 01:25:29.071] (AddonIndex) Debug: The index has not changed
[21.10.2024 01:25:29.071] (AddonManager) Debug: Updating addons list. Status: 0 Addons: 0
[21.10.2024 01:25:29.071] (AddonManager) Debug: Failed to update the addons list
[21.10.2024 01:25:29.071] (TaskScheduler) Debug: Task completed: TaskGroup
[21.10.2024 01:25:29.071] (TaskScheduler) Debug: Tasks:  1
[21.10.2024 01:25:29.071] (TaskRelease) Debug: Release check started
[21.10.2024 01:25:29.071] (Updater) Debug: Updater created
[21.10.2024 01:25:29.071] (VersionApi) Debug: VersionApi created
[21.10.2024 01:25:29.071] (NetworkRequest) Debug: Network request created by TaskRelease
[New Thread 0x7fff46a006c0 (LWP 86699)]
[New Thread 0x7fff460006c0 (LWP 86700)]
[21.10.2024 01:25:29.169] (NetworkRequest) Debug: Network header received
[21.10.2024 01:25:29.169] (NetworkRequest) Debug: Network reply received - status: 200 - expected: 200
[21.10.2024 01:25:29.170] (VersionApi) Debug: Request completed
[21.10.2024 01:25:29.170] (VersionApi) Debug: Latest version: 2.24.1
[21.10.2024 01:25:29.170] (VersionApi) Debug: Minimum version: 2.0.0
[21.10.2024 01:25:29.170] (VersionApi) Debug: Current version: 2.24.1
[21.10.2024 01:25:29.170] (VersionApi) Debug: VersionApi released
[21.10.2024 01:25:29.170] (Updater) Debug: Updater released
[21.10.2024 01:25:29.170] (ReleaseMonitor) Debug: ReleaseMonitor scheduling
[21.10.2024 01:25:29.170] (TaskScheduler) Debug: Task completed: TaskRelease
[21.10.2024 01:25:29.171] (TaskScheduler) Debug: Tasks:  0
[21.10.2024 01:25:30.018] (LinuxNetworkWatcherWorker) Debug: initialize
[21.10.2024 01:25:30.018] (LinuxNetworkWatcherWorker) Debug: Retrieving the list of wifi network devices from NetworkManager
[21.10.2024 01:25:30.029] (LinuxNetworkWatcherWorker) Debug: Found a wifi device: /org/freedesktop/NetworkManager/Devices/2
[21.10.2024 01:25:30.031] (LinuxNetworkWatcherWorker) Debug: Checking devices
[21.10.2024 01:25:30.898] Warning: triggerEvent@qrc:/lottie/lottie/lottie.mjs:23
[21.10.2024 01:25:30.898] Warning: Too many arguments, ignoring 1
[21.10.2024 01:25:34.257] (MozillaVPN) Debug: Authenticate
[21.10.2024 01:25:34.257] (App) Debug: Set state: 1
[21.10.2024 01:25:34.257] (MozillaVPN) Debug: Stop scheduling account and servers
[21.10.2024 01:25:34.257] (TaskControllerAction) Debug: TaskControllerAction created (2) 1
[21.10.2024 01:25:34.257] (TaskScheduler) Debug: Scheduling task: TaskControllerAction
[21.10.2024 01:25:34.257] (TaskScheduler) Debug: Tasks:  1
[21.10.2024 01:25:34.257] (TaskControllerAction) Debug: TaskControllerAction run
[21.10.2024 01:25:34.257] (Controller) Debug: Deactivation Controller::StateInitializing
[21.10.2024 01:25:34.258] (Controller) Warning: Already disconnected
[21.10.2024 01:25:34.258] (Navigator) Debug: Compute component
[21.10.2024 01:25:34.258] (Navigator) Debug: Loading screen qrc:/qt/qml/Mozilla/VPN/screens/ScreenAuthenticationInApp.qml
[21.10.2024 01:25:34.260] (NavigationBarModel) Debug: Reset button selection
[21.10.2024 01:25:34.260] (IpAddressLookup) Debug: state changed
[21.10.2024 01:25:34.260] (IpAddressLookup) Debug: Resetting the data
[21.10.2024 01:25:34.260] (SystemTrayNotificationHandler) Debug: Update context menu
[21.10.2024 01:25:34.260] (KeyRegenerator) Debug: Let's check if the key has to be regenerated
[21.10.2024 01:25:34.261] (KeyRegenerator) Debug: Feature disabled
[21.10.2024 01:25:34.261] (TaskScheduler) Debug: Scheduling task: TaskHeartbeat
[21.10.2024 01:25:34.261] (TaskScheduler) Debug: Tasks:  1
[21.10.2024 01:25:34.261] (TaskScheduler) Debug: Scheduling task: TaskAuthenticate
[21.10.2024 01:25:34.261] (TaskScheduler) Debug: Tasks:  2
[21.10.2024 01:25:34.261] (Navigator) Debug: Remove item
[21.10.2024 01:25:34.262] (TaskScheduler) Debug: Task completed: TaskControllerAction
[21.10.2024 01:25:34.262] (TaskScheduler) Debug: Tasks:  2
[21.10.2024 01:25:34.262] (NetworkRequest) Debug: Network request created by TaskHeartbeat
[21.10.2024 01:25:34.263] (Navigator) Debug: Add stack view for screen 1002
[21.10.2024 01:25:34.365] (NetworkRequest) Debug: Network header received
[21.10.2024 01:25:34.365] (NetworkRequest) Debug: Network reply received - status: 200 - expected: 200
[21.10.2024 01:25:34.365] (TaskHeartbeat) Debug: Heartbeat content received: {"mullvadOK":true,"dbOK":true}
[21.10.2024 01:25:34.365] (MozillaVPN) Debug: Server-side check done: 1
[21.10.2024 01:25:34.365] (TaskScheduler) Debug: Task completed: TaskHeartbeat
[21.10.2024 01:25:34.365] (TaskScheduler) Debug: Tasks:  1
[21.10.2024 01:25:34.366] (TaskAuthenticate) Debug: TaskAuthenticate::Run
[21.10.2024 01:25:34.366] (AuthenticationInAppListener) Debug: AuthenticationInAppListener initialized
[21.10.2024 01:25:34.366] (AuthenticationInAppSession) Debug: AuthenticationInAppSession initialized
[21.10.2024 01:25:34.366] (NetworkRequest) Debug: Network request created by TaskAuthenticate
[21.10.2024 01:25:34.493] (NetworkRequest) Debug: Network header received
[21.10.2024 01:25:34.494] (NetworkRequest) Debug: Network reply received - status: 200 - expected: any
[21.10.2024 01:25:34.494] (AuthenticationInAppSession) Debug: Request completed
[21.10.2024 01:25:34.763] (LinuxNetworkWatcherWorker) Debug: Properties changed for interface org.freedesktop.NetworkManager.Device.Statistics
[21.10.2024 01:25:34.763] (LinuxNetworkWatcherWorker) Debug: Access point did not changed. Ignoring the changes

Thread 1 "mozillavpn" received signal SIGSEGV, Segmentation fault.
QWindow::mapToGlobal (this=0x0, pos=...) at /usr/src/debug/qt6-base/qtbase/src/gui/kernel/qwindow.cpp:2920
2920        Q_D(const QWindow);

@xiota
Copy link

xiota commented Oct 21, 2024

@Inky19 After the segfault occurs, use bt command in gdb to run a backtrace to try to find where the problem is.

@Inky19
Copy link

Inky19 commented Oct 21, 2024

@xiota ah yes sorry my bad
Here is the full backtrace :

Click to expand backtrace


#0  QWindow::mapToGlobal (this=0x0, pos=...) at /usr/src/debug/qt6-base/qtbase/src/gui/kernel/qwindow.cpp:2920
#1  0x00007ffff6fa981d in QQuickItem::mapToItem (this=0x555558c73fe0, item=0x555558483de0, point=...)
    at /usr/src/debug/qt6-declarative/qtdeclarative/src/quick/items/qquickitem.cpp:8761
#2  0x00007ffff6fb4763 in QQuickItem::mapToItem (this=0x555558c73fe0, item=<optimized out>, x=<optimized out>, 
    y=<optimized out>) at /usr/src/debug/qt6-declarative/qtdeclarative/src/quick/items/qquickitem.cpp:10070
#3  QQuickItem::qt_static_metacall (_o=_o@entry=0x555558c73fe0, _c=_c@entry=QMetaObject::InvokeMetaMethod, 
    _id=_id@entry=41, _a=_a@entry=0x7fffffff99d8)
    at /usr/src/debug/qt6-declarative/build/src/quick/Quick_autogen/include/moc_qquickitem.cpp:907
#4  0x00007ffff6fb57b4 in QQuickItem::qt_metacall (this=0x555558c73fe0, _c=QMetaObject::InvokeMetaMethod, _id=41, 
    _a=0x7fffffff99d8)
    at /usr/src/debug/qt6-declarative/build/src/quick/Quick_autogen/include/moc_qquickitem.cpp:1304
#5  0x00007ffff6f868be in QQuickFlickable::qt_metacall (this=0x555558c73fe0, _c=QMetaObject::InvokeMetaMethod, 
    _id=<optimized out>, _a=0x7fffffff99d8)
    at /usr/src/debug/qt6-declarative/build/src/quick/Quick_autogen/include/moc_qquickflickable_p.cpp:1112
#6  0x00007ffff59173fb in QQmlObjectOrGadget::metacall (this=0x7fffffff9cc0, type=QMetaObject::InvokeMetaMethod, 
    index=<optimized out>, argv=<optimized out>)
    at /usr/src/debug/qt6-declarative/qtdeclarative/src/qml/qml/qqmlobjectorgadget.cpp:14
#7  0x00007ffff57dcdeb in QV4::CallMethod (object=..., index=<optimized out>, returnType=..., 
    argCount=<optimized out>, argTypes=<optimized out>, engine=<optimized out>, callArgs=<optimized out>, 
    callType=<optimized out>) at /usr/include/qt6/QtCore/qvarlengtharray.h:85
#8  QV4::QObjectMethod::callPrecise (object=..., data=..., engine=<optimized out>, callArgs=<optimized out>, 
    callType=<optimized out>)
    at /usr/src/debug/qt6-declarative/qtdeclarative/src/qml/jsruntime/qv4qobjectwrapper.cpp:1978
--Type <RET> for more, q to quit, c to continue without paging--
#9  0x00007ffff57e705d in operator() (__closure=<optimized out>) at /usr/src/debug/qt6-declarative/qtdeclarative/src/qml/jsruntime/qv4qobjectwrapper.cpp:2974
#10 operator()<QV4::QObjectMethod::callInternal(const QV4::Value*, const QV4::Value*, int) const::<lambda()> > (__closure=<synthetic pointer>, call=...)
    at /usr/src/debug/qt6-declarative/qtdeclarative/src/qml/jsruntime/qv4qobjectwrapper.cpp:2951
#11 QV4::QObjectMethod::callInternal (this=0x7fffffff9d78, thisObject=<optimized out>, argv=0x7fff789bf568, argc=3) at /usr/src/debug/qt6-declarative/qtdeclarative/src/qml/jsruntime/qv4qobjectwrapper.cpp:2974
#12 0x00007ffff57ffe6b in QV4::FunctionObject::call (this=0x7fffffff9d78, thisObject=0x7fff789bf5e0, argv=0x7fff789bf568, argc=3) at /usr/src/debug/qt6-declarative/qtdeclarative/src/qml/jsruntime/qv4functionobject_p.h:187
#13 QV4::Runtime::CallQmlContextPropertyLookup::call (engine=0x555557bef2d0, index=<optimized out>, argv=0x7fff789bf568, argc=3) at /usr/src/debug/qt6-declarative/qtdeclarative/src/qml/jsruntime/qv4runtime.cpp:1449
#14 0x00007ffff584acdd in QV4::Moth::VME::interpret (frame=0x7fffffffa240, engine=0x555557bef2d0, 
    code=0x555556e4e24c <QmlCacheGeneratedCode::_nebula_components_MZFlickable_qml::qmlData+2508> "<H\030\a.I<J\030\t.K<L<M\242\t\030\b.N<OP^\032\a\t.P\200\t\030\n\026\bf\nPO.Q\030\v\026\a\200\v\030\f\026\bf\fP?.R\030\r.S\030\016.T\030\017.Uf\017P\b.V<W<XL\036\026\a\302d\030\020.Y\200\020\030\021\026\b\302e\242\021\030\022.Z\030\023.[\242\023\200\022\200\016B\\\rL\t.]\030\r.^B_\r\016\002")
    at /usr/src/debug/qt6-declarative/qtdeclarative/src/qml/jsruntime/qv4vme_moth.cpp:833
#15 0x00007ffff58543ff in QV4::Moth::VME::exec (frame=<optimized out>, engine=<optimized out>) at /usr/src/debug/qt6-declarative/qtdeclarative/src/qml/jsruntime/qv4vme_moth.cpp:487
#16 0x00007ffff579d86c in QV4::Moth::VME::exec (frame=0x7fffffffa240, engine=0x555557bef2d0) at /usr/src/debug/qt6-declarative/qtdeclarative/src/qml/jsruntime/qv4engine_p.h:828
#17 qfoDoCall (fo=fo@entry=0x7fff789bf4f8, thisObject=thisObject@entry=0x7fff789bf508, argv=argv@entry=0x7fff789bf508, argc=argc@entry=0) at /usr/src/debug/qt6-declarative/qtdeclarative/src/qml/jsruntime/qv4functionobject.cpp:527
#18 0x00007ffff579d954 in QV4::ArrowFunction::virtualCall (fo=fo@entry=0x7fff789bf4f8, thisObject=0x7fff789bf508, argv=argv@entry=0x7fff789bf508, argc=argc@entry=0)
    at /usr/src/debug/qt6-declarative/qtdeclarative/src/qml/jsruntime/qv4functionobject.cpp:558
#19 0x00007ffff579de47 in operator() (__closure=<synthetic pointer>, thisObject=<optimized out>, argv=<optimized out>, argc=0) at /usr/src/debug/qt6-declarative/qtdeclarative/src/qml/jsruntime/qv4functionobject.cpp:496
#20 QV4::convertAndCall<QV4::ArrowFunction::virtualCallWithMetaTypes(const QV4::FunctionObject*, QObject*, void**, const QMetaType*, int)::<lambda(const QV4::Value*, const QV4::Value*, int)> > (engine=<optimized out>, 
    thisObject=0x555558c73fe0, a=0x7fffffffa4e8, types=0x7fffffffa4f0, argc=0, call=...) at /usr/src/debug/qt6-declarative/qtdeclarative/src/qml/jsruntime/qv4jscall_p.h:199
#21 QV4::ArrowFunction::virtualCallWithMetaTypes (fo=0x7fff789bf4f8, thisObject=0x555558c73fe0, a=0x7fffffffa4e8, types=0x7fffffffa4f0, argc=0) at /usr/src/debug/qt6-declarative/qtdeclarative/src/qml/jsruntime/qv4functionobject.cpp:494
#22 0x00007ffff5871623 in QV4::FunctionObject::call (this=0x7fff789bf4f8, thisObject=<optimized out>, argv=0x7fffffffa4e8, types=0x7fffffffa4f0, argc=0)
    at /usr/src/debug/qt6-declarative/qtdeclarative/src/qml/jsruntime/qv4functionobject_p.h:194
#23 QQmlPrivate::AOTCompiledContext::callQmlContextPropertyLookup (this=this@entry=0x7fffffffa5e0, index=index@entry=10, args=args@entry=0x7fffffffa4e8, types=types@entry=0x7fffffffa4f0, argc=argc@entry=0)
    at /usr/src/debug/qt6-declarative/qtdeclarative/src/qml/qml/qqml.cpp:1798
#24 0x000055555582fcc3 in QmlCacheGeneratedCode::_nebula_components_MZFlickable_qml::aotBuiltFunctions::{lambda(QQmlPrivate::AOTCompiledContext const*, void**)#5}::operator()(QQmlPrivate::AOTCompiledContext const*, void**) const (
    __closure=0x0, argv=<optimized out>, aotContext=0x7fffffffa5e0) at /usr/src/debug/mozillavpn/build/nebula/ui/components/.rcc/qmlcache/components_MZFlickable_qml.cpp:1920
#25 QmlCacheGeneratedCode::_nebula_components_MZFlickable_qml::aotBuiltFunctions::{lambda(QQmlPrivate::AOTCompiledContext const*, void**)#5}::_FUN(QQmlPrivate::AOTCompiledContext const*, void**) ()
    at /usr/src/debug/mozillavpn/build/nebula/ui/components/.rcc/qmlcache/components_MZFlickable_qml.cpp:1944
#26 0x00007ffff58464ac in operator() (argc=<optimized out>, __closure=0x7fffffffa670, argv=0x7fffffffa970) at /usr/src/debug/qt6-declarative/qtdeclarative/src/qml/jsruntime/qv4vme_moth.cpp:446
#27 QV4::coerceAndCall<AOTCompiledMetaMethod, QV4::Moth::VME::exec(QV4::MetaTypesStackFrame*, QV4::ExecutionEngine*)::<lambda(void**, int)> >(QV4::ExecutionEngine *, const AOTCompiledMetaMethod *, void **, const QMetaType *, int, struct {...}) (engine=engine@entry=0x555557bef2d0, typedFunction=typedFunction@entry=0x7fffffffa6a8, argv=<optimized out>, types=<optimized out>, argc=<optimized out>, call=...)
    at /usr/src/debug/qt6-declarative/qtdeclarative/src/qml/jsruntime/qv4jscall_p.h:555
#28 0x00007ffff5848fd8 in QV4::Moth::VME::exec (frame=0x7fffffffa7a0, engine=0x555557bef2d0) at /usr/src/debug/qt6-declarative/qtdeclarative/src/qml/jsruntime/qv4stackframe_p.h:151
#29 0x00007ffff57973f9 in QV4::Moth::VME::exec (frame=0x7fffffffa7a0, engine=<optimized out>) at /usr/src/debug/qt6-declarative/qtdeclarative/src/qml/jsruntime/qv4engine_p.h:828
#30 QV4::Function::call (this=0x555557d88c00, thisObject=0x555558c73fe0, a=<optimized out>, types=0x7fffffffa960, argc=0, context=0x7fff906a0b90) at /usr/src/debug/qt6-declarative/qtdeclarative/src/qml/jsruntime/qv4function.cpp:36
#31 0x00007ffff58df364 in QQmlJavaScriptExpression::evaluate (this=<optimized out>, a=<optimized out>, types=<optimized out>, argc=<optimized out>)
    at /usr/src/debug/qt6-declarative/qtdeclarative/src/qml/qml/qqmljavascriptexpression_p.h:248
#32 0x00007ffff5885fd3 in QQmlBoundSignalExpression::evaluate (this=0x5555576c2120, a=a@entry=0x0) at /usr/src/debug/qt6-declarative/qtdeclarative/src/qml/qml/qqmlboundsignal.cpp:200
#33 0x00007ffff588b028 in QQmlBoundSignal_callback (e=0x555557d78e00, a=0x0) at /usr/src/debug/qt6-declarative/qtdeclarative/src/qml/qml/ftw/qqmlrefcount_p.h:73
#34 QQmlBoundSignal_callback (e=0x555557d78e00, a=0x0) at /usr/src/debug/qt6-declarative/qtdeclarative/src/qml/qml/qqmlboundsignal.cpp:294
#35 0x00007ffff5900a5c in QQmlNotifier::emitNotify (endpoint=<optimized out>, a=0x0) at /usr/src/debug/qt6-declarative/qtdeclarative/src/qml/qml/qqmlnotifier.cpp:70
#36 0x00007ffff4fb1f2a in doActivate<false> (sender=0x555558c73fe0, signal_index=26, argv=0x0) at /usr/src/debug/qt6-base/qtbase/src/corelib/kernel/qobject.cpp:4010
#37 0x00007ffff6f93d7d in QQuickItem::geometryChange (this=<optimized out>, newGeometry=..., oldGeometry=...) at /usr/src/debug/qt6-declarative/qtdeclarative/src/quick/items/qquickitem.cpp:3901
#38 0x00007ffff6f7c437 in QQuickFlickable::geometryChange (this=0x555558c73fe0, newGeometry=..., oldGeometry=...) at /usr/src/debug/qt6-declarative/qtdeclarative/src/quick/items/qquickflickable.cpp:2094
#39 0x00007ffff6fa6210 in QQuickItem::setHeight (this=0x555558c73fe0, h=<optimized out>) at /usr/src/debug/qt6-declarative/qtdeclarative/src/quick/items/qquickitem.cpp:7514
#40 0x00007ffff6fca7e0 in QQuickLoaderPrivate::setInitialState (this=0x5555586a7980, obj=0x555558c73fe0) at /usr/src/debug/qt6-declarative/qtdeclarative/src/quick/items/qquickloader.cpp:638
#41 QQuickLoaderIncubator::setInitialState (this=this@entry=0x555558a293e0, o=0x555558c73fe0) at /usr/src/debug/qt6-declarative/qtdeclarative/src/quick/items/qquickloader.cpp:622
#42 0x00007ffff58dda13 in QQmlIncubatorPrivate::incubate (this=0x7fff64001b90, i=...) at /usr/src/debug/qt6-declarative/qtdeclarative/src/qml/qml/qqmlincubator.cpp:321
#43 0x00007ffff58de6fd in QQmlIncubationController::incubateFor (this=0x7fff2c0ce9e0, msecs=<optimized out>) at /usr/src/debug/qt6-declarative/qtdeclarative/src/qml/qml/ftw/qintrusivelist_p.h:123
#44 QQmlIncubationController::incubateFor (this=0x7fff2c0ce9e0, msecs=<optimized out>) at /usr/src/debug/qt6-declarative/qtdeclarative/src/qml/qml/qqmlincubator.cpp:419
#45 0x00007ffff4fa3439 in QObject::event (this=0x7fff2c0ce9d0, e=0x7fffffffc950) at /usr/src/debug/qt6-base/qtbase/src/corelib/kernel/qobject.cpp:1393
#46 0x00007ffff66fe31a in QApplicationPrivate::notify_helper (this=<optimized out>, receiver=0x7fff2c0ce9d0, e=0x7fffffffc950) at /usr/src/debug/qt6-base/qtbase/src/widgets/kernel/qapplication.cpp:3294
#47 0x00007ffff4f585a8 in QCoreApplication::notifyInternal2 (receiver=0x7fff2c0ce9d0, event=0x7fffffffc950) at /usr/src/debug/qt6-base/qtbase/src/corelib/kernel/qcoreapplication.cpp:1165
#48 0x00007ffff50d5d1f in QCoreApplication::sendEvent (receiver=<optimized out>, event=0x7fffffffc950) at /usr/src/debug/qt6-base/qtbase/src/corelib/kernel/qcoreapplication.cpp:1609
#49 QTimerInfoList::activateTimers (this=<optimized out>) at /usr/src/debug/qt6-base/qtbase/src/corelib/kernel/qtimerinfo_unix.cpp:426
#50 0x00007ffff51c23c1 in timerSourceDispatch (source=<optimized out>) at /usr/src/debug/qt6-base/qtbase/src/corelib/kernel/qeventdispatcher_glib.cpp:152
--Type <RET> for more, q to quit, c to continue without paging--
#51 idleTimerSourceDispatch (source=<optimized out>) at /usr/src/debug/qt6-base/qtbase/src/corelib/kernel/qeventdispatcher_glib.cpp:199
#52 0x00007ffff770d559 in g_main_dispatch (context=0x7fffa0000f30) at ../glib/glib/gmain.c:3357
#53 0x00007ffff7770157 in g_main_context_dispatch_unlocked (context=0x7fffa0000f30) at ../glib/glib/gmain.c:4208
#54 g_main_context_iterate_unlocked.isra.0 (context=context@entry=0x7fffa0000f30, block=block@entry=1, dispatch=dispatch@entry=1, self=<optimized out>) at ../glib/glib/gmain.c:4273
#55 0x00007ffff770ca55 in g_main_context_iteration (context=0x7fffa0000f30, may_block=1) at ../glib/glib/gmain.c:4338
#56 0x00007ffff51bf71d in QEventDispatcherGlib::processEvents (this=0x5555576609d0, flags=...) at /usr/src/debug/qt6-base/qtbase/src/corelib/kernel/qeventdispatcher_glib.cpp:396
#57 0x00007ffff4f64566 in QEventLoop::processEvents (this=0x7fffffffcc90, flags=...) at /usr/src/debug/qt6-base/qtbase/src/corelib/kernel/qeventloop.cpp:100
#58 QEventLoop::exec (this=0x7fffffffcc90, flags=...) at /usr/src/debug/qt6-base/qtbase/src/corelib/kernel/qeventloop.cpp:191
#59 0x00007ffff4f59a2f in QCoreApplication::exec () at /usr/src/debug/qt6-base/qtbase/src/corelib/global/qflags.h:74
#60 0x00007ffff66fa74a in QApplication::exec () at /usr/src/debug/qt6-base/qtbase/src/widgets/kernel/qapplication.cpp:2562
#61 0x000055555574c652 in operator() (__closure=<optimized out>) at /usr/src/debug/mozillavpn/mozilla-vpn-client-2.24.1/src/commands/commandui.cpp:441
#62 0x000055555574d46f in std::function<int()>::operator() (this=0x7fffffffd6c0) at /usr/include/c++/14.2.1/bits/std_function.h:591
#63 Command::runQmlApp (this=0x55555762bcc0, a_callback=...) at /usr/src/debug/mozillavpn/mozilla-vpn-client-2.24.1/src/command.cpp:203
#64 CommandUI::run (this=0x55555762bcc0, tokens=...) at /usr/src/debug/mozillavpn/mozilla-vpn-client-2.24.1/src/commands/commandui.cpp:158
#65 0x000055555574479c in CommandLineParser::parse (this=<optimized out>, argc=<optimized out>, argv=<optimized out>) at /usr/src/debug/mozillavpn/mozilla-vpn-client-2.24.1/src/commandlineparser.cpp:88
#66 0x0000555555634670 in main (argc=1, argv=0x7fffffffda98) at /usr/src/debug/mozillavpn/mozilla-vpn-client-2.24.1/src/main.cpp:35

@strseb strseb reopened this Oct 21, 2024
@mizdrake7
Copy link

I can confirm the same issue with
KDE Plasma Version: 6.2.1
KDE Frameworks Version: 6.7.0
Qt Version: 6.8.0
Kernel Version: 6.12.0-rc3-1-mainline (64-bit)
Graphics Platform: Wayland

PKGBUILD: https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=mozillavpn

Actual result:

╭─madmiz@madmiz in ~
╰─λ mozillavpn
QDBusArgument: write from a read-only object
fish: Job 1, 'mozillavpn' terminated by signal SIGSEGV (Address boundary error)

╭─madmiz@madmiz in ~ took 1s
[⚡] × sudo dmesg |grep mozillavpn
[sudo] password for madmiz:
[  242.528133] mozillavpn[22003]: segfault at 8 ip 00007f846cbea6b4 sp 00007ffeb9cc10c0 error 4 in libQt6Gui.so.6.8.0[1ea6b4,7f846cadd000+688000] likely on CPU 4 (core 0, socket 0)
[12069.027228] mozillavpn[264387]: segfault at 8 ip 00007f0e403ea6b4 sp 00007ffc68f54330 error 4 in libQt6Gui.so.6.8.0[1ea6b4,7f0e402dd000+688000] likely on CPU 4 (core 0, socket 0)
[12082.630233] mozillavpn[264581]: segfault at 8 ip 00007f83e4bea6b4 sp 00007fff73671e10 error 4 in libQt6Gui.so.6.8.0[1ea6b4,7f83e4add000+688000] likely on CPU 4 (core 0, socket 0)
[12176.197137] mozillavpn[266665]: segfault at 8 ip 00007f2793fea6b4 sp 00007ffd583e2120 error 4 in libQt6Gui.so.6.8.0[1ea6b4,7f2793edd000+688000] likely on CPU 6 (core 2, socket 0)
[13408.520608] mozillavpn[273045]: segfault at 8 ip 00007efd93dea6b4 sp 00007ffc18e254c0 error 4 in libQt6Gui.so.6.8.0[1ea6b4,7efd93cdd000+688000] likely on CPU 1 (core 1, socket 0)

╭─madmiz@madmiz in ~ as 🧙 took 2s
╰─λ mozillavpn  --version
mozillavpn 2.24.1

╭─madmiz@madmiz in ~ as 🧙 took 0s
╰─λ

@strseb strseb self-assigned this Oct 24, 2024
strseb added a commit that referenced this issue Oct 24, 2024
strseb added a commit that referenced this issue Oct 27, 2024
* Re:#9966 Fix Crash in MZFlickable

* forgot about that
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
6 participants