[kde] [Bug 459577] New: Tokodon Segmentation fault (core dumped)

bugzilla_noreply at kde.org bugzilla_noreply at kde.org
Fri Sep 23 20:28:41 BST 2022


https://bugs.kde.org/show_bug.cgi?id=459577

            Bug ID: 459577
           Summary: Tokodon Segmentation fault (core dumped)
    Classification: I don't know
           Product: kde
           Version: unspecified
          Platform: Archlinux
                OS: Linux
            Status: REPORTED
          Severity: normal
          Priority: NOR
         Component: general
          Assignee: unassigned-bugs at kde.org
          Reporter: jahway603 at protonmail.com
  Target Milestone: ---

SUMMARY
***
NOTE: If you are reporting a crash, please try to attach a backtrace with debug
symbols.
See
https://community.kde.org/Guidelines_and_HOWTOs/Debugging/How_to_create_useful_crash_reports
***

First off I can't find Tokodon in the applications list on bugs.kde.org but
your gitlab repo instructed me to file bug reports here instead of in the
actual git repo issues section.

STEPS TO REPRODUCE
1. Start tokodon application.
2. I then get a Segmentation fault (core dumped)

OBSERVED RESULT
- The first time I ran Tokodon, it loaded up fine and was working.
- All other times I run Tokodon, I get "Segmentation fault (core dumped)"

EXPECTED RESULT
The application to always start up and run.

SOFTWARE/OS VERSIONS
Arch Linux rolling with tokodon-git AUR package
Qt Version: 6.3.2-1 and 5.15.6+kde+r167-1 are both installed

ADDITIONAL INFORMATION
here is the output from gdb

$ gdb tokodon
GNU gdb (GDB) 12.1
Copyright (C) 2022 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Type "show copying" and "show warranty" for details.
This GDB was configured as "x86_64-pc-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<https://www.gnu.org/software/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
    <http://www.gnu.org/software/gdb/documentation/>.

For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from tokodon...

This GDB supports auto-downloading debuginfo from the following URLs:
https://debuginfod.archlinux.org 
Enable debuginfod for this session? (y or [n]) 
Debuginfod has been disabled.
To make this setting permanent, add 'set debuginfod enabled off' to .gdbinit.
(No debugging symbols found in tokodon)
(gdb) run
Starting program: /usr/bin/tokodon 
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/usr/lib/libthread_db.so.1".
[New Thread 0x7ffff1e7e6c0 (LWP 1026305)]
[New Thread 0x7ffff167d6c0 (LWP 1026306)]
[New Thread 0x7ffff0e7c6c0 (LWP 1026307)]
Loading any accounts from settings.
[New Thread 0x7fffe3fff6c0 (LWP 1026308)]
[New Thread 0x7fffe37fe6c0 (LWP 1026309)]
[New Thread 0x7fffe2ffd6c0 (LWP 1026310)]
[WEBSOCKET] Connecting to
QUrl("wss://social.linux.pizza/api/v1/streaming?access_token=<OMIT MY
TOKEN>&stream=user")
Loaded from settings: Account(0x5555555ee1b0)
[New Thread 0x7fffe27fc6c0 (LWP 1026311)]
[New Thread 0x7fffe13f26c0 (LWP 1026312)]
[New Thread 0x7fffe0ab06c0 (LWP 1026313)]
[New Thread 0x7fffd25ff6c0 (LWP 1026314)]
[New Thread 0x7fffd1dfe6c0 (LWP 1026315)]
[New Thread 0x7fffd15fd6c0 (LWP 1026316)]
[New Thread 0x7fffd0dfc6c0 (LWP 1026317)]
[New Thread 0x7fffc4dff6c0 (LWP 1026318)]
[New Thread 0x7fffa7fff6c0 (LWP 1026319)]
[New Thread 0x7fff9ffff6c0 (LWP 1026320)]
[New Thread 0x7fffa77fe6c0 (LWP 1026321)]
[New Thread 0x7fffa6ffd6c0 (LWP 1026322)]
[New Thread 0x7fffa67fc6c0 (LWP 1026323)]
[New Thread 0x7fffa5ffb6c0 (LWP 1026324)]
[New Thread 0x7fffa57fa6c0 (LWP 1026325)]
[New Thread 0x7fffa4ff96c0 (LWP 1026326)]
[New Thread 0x7fff9f7fe6c0 (LWP 1026327)]
[New Thread 0x7fff9effd6c0 (LWP 1026328)]
[New Thread 0x7fff9e7fc6c0 (LWP 1026329)]
[New Thread 0x7fff9dffb6c0 (LWP 1026330)]
QObject::connect(AccountManager, TimelineModel): invalid nullptr parameter
file:///usr/lib/qt/qml/org/kde/kirigami.2/AbstractApplicationWindow.qml:286:5:
QML Binding: Not restoring previous value because restoreMode has not been set.
This behavior is deprecated.
You have to import QtQml 2.15 after any QtQuick imports and set
the restoreMode of the binding to fix this warning.
In Qt < 6.0 the default is Binding.RestoreBinding.
In Qt >= 6.0 the default is Binding.RestoreBindingOrValue.


Thread 1 "tokodon" received signal SIGSEGV, Segmentation fault.
0x00007ffff732517f in QV4::Heap::InternalClass::changeVTableImpl(QV4::VTable
const*) () from /usr/lib/libQt5Qml.so.5
(gdb) backtrace
#0  0x00007ffff732517f in
QV4::Heap::InternalClass::changeVTableImpl(QV4::VTable const*) () from
/usr/lib/libQt5Qml.so.5
#1  0x00007ffff749d106 in
QV4::QQmlValueTypeWrapper::create(QV4::ExecutionEngine*, QObject*, int,
QMetaObject const*, int) () from /usr/lib/libQt5Qml.so.5
#2  0x00007ffff7371e36 in ?? () from /usr/lib/libQt5Qml.so.5
#3  0x00007fffd0064ae2 in ?? ()
#4  0x00007fffff7ff3e0 in ?? ()
#5  0x0000000000000000 in ?? ()
(gdb)

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the Unassigned-bugs mailing list