libvlc_event_detach crashing. qt linux

This forum is about all development around libVLC.
varon
New Cone
New Cone
Posts: 4
Joined: 27 Mar 2010 19:22

libvlc_event_detach crashing. qt linux

Postby varon » 26 Jun 2019 21:02

Hi: I have problems with libvlc_event_detach

I am working with Qt 5.9.5, ubuntu 18.04

qmake /home/andreski/myProject/myProject.pro -spec linux-g++ CONFIG+=debug CONFIG+=qml_debug && /usr/bin/make qmake_all

my problem may be this ?
https://trac.videolan.org/vlc/ticket/16503

maybe an error choosing the libraries?

I checked all instances are created and not null, but crash remains.

Code: Select all

QList<libvlc_event_e> list; list << libvlc_MediaPlayerEndReached << libvlc_MediaPlayerEncounteredError << libvlc_MediaPlayerPositionChanged; foreach (const libvlc_event_e &event, list) { libvlc_event_detach(manager, event, f_callback, user_data); }

Rémi Denis-Courmont
Developer
Developer
Posts: 15267
Joined: 07 Jun 2004 16:01
VLC version: master
Operating System: Linux
Contact:

Re: libvlc_event_detach crashing. qt linux

Postby Rémi Denis-Courmont » 26 Jun 2019 21:12

You'll need to be more specific, or everybody will assume that it is a bug in your code.
Rémi Denis-Courmont
https://www.remlab.net/
Private messages soliciting support will be systematically discarded

varon
New Cone
New Cone
Posts: 4
Joined: 27 Mar 2010 19:22

Re: libvlc_event_detach crashing. qt linux

Postby varon » 26 Jun 2019 22:53

You'll need to be more specific, or everybody will assume that it is a bug in your code.
what information I have to post?

mfkl
Developer
Developer
Posts: 740
Joined: 13 Jun 2017 10:41

Re: libvlc_event_detach crashing. qt linux

Postby mfkl » 27 Jun 2019 04:36

Full logs and full code would be a good start
https://mfkl.github.io


Return to “Development around libVLC”

Who is online

Users browsing this forum: No registered users and 11 guests