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

b...@mogwai.be changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
     Ever confirmed|0                           |1
             Status|REPORTED                    |CONFIRMED

--- Comment #11 from b...@mogwai.be ---
> Thread 1 "kasts" received signal SIGSEGV, Segmentation fault.
> 0x00007ffff6cf50e8 in libvlc_set_user_agent ()
>    from /lib/x86_64-linux-gnu/libvlc.so.5
> (gdb) bt
> #0  0x00007ffff6cf50e8 in libvlc_set_user_agent
>     () from /lib/x86_64-linux-gnu/libvlc.so.5
> #1  0x00007ffff7d8e2aa in VlcMediaBackend::VlcMediaBackend
> (this=this@entry=0x555555741470, 
>     parent=parent@entry=0x55555573cd10)
>     at ./src/kmediasession/mediabackends/vlcmediabackend.cpp:100
> #2  0x00007ffff7d7726a in KMediaSession::setCurrentBackend
> (this=0x55555573cd10, 
>     backend=KMediaSession::Vlc)
>     at ./src/kmediasession/kmediasession.cpp:305
> #3  0x00007ffff7d77eb8 in KMediaSession::KMediaSession
> (this=this@entry=0x55555573cd10, 
>     playerName=..., desktopEntryName=..., 
>     parent=parent@entry=0x0)
>     at ./src/kmediasession/kmediasession.cpp:66

Mmm, this means that the call to libvlc_new didn't succeed (which is the line
of code above the one that causes the segmentation fault).  That means that
Kasts wasn't able to start a VLC instance.  It's the very first call to the lib
that already fails.
Two things:
- I would need to figure out how you can get debug output from vlc to trace the
actual issue.
- Kasts need error handling for this failure, which it should already have had.

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

Reply via email to