The segfault is occurring in a plugin when I attempt to add the book either using the GUI or the command line option.
Code:
dhdurgee@z560:~/Downloads$ calibredb add ./Created\ Equal.epub --with-library=~/Calibre\ Library
DeDRM v10.0.2: Trying to decrypt Created Equal.epub
DeDRM v10.0.2: Verifying zip archive integrity
DeDRM v10.0.2: Created Equal.epub is a secure Adobe Adept ePub for UUID 500ec903-efb8-45ec-8cc0-8ff5db93808a
DeDRM v10.0.2: Trying Encryption key RTC
Segmentation fault (core dumped)
dhdurgee@z560:~/Downloads$
I hoped to be able to debug the error and at least determine which line of code and outside resource is hitting the problem in hopes of correcting it.
Dave