View Single Post
Old 10-14-2019, 12:56 AM   #18
ps67
Guru
ps67 ought to be getting tired of karma fortunes by now.ps67 ought to be getting tired of karma fortunes by now.ps67 ought to be getting tired of karma fortunes by now.ps67 ought to be getting tired of karma fortunes by now.ps67 ought to be getting tired of karma fortunes by now.ps67 ought to be getting tired of karma fortunes by now.ps67 ought to be getting tired of karma fortunes by now.ps67 ought to be getting tired of karma fortunes by now.ps67 ought to be getting tired of karma fortunes by now.ps67 ought to be getting tired of karma fortunes by now.ps67 ought to be getting tired of karma fortunes by now.
 
Posts: 760
Karma: 7025686
Join Date: Aug 2017
Location: Italy
Device: Kindle Paperwhite, Kobo Elipsa, Pocketbook Inkpad 4, Inkpad Color
I opened the editor, the issue came when I opened css file, even without modify it, only seeing it, I try again:

1. opened file (normally, from calibre, not with debug, it is wrong?) and modified some xhtml file (written a casual letter): no issue
2. modified some xhtml file (substitution of <em> tag with <i> tag): no issue
3. opened css file: tried to substitute
Code:
.LLinfo {
font-family : "Courier New";
}
with
Code:
.LLinfo {
font-family : "Courier Prime";
}
Kicked off before saving.
But generally it is not necessary to change css file, it is enough open it and examine it, when selecting something is more likely to obtain the segmentation fault.

4. I opened the file again and imediately kicked off, may be because the file previously opened was css, I post the trace back.

