View Single Post
Old 05-24-2022, 10:26 PM   #5
kovidgoyal
creator of calibre
kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.
 
kovidgoyal's Avatar
 
Posts: 45,419
Karma: 27757236
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
If this is a file type plugin like a drm removal plugin it is run automatically when adding, you cant run it manually using -r (-r is for plugins that explicitly provide an actual CLI of their own).

You wont get any debug information for a segfault unless you run the program under gdb or use something like echo bt | coredumpctl gdb

But even then since most binaries have debug information stripped on Linux, you wont get very useful backtraces.
kovidgoyal is offline   Reply With Quote