Bug 1401322

Summary: calibre crashes when I click "add books": (python2:29823): Gdk-WARNING **: gdkwindow-x11.c:5573 drawable is not a native X11 window
Product: [Fedora] Fedora Reporter: Ryan Rowe <ryanrowe>
Component: calibreAssignee: Kevin Fenzi <kevin>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 25CC: chkr, frankly3d, helio, intrigeri, kevin, nushio, zbyszek
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-12-04 19:30:47 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Ryan Rowe 2016-12-04 19:17:37 UTC
Description of problem:
When I open Calibre, and click "Add books", calibre crashes.

strace:
[pid 29823]      0.000043 write(2, "\n(python2:29823): Gdk-\33[1;33mWARNING\33[0m **: gdkwindow-x11.c:5573 drawable is not a native X11 window\n", 102
(python2:29823): Gdk-WARNING **: gdkwindow-x11.c:5573 drawable is not a native X11 window
) = 102
[pid 29823]      0.000026 --- SIGSEGV {si_signo=SIGSEGV, si_code=SEGV_MAPERR, si_addr=0x500000090} ---
[pid 29899]      0.703162 +++ killed by SIGSEGV (core dumped) +++
[pid 29898]      0.000015 +++ killed by SIGSEGV (core dumped) +++
[pid 29897]      0.000011 +++ killed by SIGSEGV (core dumped) +++


Version-Release number of selected component (if applicable):
calibre-2.69.0-1.fc25.x86_64

How reproducible:
Every time

Steps to Reproduce:
1.
2.
3.

Actual results:


Expected results:


Additional info:

Workaround is to start calibre with CALIBRE_NO_NATIVE_FILEDIALOGS=1
(but calibre will still crash when trying to exit the program)

Comment 1 Kevin Fenzi 2016-12-04 19:30:47 UTC
Looks like a dupe of 1387928

*** This bug has been marked as a duplicate of bug 1387928 ***