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

--- Comment #5 from Dm <[email protected]> ---
(In reply to cwo from comment #3)
> Q_ASSERT_X will cause a crash if its conditions are not met in a debug
> build, but do nothing in a release build. Q_ASSERT_X will also print an
> error message with more information about the problem to the console (or if
> it's not running in a console, to the system log – at least on most systemd
> configurations).
> 
> Could you reproduce the error, then run `journalctl --reverse` and copy the
> assert message from there and paste it here?

фев 08 06:16:29 DellNote dolphin[74625]: [mov,mp4,m4a,3gp,3g2,mj2 @
0x6136cf0eb980] stream 0, timescale not set
фев 08 06:16:29 DellNote dolphin[74625]: [mov,mp4,m4a,3gp,3g2,mj2 @
0x6136cf0eb980] stream 0, timescale not set
фев 08 06:16:24 DellNote vlc[74812]: libva info: va_openDriver() returns 0
фев 08 06:16:24 DellNote vlc[74812]: libva info: Found init function
__vaDriverInit_1_20
фев 08 06:16:24 DellNote vlc[74812]: libva info: Trying to open
/usr/lib/x86_64-linux-gnu/dri/iHD_drv_video.so
фев 08 06:16:24 DellNote vlc[74812]: libva info: User environment variable
requested driver 'iHD'
фев 08 06:16:24 DellNote vlc[74812]: libva info: VA-API version 1.20.0
фев 08 06:16:24 DellNote kded6[2210]: Registering ":1.278/StatusNotifierItem"
to system tray
фев 08 06:16:24 DellNote vlc[74812]: [00005d9531cc4550] main libvlc: Запуск vlc
с интерфейсом по умолчанию. Используйте 'cvlc' дл>
фев 08 06:16:23 DellNote systemd[1842]: Started
[email protected] - Медиаплеер VLC - Медиаплеер.

Here is the log witt: launch VLC, and pause and non-working play with mid-click
But could not see here your example
But!! (2) no crash with release build. Even self-made and... it might be no
message because of variables:
```
export DEB_CXXFLAGS_APPEND="-DQT_NO_DEBUG -DNDEBUG"
export DEB_CFLAGS_APPEND="-DQT_NO_DEBUG -DNDEBUG"
```
set while building a DEB

Tried do launch `gdb vlc` ant send y to this: Enable debuginfod for this
session? (y or [n]) y
And... Play/Pause works... but if launched with Dolphin on file, pause works,
play again after pause does not
If VLC is launched from menu, play/pause widget works proper
So only launching by click on file causes errors in media player widget

May be there are some variables/settings to enable Release build but not
disabling Q_ASSERT?

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

Reply via email to