Code:
ps@ps-Inspiron-3650:~$ echo bt | coredumpctl gdb                        
           PID: 3528 (open_book)
           UID: 1000 (ps)
           GID: 1000 (ps)
        Signal: 11 (SEGV)
     Timestamp: Mon 2019-10-14 06:55:20 CEST (20s ago)
  Command Line: /opt/calibre/bin/calibre-parallel
    Executable: /opt/calibre/bin/calibre-parallel
 Control Group: /user.slice/user-1000.slice/session-3.scope
          Unit: session-3.scope
         Slice: user-1000.slice
       Session: 3
     Owner UID: 1000 (ps)
       Boot ID: 60897caff5634982a21766c89c364036
    Machine ID: 511f79f717f34fabbda1f4c6b7101b7d
      Hostname: ps-Inspiron-3650
       Storage: /var/lib/systemd/coredump/core.open_book.1000.60897caff5634982a21766c89c364036.3528.1571028920000000.lz4
       Message: Process 3528 (open_book) of user 1000 dumped core.
                
                Stack trace of thread 3528:
                #0  0x00007f984ec1c779 _ZNK11QTextFormat14stringPropertyEi (libQt5Gui.so.5)
                #1  0x00007f984f1368b7 n/a (QtGui.so)
                #2  0x00007f9859ad9a35 PyEval_EvalFrameEx (libpython2.7.so.1.0)
                #3  0x00007f9859adbfbc PyEval_EvalCodeEx (libpython2.7.so.1.0)
                #4  0x00007f9859ad8404 PyEval_EvalFrameEx (libpython2.7.so.1.0)
                #5  0x00007f9859adbfbc PyEval_EvalCodeEx (libpython2.7.so.1.0)
                #6  0x00007f9859a50c6c n/a (libpython2.7.so.1.0)
                #7  0x00007f9859a1e2b3 PyObject_Call (libpython2.7.so.1.0)
                #8  0x00007f9859a3008c n/a (libpython2.7.so.1.0)
                #9  0x00007f9859a1e2b3 PyObject_Call (libpython2.7.so.1.0)
                #10 0x00007f9859ad2087 PyEval_CallObjectWithKeywords (libpython2.7.so.1.0)
                #11 0x00007f984f58e6dd n/a (sip.so)
                #12 0x00007f984f58e919 n/a (sip.so)
                #13 0x00007f984d3c8fcb n/a (QtWidgets.so)
                #14 0x00007f984d4bcd9b n/a (QtWidgets.so)
                #15 0x00007f984cd56d3c _ZN19QApplicationPrivate13notify_helperEP7QObjectP6QEvent (libQt5Widgets.so.5)
                #16 0x00007f984cd5f0a6 _ZN12QApplication6notifyEP7QObjectP6QEvent (libQt5Widgets.so.5)
                #17 0x00007f984d6018be n/a (QtWidgets.so)
                #18 0x00007f984fa31728 _ZN16QCoreApplication15notifyInternal2EP7QObjectP6QEvent (libQt5Core.so.5)
                #19 0x00007f984cd5cc31 _ZN12QApplication5eventEP6QEvent (libQt5Widgets.so.5)
                #20 0x00007f984d601c0c n/a (QtWidgets.so)
                #21 0x00007f9859ad9a35 PyEval_EvalFrameEx (libpython2.7.so.1.0)
                #22 0x00007f9859adbfbc PyEval_EvalCodeEx (libpython2.7.so.1.0)
                #23 0x00007f9859a50c6c n/a (libpython2.7.so.1.0)
                #24 0x00007f9859a1e2b3 PyObject_Call (libpython2.7.so.1.0)
                #25 0x00007f9859a3008c n/a (libpython2.7.so.1.0)
                #26 0x00007f9859a1e2b3 PyObject_Call (libpython2.7.so.1.0)
                #27 0x00007f9859ad2087 PyEval_CallObjectWithKeywords (libpython2.7.so.1.0)
                #28 0x00007f984f58e6dd n/a (sip.so)
                #29 0x00007f984f58e919 n/a (sip.so)
                #30 0x00007f984d3c8fcb n/a (QtWidgets.so)
                #31 0x00007f984d601adb n/a (QtWidgets.so)
                #32 0x00007f984cd56d3c _ZN19QApplicationPrivate13notify_helperEP7QObjectP6QEvent (libQt5Widgets.so.5)
                #33 0x00007f984cd5e3d0 _ZN12QApplication6notifyEP7QObjectP6QEvent (libQt5Widgets.so.5)
                #34 0x00007f984d6018be n/a (QtWidgets.so)
                #35 0x00007f984fa31728 _ZN16QCoreApplication15notifyInternal2EP7QObjectP6QEvent (libQt5Core.so.5)
                #36 0x00007f984fa8be39 _ZN14QTimerInfoList14activateTimersEv (libQt5Core.so.5)
                #37 0x00007f984fa8c6f9 n/a (libQt5Core.so.5)
                #38 0x00007f98507bfdb7 g_main_context_dispatch (libglib-2.0.so.0)
                #39 0x00007f98507c00c8 n/a (libglib-2.0.so.0)
                #40 0x00007f98507c02ac g_main_context_iteration (libglib-2.0.so.0)
                #41 0x00007f984fa8ca8f _ZN20QEventDispatcherGlib13processEventsE6QFlagsIN10QEventLoop17ProcessEventsFlagEE (libQt5Core.so.5)
                #42 0x00007f984fa2fbd2 _ZN10QEventLoop4execE6QFlagsINS_17ProcessEventsFlagEE (libQt5Core.so.5)
                #43 0x00007f984fa38c34 _ZN16QCoreApplication4execEv (libQt5Core.so.5)
                #44 0x00007f984d57630b n/a (QtWidgets.so)
                #45 0x00007f9859ad9a35 PyEval_EvalFrameEx (libpython2.7.so.1.0)
                #46 0x00007f9859adbfbc PyEval_EvalCodeEx (libpython2.7.so.1.0)
                #47 0x00007f9859ad8404 PyEval_EvalFrameEx (libpython2.7.so.1.0)
                #48 0x00007f9859adbfbc PyEval_EvalCodeEx (libpython2.7.so.1.0)
                #49 0x00007f9859ad8404 PyEval_EvalFrameEx (libpython2.7.so.1.0)
                #50 0x00007f9859adbfbc PyEval_EvalCodeEx (libpython2.7.so.1.0)
                #51 0x00007f9859a50d55 n/a (libpython2.7.so.1.0)
                #52 0x00007f9859a1e2b3 PyObject_Call (libpython2.7.so.1.0)
                #53 0x00007f9859ad3bd2 PyEval_EvalFrameEx (libpython2.7.so.1.0)
                #54 0x00007f9859adbfbc PyEval_EvalCodeEx (libpython2.7.so.1.0)
                #55 0x00007f9859ad8404 PyEval_EvalFrameEx (libpython2.7.so.1.0)
                #56 0x00007f9859adbfbc PyEval_EvalCodeEx (libpython2.7.so.1.0)
                #57 0x00007f9859a50c6c n/a (libpython2.7.so.1.0)
                #58 0x00007f9859a1e2b3 PyObject_Call (libpython2.7.so.1.0)
                #59 0x00007f9859ad2087 PyEval_CallObjectWithKeywords (libpython2.7.so.1.0)
                #60 0x00007f9859ff8529 execute_python_entrypoint (libcalibre-launcher.so)
                #61 0x0000000000400635 n/a (calibre-parallel)
                #62 0x00007f9859e0eb6b __libc_start_main (libc.so.6)
                #63 0x0000000000400669 n/a (calibre-parallel)
                
                Stack trace of thread 3539:
                #0  0x00007f98599b7916 futex_reltimed_wait_cancelable (libpthread.so.0)
                #1  0x00007f984650953a n/a (libQt5WebEngineCore.so.5)
                #2  0x00007f9846509fdd n/a (libQt5WebEngineCore.so.5)
                #3  0x00007f984650a072 n/a (libQt5WebEngineCore.so.5)
                #4  0x00007f98464c2831 n/a (libQt5WebEngineCore.so.5)
                #5  0x00007f98464c7011 n/a (libQt5WebEngineCore.so.5)
                #6  0x00007f98464c73e4 n/a (libQt5WebEngineCore.so.5)
                #7  0x00007f984650c4f4 n/a (libQt5WebEngineCore.so.5)
                #8  0x00007f98599b1182 start_thread (libpthread.so.0)
                #9  0x00007f9859f05b1f __clone (libc.so.6)
                
                Stack trace of thread 3534:
                #0  0x00007f98599ba086 futex_abstimed_wait_cancelable (libpthread.so.0)
                #1  0x00007f98599ba178 __new_sem_wait_slow (libpthread.so.0)
                #2  0x00007f9859b14bb8 PyThread_acquire_lock (libpython2.7.so.1.0)
                #3  0x00007f9859b1a522 n/a (libpython2.7.so.1.0)
                #4  0x00007f9859ad9a35 PyEval_EvalFrameEx (libpython2.7.so.1.0)
                #5  0x00007f9859adbfbc PyEval_EvalCodeEx (libpython2.7.so.1.0)
                #6  0x00007f9859ad8404 PyEval_EvalFrameEx (libpython2.7.so.1.0)
                #7  0x00007f9859adbfbc PyEval_EvalCodeEx (libpython2.7.so.1.0)
                #8  0x00007f9859ad8404 PyEval_EvalFrameEx (libpython2.7.so.1.0)
                #9  0x00007f9859adbfbc PyEval_EvalCodeEx (libpython2.7.so.1.0)
                #10 0x00007f9859a50d55 n/a (libpython2.7.so.1.0)
                #11 0x00007f9859a1e2b3 PyObject_Call (libpython2.7.so.1.0)
                #12 0x00007f9859ad3bd2 PyEval_EvalFrameEx (libpython2.7.so.1.0)
                #13 0x00007f9859ad8525 PyEval_EvalFrameEx (libpython2.7.so.1.0)
                #14 0x00007f9859ad8525 PyEval_EvalFrameEx (libpython2.7.so.1.0)
                #15 0x00007f9859adbfbc PyEval_EvalCodeEx (libpython2.7.so.1.0)
                #16 0x00007f9859a50c6c n/a (libpython2.7.so.1.0)
                #17 0x00007f9859a1e2b3 PyObject_Call (libpython2.7.so.1.0)
                #18 0x00007f9859a3008c n/a (libpython2.7.so.1.0)
                #19 0x00007f9859a1e2b3 PyObject_Call (libpython2.7.so.1.0)
                #20 0x00007f9859ad2087 PyEval_CallObjectWithKeywords (libpython2.7.so.1.0)
                #21 0x00007f9859b1a922 n/a (libpython2.7.so.1.0)
                #22 0x00007f9859b14907 n/a (libpython2.7.so.1.0)
                #23 0x00007f98599b1182 start_thread (libpthread.so.0)
                #24 0x00007f9859f05b1f __clone (libc.so.6)
                
                Stack trace of thread 3533:
                #0  0x00007f98599ba086 futex_abstimed_wait_cancelable (libpthread.so.0)
                #1  0x00007f98599ba178 __new_sem_wait_slow (libpthread.so.0)
                #2  0x00007f9859b14bb8 PyThread_acquire_lock (libpython2.7.so.1.0)
                #3  0x00007f9859b1a522 n/a (libpython2.7.so.1.0)
                #4  0x00007f9859ad9a35 PyEval_EvalFrameEx (libpython2.7.so.1.0)
                #5  0x00007f9859adbfbc PyEval_EvalCodeEx (libpython2.7.so.1.0)
                #6  0x00007f9859ad8404 PyEval_EvalFrameEx (libpython2.7.so.1.0)
                #7  0x00007f9859adbfbc PyEval_EvalCodeEx (libpython2.7.so.1.0)
                #8  0x00007f9859ad8404 PyEval_EvalFrameEx (libpython2.7.so.1.0)
                #9  0x00007f9859adbfbc PyEval_EvalCodeEx (libpython2.7.so.1.0)
                #10 0x00007f9859a50d55 n/a (libpython2.7.so.1.0)
                #11 0x00007f9859a1e2b3 PyObject_Call (libpython2.7.so.1.0)
                #12 0x00007f9859ad3bd2 PyEval_EvalFrameEx (libpython2.7.so.1.0)
                #13 0x00007f9859ad8525 PyEval_EvalFrameEx (libpython2.7.so.1.0)
                #14 0x00007f9859ad8525 PyEval_EvalFrameEx (libpython2.7.so.1.0)
                #15 0x00007f9859adbfbc PyEval_EvalCodeEx (libpython2.7.so.1.0)
                #16 0x00007f9859a50c6c n/a (libpython2.7.so.1.0)
                #17 0x00007f9859a1e2b3 PyObject_Call (libpython2.7.so.1.0)
                #18 0x00007f9859a3008c n/a (libpython2.7.so.1.0)
                #19 0x00007f9859a1e2b3 PyObject_Call (libpython2.7.so.1.0)
                #20 0x00007f9859ad2087 PyEval_CallObjectWithKeywords (libpython2.7.so.1.0)
                #21 0x00007f9859b1a922 n/a (libpython2.7.so.1.0)
                #22 0x00007f9859b14907 n/a (libpython2.7.so.1.0)
                #23 0x00007f98599b1182 start_thread (libpthread.so.0)
                #24 0x00007f9859f05b1f __clone (libc.so.6)
                
                Stack trace of thread 3535:
                #0  0x00007f98599ba086 futex_abstimed_wait_cancelable (libpthread.so.0)
                #1  0x00007f98599ba178 __new_sem_wait_slow (libpthread.so.0)
                #2  0x00007f9859b14bb8 PyThread_acquire_lock (libpython2.7.so.1.0)
                #3  0x00007f9859b1a522 n/a (libpython2.7.so.1.0)
                #4  0x00007f9859ad9a35 PyEval_EvalFrameEx (libpython2.7.so.1.0)
                #5  0x00007f9859adbfbc PyEval_EvalCodeEx (libpython2.7.so.1.0)
                #6  0x00007f9859ad8404 PyEval_EvalFrameEx (libpython2.7.so.1.0)
                #7  0x00007f9859adbfbc PyEval_EvalCodeEx (libpython2.7.so.1.0)
                #8  0x00007f9859ad8404 PyEval_EvalFrameEx (libpython2.7.so.1.0)
                #9  0x00007f9859adbfbc PyEval_EvalCodeEx (libpython2.7.so.1.0)
                #10 0x00007f9859ad8404 PyEval_EvalFrameEx (libpython2.7.so.1.0)
                #11 0x00007f9859ad8525 PyEval_EvalFrameEx (libpython2.7.so.1.0)
                #12 0x00007f9859adbfbc PyEval_EvalCodeEx (libpython2.7.so.1.0)
                #13 0x00007f9859a50c6c n/a (libpython2.7.so.1.0)
                #14 0x00007f9859a1e2b3 PyObject_Call (libpython2.7.so.1.0)
                #15 0x00007f9859a3008c n/a (libpython2.7.so.1.0)
                #16 0x00007f9859a1e2b3 PyObject_Call (libpython2.7.so.1.0)
                #17 0x00007f9859ad2087 PyEval_CallObjectWithKeywords (libpython2.7.so.1.0)
                #18 0x00007f9859b1a922 n/a (libpython2.7.so.1.0)
                #19 0x00007f9859b14907 n/a (libpython2.7.so.1.0)
                #20 0x00007f98599b1182 start_thread (libpthread.so.0)
                #21 0x00007f9859f05b1f __clone (libc.so.6)
                
                Stack trace of thread 3540:
                #0  0x00007f98599b7916 futex_reltimed_wait_cancelable (libpthread.so.0)
                #1  0x00007f984650953a n/a (libQt5WebEngineCore.so.5)
                #2  0x00007f9846509fdd n/a (libQt5WebEngineCore.so.5)
                #3  0x00007f984650a072 n/a (libQt5WebEngineCore.so.5)
                #4  0x00007f98464c2831 n/a (libQt5WebEngineCore.so.5)
                #5  0x00007f98464c7011 n/a (libQt5WebEngineCore.so.5)
                #6  0x00007f98464c73e4 n/a (libQt5WebEngineCore.so.5)
                #7  0x00007f984650c4f4 n/a (libQt5WebEngineCore.so.5)
                #8  0x00007f98599b1182 start_thread (libpthread.so.0)
                #9  0x00007f9859f05b1f __clone (libc.so.6)
                
                Stack trace of thread 3553:
                #0  0x00007f98599b73bb futex_wait_cancelable (libpthread.so.0)
                #1  0x00007f984650943e n/a (libQt5WebEngineCore.so.5)
                #2  0x00007f9846509ee3 n/a (libQt5WebEngineCore.so.5)
                #3  0x00007f984650a02f n/a (libQt5WebEngineCore.so.5)
                #4  0x00007f9846478473 n/a (libQt5WebEngineCore.so.5)
                #5  0x00007f984649915d n/a (libQt5WebEngineCore.so.5)
                #6  0x00007f98464d9d59 n/a (libQt5WebEngineCore.so.5)
                #7  0x00007f984650c4f4 n/a (libQt5WebEngineCore.so.5)
                #8  0x00007f98599b1182 start_thread (libpthread.so.0)
                #9  0x00007f9859f05b1f __clone (libc.so.6)
                
                Stack trace of thread 3538:
                #0  0x00007f9859f05e3f epoll_wait (libc.so.6)
                #1  0x00007f984681bc54 n/a (libQt5WebEngineCore.so.5)
                #2  0x00007f9846819d53 n/a (libQt5WebEngineCore.so.5)
                #3  0x00007f984650f06a n/a (libQt5WebEngineCore.so.5)
                #4  0x00007f984649915d n/a (libQt5WebEngineCore.so.5)
                #5  0x00007f98464d6674 n/a (libQt5WebEngineCore.so.5)
                #6  0x00007f98464d9e58 n/a (libQt5WebEngineCore.so.5)
                #7  0x00007f984650c4f4 n/a (libQt5WebEngineCore.so.5)
                #8  0x00007f98599b1182 start_thread (libpthread.so.0)
                #9  0x00007f9859f05b1f __clone (libc.so.6)
                
                Stack trace of thread 3541:
                #0  0x00007f9859ef9729 __GI___poll (libc.so.6)
                #1  0x00007f9845f97a1a n/a (libQt5WebEngineCore.so.5)
                #2  0x00007f98464d9be4 n/a (libQt5WebEngineCore.so.5)
                #3  0x00007f984650c4f4 n/a (libQt5WebEngineCore.so.5)
                #4  0x00007f98599b1182 start_thread (libpthread.so.0)
                #5  0x00007f9859f05b1f __clone (libc.so.6)
                
                Stack trace of thread 3547:
                #0  0x00007f9859f05e3f epoll_wait (libc.so.6)
                #1  0x00007f984681bc54 n/a (libQt5WebEngineCore.so.5)
                #2  0x00007f9846819d53 n/a (libQt5WebEngineCore.so.5)
                #3  0x00007f984650efc1 n/a (libQt5WebEngineCore.so.5)
                #4  0x00007f984649915d n/a (libQt5WebEngineCore.so.5)
                #5  0x00007f98464d9d59 n/a (libQt5WebEngineCore.so.5)
                #6  0x00007f984650c4f4 n/a (libQt5WebEngineCore.so.5)
                #7  0x00007f98599b1182 start_thread (libpthread.so.0)
                #8  0x00007f9859f05b1f __clone (libc.so.6)
                
                Stack trace of thread 3554:
                #0  0x00007f98599b7916 futex_reltimed_wait_cancelable (libpthread.so.0)
                #1  0x00007f984650953a n/a (libQt5WebEngineCore.so.5)
                #2  0x00007f9846509fdd n/a (libQt5WebEngineCore.so.5)
                #3  0x00007f984650a072 n/a (libQt5WebEngineCore.so.5)
                #4  0x00007f98464c2831 n/a (libQt5WebEngineCore.so.5)
                #5  0x00007f98464c6c75 n/a (libQt5WebEngineCore.so.5)
                #6  0x00007f98464c73e4 n/a (libQt5WebEngineCore.so.5)
                #7  0x00007f984650c4f4 n/a (libQt5WebEngineCore.so.5)
                #8  0x00007f98599b1182 start_thread (libpthread.so.0)
                #9  0x00007f9859f05b1f __clone (libc.so.6)
                
                Stack trace of thread 3551:
                #0  0x00007f98599b7916 futex_reltimed_wait_cancelable (libpthread.so.0)
                #1  0x00007f984650953a n/a (libQt5WebEngineCore.so.5)
                #2  0x00007f9846509fdd n/a (libQt5WebEngineCore.so.5)
                #3  0x00007f984650a072 n/a (libQt5WebEngineCore.so.5)
                #4  0x00007f98464c2831 n/a (libQt5WebEngineCore.so.5)
                #5  0x00007f98464c7011 n/a (libQt5WebEngineCore.so.5)
                #6  0x00007f98464c73e4 n/a (libQt5WebEngineCore.so.5)
                #7  0x00007f984650c4f4 n/a (libQt5WebEngineCore.so.5)
                #8  0x00007f98599b1182 start_thread (libpthread.so.0)
                #9  0x00007f9859f05b1f __clone (libc.so.6)
                
                Stack trace of thread 3549:
                #0  0x00007f98599b7916 futex_reltimed_wait_cancelable (libpthread.so.0)
                #1  0x00007f984650953a n/a (libQt5WebEngineCore.so.5)
                #2  0x00007f9846509fdd n/a (libQt5WebEngineCore.so.5)
                #3  0x00007f984650a072 n/a (libQt5WebEngineCore.so.5)
                #4  0x00007f98464c2831 n/a (libQt5WebEngineCore.so.5)
                #5  0x00007f98464c7011 n/a (libQt5WebEngineCore.so.5)
                #6  0x00007f98464c73e4 n/a (libQt5WebEngineCore.so.5)
                #7  0x00007f984650c4f4 n/a (libQt5WebEngineCore.so.5)
                #8  0x00007f98599b1182 start_thread (libpthread.so.0)
                #9  0x00007f9859f05b1f __clone (libc.so.6)
                
                Stack trace of thread 3546:
                #0  0x00007f9859ec93ba __GI___waitpid (libc.so.6)
                #1  0x00007f98465065d7 n/a (libQt5WebEngineCore.so.5)
                #2  0x00007f9846507616 n/a (libQt5WebEngineCore.so.5)
                #3  0x00007f9846507759 n/a (libQt5WebEngineCore.so.5)
                #4  0x00007f984650c4f4 n/a (libQt5WebEngineCore.so.5)
                #5  0x00007f98599b1182 start_thread (libpthread.so.0)
                #6  0x00007f9859f05b1f __clone (libc.so.6)
                
                Stack trace of thread 3555:
                #0  0x00007f98599b7916 futex_reltimed_wait_cancelable (libpthread.so.0)
                #1  0x00007f984650953a n/a (libQt5WebEngineCore.so.5)
                #2  0x00007f9846509fdd n/a (libQt5WebEngineCore.so.5)
                #3  0x00007f984650a072 n/a (libQt5WebEngineCore.so.5)
                #4  0x00007f98464c2831 n/a (libQt5WebEngineCore.so.5)
                #5  0x00007f98464c6c75 n/a (libQt5WebEngineCore.so.5)
                #6  0x00007f98464c73e4 n/a (libQt5WebEngineCore.so.5)
                #7  0x00007f984650c4f4 n/a (libQt5WebEngineCore.so.5)
                #8  0x00007f98599b1182 start_thread (libpthread.so.0)
                #9  0x00007f9859f05b1f __clone (libc.so.6)
                
                Stack trace of thread 3556:
                #0  0x00007f98599b7916 futex_reltimed_wait_cancelable (libpthread.so.0)
                #1  0x00007f984650953a n/a (libQt5WebEngineCore.so.5)
                #2  0x00007f9846509fdd n/a (libQt5WebEngineCore.so.5)
                #3  0x00007f9846478481 n/a (libQt5WebEngineCore.so.5)
                #4  0x00007f984649915d n/a (libQt5WebEngineCore.so.5)
                #5  0x00007f98464d9d59 n/a (libQt5WebEngineCore.so.5)
                #6  0x00007f984650c4f4 n/a (libQt5WebEngineCore.so.5)
                #7  0x00007f98599b1182 start_thread (libpthread.so.0)
                #8  0x00007f9859f05b1f __clone (libc.so.6)
                
                Stack trace of thread 3572:
                #0  0x00007f9859ef4fb4 __GI___libc_read (libc.so.6)
                #1  0x00007f9851ea3a2e n/a (_multiprocessing.so)
                #2  0x00007f9851ea3c80 n/a (_multiprocessing.so)
                #3  0x00007f9859ad8f1d PyEval_EvalFrameEx (libpython2.7.so.1.0)
                #4  0x00007f9859adbfbc PyEval_EvalCodeEx (libpython2.7.so.1.0)
                #5  0x00007f9859ad8404 PyEval_EvalFrameEx (libpython2.7.so.1.0)
                #6  0x00007f9859adbfbc PyEval_EvalCodeEx (libpython2.7.so.1.0)
                #7  0x00007f9859ad8404 PyEval_EvalFrameEx (libpython2.7.so.1.0)
                #8  0x00007f9859adbfbc PyEval_EvalCodeEx (libpython2.7.so.1.0)
                #9  0x00007f9859a50d55 n/a (libpython2.7.so.1.0)
                #10 0x00007f9859a1e2b3 PyObject_Call (libpython2.7.so.1.0)
                #11 0x00007f9859ad3bd2 PyEval_EvalFrameEx (libpython2.7.so.1.0)
                #12 0x00007f9859ad8525 PyEval_EvalFrameEx (libpython2.7.so.1.0)
                #13 0x00007f9859ad8525 PyEval_EvalFrameEx (libpython2.7.so.1.0)
                #14 0x00007f9859adbfbc PyEval_EvalCodeEx (libpython2.7.so.1.0)
                #15 0x00007f9859a50c6c n/a (libpython2.7.so.1.0)
                #16 0x00007f9859a1e2b3 PyObject_Call (libpython2.7.so.1.0)
                #17 0x00007f9859a3008c n/a (libpython2.7.so.1.0)
                #18 0x00007f9859a1e2b3 PyObject_Call (libpython2.7.so.1.0)
                #19 0x00007f9859ad2087 PyEval_CallObjectWithKeywords (libpython2.7.so.1.0)
                #20 0x00007f9859b1a922 n/a (libpython2.7.so.1.0)
                #21 0x00007f9859b14907 n/a (libpython2.7.so.1.0)
                #22 0x00007f98599b1182 start_thread (libpthread.so.0)
                #23 0x00007f9859f05b1f __clone (libc.so.6)
                
                Stack trace of thread 3558:
                #0  0x00007f98599b73bb futex_wait_cancelable (libpthread.so.0)
                #1  0x00007f984650943e n/a (libQt5WebEngineCore.so.5)
                #2  0x00007f9846509ee3 n/a (libQt5WebEngineCore.so.5)
                #3  0x00007f984650a02f n/a (libQt5WebEngineCore.so.5)
                #4  0x00007f98464c2805 n/a (libQt5WebEngineCore.so.5)
                #5  0x00007f98464c7011 n/a (libQt5WebEngineCore.so.5)
                #6  0x00007f98464c7464 n/a (libQt5WebEngineCore.so.5)
                #7  0x00007f984650c4f4 n/a (libQt5WebEngineCore.so.5)
                #8  0x00007f98599b1182 start_thread (libpthread.so.0)
                #9  0x00007f9859f05b1f __clone (libc.so.6)
                
                Stack trace of thread 3548:
                #0  0x00007f9859efc047 __GI___select (libc.so.6)
                #1  0x00007f984645eb33 n/a (libQt5WebEngineCore.so.5)
                #2  0x00007f984650c4f4 n/a (libQt5WebEngineCore.so.5)
                #3  0x00007f98599b1182 start_thread (libpthread.so.0)
                #4  0x00007f9859f05b1f __clone (libc.so.6)
                
                Stack trace of thread 3560:
                #0  0x00007f98599ba086 futex_abstimed_wait_cancelable (libpthread.so.0)
                #1  0x00007f98599ba178 __new_sem_wait_slow (libpthread.so.0)
                #2  0x00007f9859b14bb8 PyThread_acquire_lock (libpython2.7.so.1.0)
                #3  0x00007f9859b1a522 n/a (libpython2.7.so.1.0)
                #4  0x00007f9859ad9a35 PyEval_EvalFrameEx (libpython2.7.so.1.0)
                #5  0x00007f9859adbfbc PyEval_EvalCodeEx (libpython2.7.so.1.0)
                #6  0x00007f9859ad8404 PyEval_EvalFrameEx (libpython2.7.so.1.0)
                #7  0x00007f9859adbfbc PyEval_EvalCodeEx (libpython2.7.so.1.0)
                #8  0x00007f9859ad8404 PyEval_EvalFrameEx (libpython2.7.so.1.0)
                #9  0x00007f9859adbfbc PyEval_EvalCodeEx (libpython2.7.so.1.0)
                #10 0x00007f9859ad8404 PyEval_EvalFrameEx (libpython2.7.so.1.0)
                #11 0x00007f9859ad8525 PyEval_EvalFrameEx (libpython2.7.so.1.0)
                #12 0x00007f9859adbfbc PyEval_EvalCodeEx (libpython2.7.so.1.0)
                #13 0x00007f9859a50c6c n/a (libpython2.7.so.1.0)
                #14 0x00007f9859a1e2b3 PyObject_Call (libpython2.7.so.1.0)
                #15 0x00007f9859a3008c n/a (libpython2.7.so.1.0)
                #16 0x00007f9859a1e2b3 PyObject_Call (libpython2.7.so.1.0)
                #17 0x00007f9859ad2087 PyEval_CallObjectWithKeywords (libpython2.7.so.1.0)
                #18 0x00007f9859b1a922 n/a (libpython2.7.so.1.0)
                #19 0x00007f9859b14907 n/a (libpython2.7.so.1.0)
                #20 0x00007f98599b1182 start_thread (libpthread.so.0)
                #21 0x00007f9859f05b1f __clone (libc.so.6)
                
                Stack trace of thread 3576:
                #0  0x00007f98599b73bb futex_wait_cancelable (libpthread.so.0)
                #1  0x00007f984650943e n/a (libQt5WebEngineCore.so.5)
                #2  0x00007f9846509ee3 n/a (libQt5WebEngineCore.so.5)
                #3  0x00007f984650a02f n/a (libQt5WebEngineCore.so.5)
                #4  0x00007f98464c2805 n/a (libQt5WebEngineCore.so.5)
                #5  0x00007f98464c7011 n/a (libQt5WebEngineCore.so.5)
                #6  0x00007f98464c7424 n/a (libQt5WebEngineCore.so.5)
                #7  0x00007f984650c4f4 n/a (libQt5WebEngineCore.so.5)
                #8  0x00007f98599b1182 start_thread (libpthread.so.0)
                #9  0x00007f9859f05b1f __clone (libc.so.6)
                
                Stack trace of thread 3550:
                #0  0x00007f9859f05e3f epoll_wait (libc.so.6)
                #1  0x00007f984681bc54 n/a (libQt5WebEngineCore.so.5)
                #2  0x00007f9846819d53 n/a (libQt5WebEngineCore.so.5)
                #3  0x00007f984650f06a n/a (libQt5WebEngineCore.so.5)
                #4  0x00007f984649915d n/a (libQt5WebEngineCore.so.5)
                #5  0x00007f9845be8644 n/a (libQt5WebEngineCore.so.5)
                #6  0x00007f98464d9e58 n/a (libQt5WebEngineCore.so.5)
                #7  0x00007f984650c4f4 n/a (libQt5WebEngineCore.so.5)
                #8  0x00007f98599b1182 start_thread (libpthread.so.0)
                #9  0x00007f9859f05b1f __clone (libc.so.6)
                
                Stack trace of thread 3573:
                #0  0x00007f9859ef9729 __GI___poll (libc.so.6)
                #1  0x00007f98507bffd3 n/a (libglib-2.0.so.0)
                #2  0x00007f98507c02ac g_main_context_iteration (libglib-2.0.so.0)
                #3  0x00007f984fa8ca8f _ZN20QEventDispatcherGlib13processEventsE6QFlagsIN10QEventLoop17ProcessEventsFlagEE (libQt5Core.so.5)
                #4  0x00007f984fa2fbd2 _ZN10QEventLoop4execE6QFlagsINS_17ProcessEventsFlagEE (libQt5Core.so.5)
                #5  0x00007f984f847114 _ZN7QThread4execEv (libQt5Core.so.5)
                #6  0x00007f983ce9db05 n/a (libQt5DBus.so.5)
                #7  0x00007f984f84875e n/a (libQt5Core.so.5)
                #8  0x00007f98599b1182 start_thread (libpthread.so.0)
                #9  0x00007f9859f05b1f __clone (libc.so.6)
                
                Stack trace of thread 3552:
                #0  0x00007f98599b73bb futex_wait_cancelable (libpthread.so.0)
                #1  0x00007f984650943e n/a (libQt5WebEngineCore.so.5)
                #2  0x00007f984715bfb5 n/a (libQt5WebEngineCore.so.5)
                #3  0x00007f98464d9be4 n/a (libQt5WebEngineCore.so.5)
                #4  0x00007f984650c4f4 n/a (libQt5WebEngineCore.so.5)
                #5  0x00007f98599b1182 start_thread (libpthread.so.0)
                #6  0x00007f9859f05b1f __clone (libc.so.6)
                
                Stack trace of thread 3557:
                #0  0x00007f9859f05e3f epoll_wait (libc.so.6)
                #1  0x00007f984681bc54 n/a (libQt5WebEngineCore.so.5)
                #2  0x00007f9846819d53 n/a (libQt5WebEngineCore.so.5)
                #3  0x00007f984650efc1 n/a (libQt5WebEngineCore.so.5)
                #4  0x00007f984649915d n/a (libQt5WebEngineCore.so.5)
                #5  0x00007f98464d9d59 n/a (libQt5WebEngineCore.so.5)
                #6  0x00007f984650c4f4 n/a (libQt5WebEngineCore.so.5)
                #7  0x00007f98599b1182 start_thread (libpthread.so.0)
                #8  0x00007f9859f05b1f __clone (libc.so.6)
                
                Stack trace of thread 3532:
                #0  0x00007f9859ef9729 __GI___poll (libc.so.6)
                #1  0x00007f98550a1917 n/a (libxcb.so.1)
                #2  0x00007f98550a353a xcb_wait_for_event (libxcb.so.1)
                #3  0x00007f983cf82a18 n/a (libQt5XcbQpa.so.5)
                #4  0x00007f984f84875e n/a (libQt5Core.so.5)
                #5  0x00007f98599b1182 start_thread (libpthread.so.0)
                #6  0x00007f9859f05b1f __clone (libc.so.6)

