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

--- Comment #14 from Marco Mattiolo <marco.matti...@hotmail.it> ---
On the Pinephone

marco@mobian:~/Scaricati$ gdb --args env VLC_VERBOSE=3 /usr/bin/kasts 
GNU gdb (Debian 13.1-3) 13.1
Copyright (C) 2023 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 "aarch64-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 env...
(No debugging symbols found in env)
(gdb) run
Starting program: /usr/bin/env VLC_VERBOSE=3 /usr/bin/kasts
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/aarch64-linux-gnu/libthread_db.so.1".
process 2559 is executing new program: /usr/bin/kasts
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/aarch64-linux-gnu/libthread_db.so.1".
[New Thread 0x7ff0adf020 (LWP 2567)]
[New Thread 0x7ff02cf020 (LWP 2568)]
[New Thread 0x7fefabf020 (LWP 2569)]
Activating WAL mode on database: ok
Database version 0
Migrating database to version 1
Migrating database to version 2
Migrating database to version 3
Migrating database to version 4
Migrating database to version 5
Migrating database to version 6
Migrating database to version 7
Migrating database to version 8; this can take a while
[New Thread 0x7fee5ff020 (LWP 2570)]
[New Thread 0x7feddef020 (LWP 2572)]

Thread 1 "kasts" received signal SIGSEGV, Segmentation fault.
0x0000007ff57e9158 in libvlc_set_user_agent ()
   from /lib/aarch64-linux-gnu/libvlc.so.5
(gdb) bt
#0  0x0000007ff57e9158 in libvlc_set_user_agent ()
   from /lib/aarch64-linux-gnu/libvlc.so.5
#1  0x0000007ff7ccda38 in VlcMediaBackend::VlcMediaBackend (
    this=this@entry=0x55557485a0, parent=parent@entry=0x5555744ab0)
    at ./src/kmediasession/mediabackends/vlcmediabackend.cpp:100
#2  0x0000007ff7cb51c4 in KMediaSession::setCurrentBackend (this=0x5555744ab0, 
    backend=KMediaSession::Vlc) at ./src/kmediasession/kmediasession.cpp:305
#3  0x0000007ff7cb574c in KMediaSession::KMediaSession (
    this=this@entry=0x5555744ab0, playerName=..., desktopEntryName=..., 
    parent=parent@entry=0x0) at ./src/kmediasession/kmediasession.cpp:66
#4  0x00000055555ba728 in AudioManagerPrivate::AudioManagerPrivate (
    this=0x5555744ab0) at ./src/audiomanager.cpp:25
#5  std::make_unique<AudioManagerPrivate> ()
    at /usr/include/c++/12/bits/unique_ptr.h:1065
#6  AudioManager::AudioManager (
    this=this@entry=0x55556803c8 <AudioManager::instance()::_instance>, 
    parent=parent@entry=0x0) at ./src/audiomanager.cpp:56
#7  0x000000555558bbd4 in AudioManager::instance () at ./src/audiomanager.h:56
#8  0x0000005555570384 in main (argc=<optimized out>, argv=<optimized out>)
    at ./src/main.cpp:162
(gdb) quit
A debugging session is active.

        Inferior 1 [process 2559] will be killed.

Quit anyway? (y or n) y

I do not see that much additional information coming from VLC, though...

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to