[dolphin] [Bug 411596] Dolphin crashes when tries to play a video preview after I select a folder

2020-01-02 Thread Elvis Angelaccio
https://bugs.kde.org/show_bug.cgi?id=411596

Elvis Angelaccio  changed:

   What|Removed |Added

 CC||simonandr...@gmail.com

--- Comment #14 from Elvis Angelaccio  ---
*** Bug 415780 has been marked as a duplicate of this bug. ***

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

[dolphin] [Bug 411596] Dolphin crashes when tries to play a video preview after I select a folder

2020-01-02 Thread Elvis Angelaccio
https://bugs.kde.org/show_bug.cgi?id=411596

Elvis Angelaccio  changed:

   What|Removed |Added

 Resolution|--- |UPSTREAM
 Status|CONFIRMED   |RESOLVED

--- Comment #13 from Elvis Angelaccio  ---
Can't reproduce anymore with Qt 5.14

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

[dolphin] [Bug 411596] Dolphin crashes when tries to play a video preview after I select a folder

2019-11-14 Thread Méven Car
https://bugs.kde.org/show_bug.cgi?id=411596

--- Comment #12 from Méven Car  ---
https://bugreports.qt.io/browse/QTBUG-79674 was merged and probably will fix
this.
It will be part of Qt 5.12.6, 5.13.3, 5.14RC1

Please confirm it if you can test with those versions

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

[dolphin] [Bug 411596] Dolphin crashes when tries to play a video preview after I select a folder

2019-10-31 Thread Méven Car
https://bugs.kde.org/show_bug.cgi?id=411596

--- Comment #11 from Méven Car  ---
I have opened qt bug about this bug https://bugreports.qt.io/browse/QTBUG-79674

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

[dolphin] [Bug 411596] Dolphin crashes when tries to play a video preview after I select a folder

2019-10-31 Thread Méven Car
https://bugs.kde.org/show_bug.cgi?id=411596

--- Comment #10 from Méven Car  ---
https://bugs.kde.org/show_bug.cgi?id=412809 might be caused by the same code.
The backtraces end the same way with Qt 5.12.3 and Qt 5.13.1

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

[dolphin] [Bug 411596] Dolphin crashes when tries to play a video preview after I select a folder

2019-10-28 Thread Méven Car
https://bugs.kde.org/show_bug.cgi?id=411596

--- Comment #9 from Méven Car  ---
Apparently there is an error in wl_proxy->display caught at
https://gitlab.freedesktop.org/wayland/wayland/blob/master/src/wayland-client.c#L743

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

[dolphin] [Bug 411596] Dolphin crashes when tries to play a video preview after I select a folder

2019-10-28 Thread Méven Car
https://bugs.kde.org/show_bug.cgi?id=411596

--- Comment #8 from Méven Car  ---
Created attachment 123536
  --> https://bugs.kde.org/attachment.cgi?id=123536=edit
New crash information added by DrKonqi

dolphin (19.11.70) using Qt 5.12.4

- What I was doing when the application crashed:

Hover over a video file and previewing it in the information panel.
Hovering over a non-video file.
Hovering on a video file.
Crash occurs.

-- Backtrace (Reduced):
#7  0x7fa85f9023eb in __GI_raise (sig=sig@entry=6) at
../sysdeps/unix/sysv/linux/raise.c:50
#8  0x7fa85f8e1899 in __GI_abort () at abort.c:79
#9  0x7fa85fac92c5 in wl_abort (fmt=fmt@entry=0x7fa85faca0d8 "Error
marshalling request: %s\n") at ../src/wayland-util.c:417
#10 0x7fa85fac526d in wl_proxy_marshal_array_constructor_versioned
(proxy=proxy@entry=0x55b3a8c2f030, opcode=opcode@entry=1,
args=args@entry=0x7fff033aad90, interface=interface@entry=0x7fa85facdb00
, version=1) at ../src/wayland-client.c:744
#11 0x7fa85fac529d in wl_proxy_marshal_array_constructor
(proxy=proxy@entry=0x55b3a8c2f030, opcode=opcode@entry=1,
args=args@entry=0x7fff033aad90, interface=interface@entry=0x7fa85facdb00
) at ../src/wayland-client.c:690

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

[dolphin] [Bug 411596] Dolphin crashes when tries to play a video preview after I select a folder

2019-10-04 Thread Méven Car
https://bugs.kde.org/show_bug.cgi?id=411596

--- Comment #7 from Méven Car  ---
This looks like a QtWayland bug seeing the trace.

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

[dolphin] [Bug 411596] Dolphin crashes when tries to play a video preview after I select a folder

2019-09-29 Thread Elvis Angelaccio
https://bugs.kde.org/show_bug.cgi?id=411596

--- Comment #6 from Elvis Angelaccio  ---
*** Bug 412355 has been marked as a duplicate of this bug. ***

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

[dolphin] [Bug 411596] Dolphin crashes when tries to play a video preview after I select a folder

2019-09-14 Thread Méven Car
https://bugs.kde.org/show_bug.cgi?id=411596

--- Comment #5 from Méven Car  ---
(In reply to Elvis Angelaccio from comment #4)
> And it only crashes when the autoplay feature is enabled.

No, you just need to launch a video playback (without autoplay) and while it is
playing, hover over a non-video file and then hover back on the video file.

I believe it should be easy to reproduce in demonstration code.
It is mostly due to the video player widget being display, hidden and shown
again.

IMO it is a QtWayland bug.

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

[dolphin] [Bug 411596] Dolphin crashes when tries to play a video preview after I select a folder

2019-09-14 Thread Elvis Angelaccio
https://bugs.kde.org/show_bug.cgi?id=411596

--- Comment #4 from Elvis Angelaccio  ---
And it only crashes when the autoplay feature is enabled.

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

[dolphin] [Bug 411596] Dolphin crashes when tries to play a video preview after I select a folder

2019-09-14 Thread Elvis Angelaccio
https://bugs.kde.org/show_bug.cgi?id=411596

Elvis Angelaccio  changed:

   What|Removed |Added

 Status|REPORTED|CONFIRMED
 Ever confirmed|0   |1

--- Comment #3 from Elvis Angelaccio  ---
I can reproduce it, it crashes when switching from any non-video preview to a
video preview in the information panel.

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

[dolphin] [Bug 411596] Dolphin crashes when tries to play a video preview after I select a folder

2019-09-11 Thread Méven Car
https://bugs.kde.org/show_bug.cgi?id=411596

--- Comment #2 from Méven Car  ---
*** Bug 411835 has been marked as a duplicate of this bug. ***

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

[dolphin] [Bug 411596] Dolphin crashes when tries to play a video preview after I select a folder

2019-09-09 Thread Elvis Angelaccio
https://bugs.kde.org/show_bug.cgi?id=411596

Elvis Angelaccio  changed:

   What|Removed |Added

   Keywords||wayland

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

[dolphin] [Bug 411596] Dolphin crashes when tries to play a video preview after I select a folder

2019-09-06 Thread Patrick Silva
https://bugs.kde.org/show_bug.cgi?id=411596

--- Comment #1 from Patrick Silva  ---
This crash only occurs on Wayland session.

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

[dolphin] [Bug 411596] Dolphin crashes when tries to play a video preview after I select a folder

2019-09-06 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=411596

Nate Graham  changed:

   What|Removed |Added

 CC||meve...@gmail.com,
   ||n...@kde.org

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