Register Guidelines E-Books Search Today's Posts Mark Forums Read

Go Back   MobileRead Forums > E-Book Software > Calibre > Library Management

Notices

Reply
 
Thread Tools Search this Thread
Old 11-17-2025, 10:11 PM   #1
Geremia
Addict
Geremia rocks like Gibraltar!Geremia rocks like Gibraltar!Geremia rocks like Gibraltar!Geremia rocks like Gibraltar!Geremia rocks like Gibraltar!Geremia rocks like Gibraltar!Geremia rocks like Gibraltar!Geremia rocks like Gibraltar!Geremia rocks like Gibraltar!Geremia rocks like Gibraltar!Geremia rocks like Gibraltar!
 
Posts: 265
Karma: 100000
Join Date: Oct 2012
Device: Calibre
Exclamation Calibre UI freezes periodically

Calibre's user-interface (UI) freezes periodically. I also run the web server.

What log(s) can I view to figure out why the UI freezes?

I have to send "SIGKILL" to the 3 Calibre processes:
Code:
44636 ?        Ssl    0:18 /opt/calibre/bin/calibre --detach
44639 ?        S      0:00 /opt/calibre/bin/calibre-parallel --pipe-worker from calibre.utils.safe_atexit import main; main()
44718 ?        S      0:00 /opt/calibre/bin/calibre-parallel --pipe-worker from calibre.utils.ipc.pool import run_main, worker_main; run_main(61, worker_main)
and restart calibre every-time the UI freezes.

Last edited by Geremia; 11-17-2025 at 10:15 PM.
Geremia is offline   Reply With Quote
Old 11-17-2025, 10:17 PM   #2
theducks
Well trained by Cats
theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.
 
theducks's Avatar
 
Posts: 31,286
Karma: 62000000
Join Date: Aug 2009
Location: The Central Coast of California
Device: Kobo Libra2,Kobo Aura2v1, K4NT(Fixed: New Bat.), Galaxy Tab A
Is this a REPO version install or the commandline from the Calibre site?
(Hint: Pick #2)
Also, Is the Library folder on a Local attached drive?
theducks is online now   Reply With Quote
Old 11-17-2025, 11:48 PM   #3
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,634
Karma: 28549046
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
If the UI is freezing calibre logs wont help you since the frozen process is the one that would be doing the logging. You dont say anything about your system, but if I had to gues sits likely a wayland compositor issue. Try running under X11 instead.
kovidgoyal is offline   Reply With Quote
Old 11-18-2025, 11:46 PM   #4
Geremia
Addict
Geremia rocks like Gibraltar!Geremia rocks like Gibraltar!Geremia rocks like Gibraltar!Geremia rocks like Gibraltar!Geremia rocks like Gibraltar!Geremia rocks like Gibraltar!Geremia rocks like Gibraltar!Geremia rocks like Gibraltar!Geremia rocks like Gibraltar!Geremia rocks like Gibraltar!Geremia rocks like Gibraltar!
 
Posts: 265
Karma: 100000
Join Date: Oct 2012
Device: Calibre
Quote:
Originally Posted by theducks View Post
Is this a REPO version install or the commandline from the Calibre site?
https://download.calibre-ebook.com/8...4.0-x86_64.txz
Quote:
Originally Posted by theducks View Post
Is the Library folder on a Local attached drive?
Internal SSD drive (BTRFS).
Quote:
Originally Posted by kovidgoyal View Post
Try running under X11 instead.
That's what I'm using.
Slackware64-current with KDE Plasma 5.27.12 and Nvidia proprietary graphics card drivers.

Last edited by Geremia; Yesterday at 12:00 AM.
Geremia is offline   Reply With Quote
Old Yesterday, 12:12 AM   #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,634
Karma: 28549046
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
Then debug systematically. Run calibre without the server nd see if the freeze occurs. If it doesnt then look at the server logs to see what operation in the server is cauing the freeze. If it does then run calibre without third party plugins and see if it occurs, if it doesnt then eliminate the plugins one by one to find th eculprit. Then run calibre without config and so on.
kovidgoyal is offline   Reply With Quote
Old Yesterday, 10:23 AM   #6
theducks
Well trained by Cats
theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.
 
theducks's Avatar
 
Posts: 31,286
Karma: 62000000
Join Date: Aug 2009
Location: The Central Coast of California
Device: Kobo Libra2,Kobo Aura2v1, K4NT(Fixed: New Bat.), Galaxy Tab A
Quote:
Originally Posted by Geremia View Post
https://download.calibre-ebook.com/8...4.0-x86_64.txz
Internal SSD drive (BTRFS).That's what I'm using.
Slackware64-current with KDE Plasma 5.27.12 and Nvidia proprietary graphics card drivers.
Thanks.
I see the master has answered based on your answers
theducks is online now   Reply With Quote
Reply

Tags
bug, calibre, calibre-server, gui, hang

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
K4 BEGINNER: Script to sleep/wake up periodically mfuhlendorf Kindle Developer's Corner 13 11-07-2023 01:43 PM
Calibre freezes after opening a book in Linux Mint 20.3 (6.8.0 calibre) Monol1th666 Calibre 6 11-28-2022 12:04 PM
Periodically Lose Position in Book GarryB123 Calibre 5 09-28-2019 05:30 PM
Calibre immediately freezes? BrookeJ Calibre 10 10-09-2010 07:26 PM
Calibre Freezes after update JFS Calibre 6 04-14-2010 12:05 PM


All times are GMT -4. The time now is 04:12 PM.


MobileRead.com is a privately owned, operated and funded community.