Bug 375637 - Core dump immediately after launch with Nvidea card and drivers
Summary: Core dump immediately after launch with Nvidea card and drivers
Status: RESOLVED FIXED
Alias: None
Product: kdenlive
Classification: Applications
Component: User Interface & Miscellaneous (show other bugs)
Version: 16.12.1
Platform: Neon Linux
: NOR crash
Target Milestone: ---
Assignee: Jean-Baptiste Mardelle
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-01-28 04:16 UTC by Dima
Modified: 2017-02-12 03:35 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments
strace kdenlive (3.45 MB, text/plain)
2017-01-28 04:16 UTC, Dima
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Dima 2017-01-28 04:16:31 UTC
Created attachment 103675 [details]
strace kdenlive

Launch, window appears and falls (crash)
Comment 1 Dima 2017-01-28 04:31:03 UTC
My videocard:
02:00.0 VGA compatible controller: NVIDIA Corporation GK106 [GeForce GTX 650 Ti] (rev a1) (prog-if 00 [VGA controller])
        Subsystem: Gigabyte Technology Co., Ltd GK106 [GeForce GTX 650 Ti]
        Flags: bus master, fast devsel, latency 0, IRQ 30
        Memory at f9000000 (32-bit, non-prefetchable) [size=16M]
        Memory at d0000000 (64-bit, prefetchable) [size=256M]
        Memory at ee000000 (64-bit, prefetchable) [size=32M]
        I/O ports at ef00 [size=128]
        [virtual] Expansion ROM at fa000000 [disabled] [size=512K]
        Capabilities: <access denied>
        Kernel driver in use: nvidia
        Kernel modules: nvidiafb, nouveau, nvidia_367, nvidia_367_drm

With AMD (opensource driver) - OK
Comment 2 Wegwerf 2017-01-29 16:20:48 UTC
What about bug titles that are actually descriptive and useful?
Comment 3 Dima 2017-01-31 11:23:03 UTC
(gdb) run
Starting program: /usr/bin/kdenlive 
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
[New Thread 0x7fffdf5b4700 (LWP 3466)]
[New Thread 0x7fffddb9e700 (LWP 3467)]
MLT profiles path:  "/usr/share/mlt/profiles/"
[New Thread 0x7fffbfc37700 (LWP 3468)]
[New Thread 0x7fffb34f1700 (LWP 3469)]
[New Thread 0x7fffb2482700 (LWP 3470)]
[New Thread 0x7fffb1adb700 (LWP 3471)]
[New Thread 0x7fff9f665700 (LWP 3472)]
[Thread 0x7fff9f665700 (LWP 3472) exited]
[New Thread 0x7fff9f665700 (LWP 3473)]
[New Thread 0x7fffa327e700 (LWP 3475)]
OpenGL vendor:  "NVIDIA Corporation"
OpenGL renderer:  "GeForce GTX 650 Ti/PCIe/SSE2"
OpenGL Threaded:  true
OpenGL ARG_SYNC:  true
OpenGL OpenGLES:  false
[New Thread 0x7fffa28ad700 (LWP 3476)]
[New Thread 0x7fffa20ac700 (LWP 3477)]
[New Thread 0x7fffa187c700 (LWP 3478)]
[New Thread 0x7fffa107b700 (LWP 3479)]
QOpenGLFunctions created with non-current context

Thread 11 "FrameRenderer" received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0x7fffa28ad700 (LWP 3476)]
uploadTextures (context=<optimized out>, frame=..., texture=texture@entry=0x7fff90144b38) at /workspace/build/src/monitor/glwidget.cpp:343
343     /workspace/build/src/monitor/glwidget.cpp: Нет такого файла или каталога.
(gdb) quit
Comment 4 Dima 2017-01-31 11:24:35 UTC
In the attached file "strace kdenlive"
Comment 5 Dima 2017-01-31 11:27:09 UTC
With the proprietary Nvidia driver - crash. On another computer with AMD's open source driver - works
Comment 6 Dima 2017-02-12 03:33:47 UTC
With the upgrade to kdenlive 16.12.2, the problem is solved