GNU gdb (Ubuntu 8.2.91.20190405-0ubuntu3) 8.2.91.20190405-git
Copyright (C) 2019 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Type "show copying" and "show warranty" for details.
This GDB was configured as "x86_64-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
    <http://www.gnu.org/software/gdb/documentation/>.

For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from /opt/calibre/bin/calibre-parallel...
(No debugging symbols found in /opt/calibre/bin/calibre-parallel)

warning: core file may not match specified executable file.
[New LWP 3528]
[New LWP 3539]
[New LWP 3534]
[New LWP 3533]
[New LWP 3535]
[New LWP 3540]
[New LWP 3553]
[New LWP 3538]
[New LWP 3541]
[New LWP 3547]
[New LWP 3554]
[New LWP 3551]
[New LWP 3549]
[New LWP 3546]
[New LWP 3555]
[New LWP 3556]
[New LWP 3572]
[New LWP 3558]
[New LWP 3548]
[New LWP 3560]
[New LWP 3576]
[New LWP 3550]
[New LWP 3573]
[New LWP 3552]
[New LWP 3557]
[New LWP 3532]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
Core was generated by `/opt/calibre/bin/calibre-parallel'.
Program terminated with signal SIGSEGV, Segmentation fault.
#0  0x00007f984ec1c779 in QTextFormat::stringProperty(int) const () from /opt/calibre/lib/libQt5Gui.so.5
[Current thread is 1 (Thread 0x7f985984a740 (LWP 3528))]
(gdb) #0  0x00007f984ec1c779 in QTextFormat::stringProperty(int) const () from /opt/calibre/lib/libQt5Gui.so.5
#1  0x00007f984f1368b7 in ?? () from /opt/calibre/lib/python2.7/site-packages/PyQt5/QtGui.so
#2  0x00007f9859ad9a35 in PyEval_EvalFrameEx () from /opt/calibre/lib/../lib/libpython2.7.so.1.0
#3  0x00007f9859adbfbc in PyEval_EvalCodeEx () from /opt/calibre/lib/../lib/libpython2.7.so.1.0
#4  0x00007f9859ad8404 in PyEval_EvalFrameEx () from /opt/calibre/lib/../lib/libpython2.7.so.1.0
#5  0x00007f9859adbfbc in PyEval_EvalCodeEx () from /opt/calibre/lib/../lib/libpython2.7.so.1.0
#6  0x00007f9859a50c6c in ?? () from /opt/calibre/lib/../lib/libpython2.7.so.1.0
#7  0x00007f9859a1e2b3 in PyObject_Call () from /opt/calibre/lib/../lib/libpython2.7.so.1.0
#8  0x00007f9859a3008c in ?? () from /opt/calibre/lib/../lib/libpython2.7.so.1.0
#9  0x00007f9859a1e2b3 in PyObject_Call () from /opt/calibre/lib/../lib/libpython2.7.so.1.0
#10 0x00007f9859ad2087 in PyEval_CallObjectWithKeywords () from /opt/calibre/lib/../lib/libpython2.7.so.1.0
#11 0x00007f984f58e6dd in ?? () from /opt/calibre/lib/python2.7/site-packages/PyQt5/sip.so
#12 0x00007f984f58e919 in ?? () from /opt/calibre/lib/python2.7/site-packages/PyQt5/sip.so
#13 0x00007f984d3c8fcb in ?? () from /opt/calibre/lib/python2.7/site-packages/PyQt5/QtWidgets.so
#14 0x00007f984d4bcd9b in ?? () from /opt/calibre/lib/python2.7/site-packages/PyQt5/QtWidgets.so
#15 0x00007f984cd56d3c in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /opt/calibre/lib/libQt5Widgets.so.5
#16 0x00007f984cd5f0a6 in QApplication::notify(QObject*, QEvent*) () from /opt/calibre/lib/libQt5Widgets.so.5
#17 0x00007f984d6018be in ?? () from /opt/calibre/lib/python2.7/site-packages/PyQt5/QtWidgets.so
#18 0x00007f984fa31728 in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /opt/calibre/lib/libQt5Core.so.5
#19 0x00007f984cd5cc31 in QApplication::event(QEvent*) () from /opt/calibre/lib/libQt5Widgets.so.5
#20 0x00007f984d601c0c in ?? () from /opt/calibre/lib/python2.7/site-packages/PyQt5/QtWidgets.so
#21 0x00007f9859ad9a35 in PyEval_EvalFrameEx () from /opt/calibre/lib/../lib/libpython2.7.so.1.0
#22 0x00007f9859adbfbc in PyEval_EvalCodeEx () from /opt/calibre/lib/../lib/libpython2.7.so.1.0
#23 0x00007f9859a50c6c in ?? () from /opt/calibre/lib/../lib/libpython2.7.so.1.0
#24 0x00007f9859a1e2b3 in PyObject_Call () from /opt/calibre/lib/../lib/libpython2.7.so.1.0
#25 0x00007f9859a3008c in ?? () from /opt/calibre/lib/../lib/libpython2.7.so.1.0
#26 0x00007f9859a1e2b3 in PyObject_Call () from /opt/calibre/lib/../lib/libpython2.7.so.1.0
#27 0x00007f9859ad2087 in PyEval_CallObjectWithKeywords () from /opt/calibre/lib/../lib/libpython2.7.so.1.0
#28 0x00007f984f58e6dd in ?? () from /opt/calibre/lib/python2.7/site-packages/PyQt5/sip.so
#29 0x00007f984f58e919 in ?? () from /opt/calibre/lib/python2.7/site-packages/PyQt5/sip.so
#30 0x00007f984d3c8fcb in ?? () from /opt/calibre/lib/python2.7/site-packages/PyQt5/QtWidgets.so
--Type <RET> for more, q to quit, c to continue without paging--#31 0x00007f984d601adb in ?? () from /opt/calibre/lib/python2.7/site-packages/PyQt5/QtWidgets.so
#32 0x00007f984cd56d3c in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /opt/calibre/lib/libQt5Widgets.so.5
#33 0x00007f984cd5e3d0 in QApplication::notify(QObject*, QEvent*) () from /opt/calibre/lib/libQt5Widgets.so.5
#34 0x00007f984d6018be in ?? () from /opt/calibre/lib/python2.7/site-packages/PyQt5/QtWidgets.so
#35 0x00007f984fa31728 in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /opt/calibre/lib/libQt5Core.so.5
#36 0x00007f984fa8be39 in QTimerInfoList::activateTimers() () from /opt/calibre/lib/libQt5Core.so.5
#37 0x00007f984fa8c6f9 in ?? () from /opt/calibre/lib/libQt5Core.so.5
#38 0x00007f98507bfdb7 in g_main_context_dispatch () from /opt/calibre/lib/libglib-2.0.so.0
#39 0x00007f98507c00c8 in ?? () from /opt/calibre/lib/libglib-2.0.so.0
#40 0x00007f98507c02ac in g_main_context_iteration () from /opt/calibre/lib/libglib-2.0.so.0
#41 0x00007f984fa8ca8f in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) ()
   from /opt/calibre/lib/libQt5Core.so.5
#42 0x00007f984fa2fbd2 in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from /opt/calibre/lib/libQt5Core.so.5
#43 0x00007f984fa38c34 in QCoreApplication::exec() () from /opt/calibre/lib/libQt5Core.so.5
#44 0x00007f984d57630b in ?? () from /opt/calibre/lib/python2.7/site-packages/PyQt5/QtWidgets.so
#45 0x00007f9859ad9a35 in PyEval_EvalFrameEx () from /opt/calibre/lib/../lib/libpython2.7.so.1.0
#46 0x00007f9859adbfbc in PyEval_EvalCodeEx () from /opt/calibre/lib/../lib/libpython2.7.so.1.0
#47 0x00007f9859ad8404 in PyEval_EvalFrameEx () from /opt/calibre/lib/../lib/libpython2.7.so.1.0
#48 0x00007f9859adbfbc in PyEval_EvalCodeEx () from /opt/calibre/lib/../lib/libpython2.7.so.1.0
#49 0x00007f9859ad8404 in PyEval_EvalFrameEx () from /opt/calibre/lib/../lib/libpython2.7.so.1.0
#50 0x00007f9859adbfbc in PyEval_EvalCodeEx () from /opt/calibre/lib/../lib/libpython2.7.so.1.0
#51 0x00007f9859a50d55 in ?? () from /opt/calibre/lib/../lib/libpython2.7.so.1.0
#52 0x00007f9859a1e2b3 in PyObject_Call () from /opt/calibre/lib/../lib/libpython2.7.so.1.0
#53 0x00007f9859ad3bd2 in PyEval_EvalFrameEx () from /opt/calibre/lib/../lib/libpython2.7.so.1.0
#54 0x00007f9859adbfbc in PyEval_EvalCodeEx () from /opt/calibre/lib/../lib/libpython2.7.so.1.0
#55 0x00007f9859ad8404 in PyEval_EvalFrameEx () from /opt/calibre/lib/../lib/libpython2.7.so.1.0
#56 0x00007f9859adbfbc in PyEval_EvalCodeEx () from /opt/calibre/lib/../lib/libpython2.7.so.1.0
#57 0x00007f9859a50c6c in ?? () from /opt/calibre/lib/../lib/libpython2.7.so.1.0
#58 0x00007f9859a1e2b3 in PyObject_Call () from /opt/calibre/lib/../lib/libpython2.7.so.1.0
#59 0x00007f9859ad2087 in PyEval_CallObjectWithKeywords () from /opt/calibre/lib/../lib/libpython2.7.so.1.0
#60 0x00007f9859ff8529 in execute_python_entrypoint () from /opt/calibre/lib/libcalibre-launcher.so
--Type <RET> for more, q to quit, c to continue without paging--#61 0x0000000000400635 in ?? ()
#62 0x00007f9859e0eb6b in __libc_start_main (main=0x400600, argc=1, argv=0x7fff55c15a18, init=<optimized out>, 
    fini=<optimized out>, rtld_fini=<optimized out>, stack_end=0x7fff55c15a08) at ../csu/libc-start.c:308
#63 0x0000000000400669 in ?? ()
(gdb) quit
ps@ps-Inspiron-3650:~$

Last edited by ps67; 10-14-2019 at 01:09 AM. Reason: opened nomally from calibre, not with debug
ps67 is offline   Reply With Quote