https://bugs.kde.org/show_bug.cgi?id=381121
Bug ID: 381121 Summary: kdialog raise segment fault Product: kdialog Version: unspecified Platform: Kubuntu Packages OS: Linux Status: UNCONFIRMED Severity: normal Priority: NOR Component: general Assignee: br...@frogmouth.net Reporter: tung...@outlook.com Target Milestone: --- Kdialog always got segment fault when trying to open/upload file in chromium-based browser Steps to Reproduce: 1. Open Chrome/Chromium/Vivaldi or any other Chromium-based browser 2. Try Ctrl+O to open a file, then it's reported that Kdialog got segment fault Actual Results: Kdialog crashed without showing up Expected Results: Open a dialog to choose file Build Date & Platform: 05/20/2017 on Kubuntu 17.04 Additional Information: For browsers does not rely on Kdialog, like firefox, there's no issue on opening a file dialog Possible related report: https://bugs.kde.org/show_bug.cgi?id=380165 Almost the same issue, however it's related to vlc and that issue had already been fixed on debian releases 2 years ago. FYI I have latest version of vlc installed but without the phonon-backend-vlc pkg. Crash report 1: Application: KDialog (kdialog), signal: Segmentation fault Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1". [KCrash Handler] #6 0x00007f277ed03b79 in KFileDialog::KFileDialog (this=0x7fff7c88c630, startDir=..., filter=..., parent=<optimized out>, customWidget=0x0) at ./kio/kfile/kfiledialog.cpp:266 #7 0x00005634be3a2970 in directCommand (args=<optimized out>) at ./kdialog/kdialog.cpp:562 #8 main (argc=<optimized out>, argv=<optimized out>) at ./kdialog/kdialog.cpp:914 Crash report 2: Application: KDialog (kdialog), signal: Segmentation fault Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1". [Current thread is 1 (Thread 0x7f9e70effd80 (LWP 6395))] Thread 2 (Thread 0x7f9e5e042700 (LWP 6396)): #0 0x00007f9e6dd09f73 in select () at ../sysdeps/unix/syscall-template.S:84 #1 0x00007f9e6f1b55cf in ?? () from /usr/lib/x86_64-linux-gnu/libQtCore.so.4 #2 0x00007f9e6f0cae3c in ?? () from /usr/lib/x86_64-linux-gnu/libQtCore.so.4 #3 0x00007f9e6bf376da in start_thread (arg=0x7f9e5e042700) at pthread_create.c:456 #4 0x00007f9e6dd1417f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:105 Thread 1 (Thread 0x7f9e70effd80 (LWP 6395)): [KCrash Handler] #6 0x00007f9e7083cb79 in KFileDialog::KFileDialog (this=0x7ffc449aa6f0, startDir=..., filter=..., parent=<optimized out>, customWidget=0x0) at ./kio/kfile/kfiledialog.cpp:266 #7 0x00005583264ba970 in directCommand (args=<optimized out>) at ./kdialog/kdialog.cpp:562 #8 main (argc=<optimized out>, argv=<optimized out>) at ./kdialog/kdialog.cpp:914 -- You are receiving this mail because: You are watching all bug changes.