Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Software > Calibre

Notices

Reply
 
Thread Tools Search this Thread
Old 02-07-2020, 11:31 AM   #1
rolgiati
Groupie
rolgiati knows the complete value of PI to the endrolgiati knows the complete value of PI to the endrolgiati knows the complete value of PI to the endrolgiati knows the complete value of PI to the endrolgiati knows the complete value of PI to the endrolgiati knows the complete value of PI to the endrolgiati knows the complete value of PI to the endrolgiati knows the complete value of PI to the endrolgiati knows the complete value of PI to the endrolgiati knows the complete value of PI to the endrolgiati knows the complete value of PI to the end
 
Posts: 164
Karma: 31650
Join Date: May 2011
Location: Asuncion (Paraguay)
Device: Several Kindle 3 KB's
malloc(): invalid size (unsorted) (SOLVED)

After updating Calibre today, I get the above error message when I launch Calibre from a console., followed by Aborted on the next line.

Running under an up-to-date PCLinuxOS.

Any idea of what I can do ?

I have uninstalled and reinstalled Calibre 4.10.1, no change.

Last edited by rolgiati; 03-03-2020 at 07:22 AM.
rolgiati is offline   Reply With Quote
Old 02-07-2020, 12:05 PM   #2
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: 43,853
Karma: 22666666
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
i'm not familiar with that distro but try to get a backtrace, on systemd based distros, it would be

echo bt | coredumpctl gdb

or google for how to get backtraces on your distro.
kovidgoyal is offline   Reply With Quote
Advert
Old 02-07-2020, 01:22 PM   #3
rolgiati
Groupie
rolgiati knows the complete value of PI to the endrolgiati knows the complete value of PI to the endrolgiati knows the complete value of PI to the endrolgiati knows the complete value of PI to the endrolgiati knows the complete value of PI to the endrolgiati knows the complete value of PI to the endrolgiati knows the complete value of PI to the endrolgiati knows the complete value of PI to the endrolgiati knows the complete value of PI to the endrolgiati knows the complete value of PI to the endrolgiati knows the complete value of PI to the end
 
Posts: 164
Karma: 31650
Join Date: May 2011
Location: Asuncion (Paraguay)
Device: Several Kindle 3 KB's
Quote:
Originally Posted by kovidgoyal View Post
i'm not familiar with that distro but try to get a backtrace, google for how to get backtraces on your distro.
Here is the content of the backtrace:
Code:
gdb: Symbol `acs_map' has different size in shared object, consider re-linking
GNU gdb (GDB) 7.8-1pclos2014 (PCLinuxOS release 2014)
Copyright (C) 2014 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-mandriva-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 calibre...(no debugging symbols found)...done.
[?1034h(gdb) handle SIGPIPE nostop noprint
Signal        Stop	Print	Pass to program	Description
SIGPIPE       No	No	Yes		Broken pipe
(gdb) bt full
No stack.
(gdb) 
No stack.
(gdb) calibre
Undefined command: "calibre".  Try "help".
(gdb) run
Starting program: /usr/bin/calibre 
warning: Could not load shared library symbols for linux-vdso.so.1.
Do you need "set solib-search-path" or "set sysroot"?
warning: File "/lib64/libthread_db-1.0.so" auto-loading has been declined by your `auto-load safe-path' set to "$debugdir:$datadir/auto-load".
To enable execution of this file add
	add-auto-load-safe-path /lib64/libthread_db-1.0.so
line to your configuration file "/root/.gdbinit".
To completely disable this security protection add
	set auto-load safe-path /
line to your configuration file "/root/.gdbinit".
For more information about this security protection see the
"Auto-loading safe path" section in the GDB manual.  E.g., run from the shell:
	info "(gdb)Auto-loading safe path"
warning: Unable to find libthread_db matching inferior's thread library, thread debugging will not be available.
process 32455 is executing new program: /opt/calibre/bin/calibre
warning: Could not load shared library symbols for linux-vdso.so.1.
Do you need "set solib-search-path" or "set sysroot"?
warning: File "/lib64/libthread_db-1.0.so" auto-loading has been declined by your `auto-load safe-path' set to "$debugdir:$datadir/auto-load".
warning: Unable to find libthread_db matching inferior's thread library, thread debugging will not be available.
Qt: Session management error: Authentication Rejected, reason : None of the authentication protocols specified are supported and host-based authentication failed
malloc(): invalid size (unsorted)

Program received signal SIGABRT, Aborted.
0x00007ffff7c07de0 in raise () from /lib64/libc.so.6
(gdb) quit
A debugging session is active.

	Inferior 1 [process 32455] will be killed.

Quit anyway? (y or n)
Hope it helps, did this completely by rote from instructions on th"e web.
rolgiati is offline   Reply With Quote
Old 02-07-2020, 08:30 PM   #4
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: 43,853
Karma: 22666666
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
You need to run the bt command at the gdb command line to get a backtrace after the crash.
kovidgoyal is offline   Reply With Quote
Old 02-08-2020, 03:17 AM   #5
rolgiati
Groupie
rolgiati knows the complete value of PI to the endrolgiati knows the complete value of PI to the endrolgiati knows the complete value of PI to the endrolgiati knows the complete value of PI to the endrolgiati knows the complete value of PI to the endrolgiati knows the complete value of PI to the endrolgiati knows the complete value of PI to the endrolgiati knows the complete value of PI to the endrolgiati knows the complete value of PI to the endrolgiati knows the complete value of PI to the endrolgiati knows the complete value of PI to the end
 
Posts: 164
Karma: 31650
Join Date: May 2011
Location: Asuncion (Paraguay)
Device: Several Kindle 3 KB's
Quote:
Originally Posted by kovidgoyal View Post
You need to run the bt command at the gdb command line to get a backtrace after the crash.
Sorry ! Hope this is better.
Code:
gdb: Symbol `acs_map' has different size in shared object, consider re-linking
GNU gdb (GDB) 7.8-1pclos2014 (PCLinuxOS release 2014)
Copyright (C) 2014 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-mandriva-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 calibre...(no debugging symbols found)...done.
[?1034h(gdb) handle SIGPIPE nostop noprint
Signal        Stop	Print	Pass to program	Description
SIGPIPE       No	No	Yes		Broken pipe
(gdb) run
Starting program: /usr/bin/calibre 
warning: Could not load shared library symbols for linux-vdso.so.1.
Do you need "set solib-search-path" or "set sysroot"?
warning: File "/lib64/libthread_db-1.0.so" auto-loading has been declined by your `auto-load safe-path' set to "$debugdir:$datadir/auto-load".
To enable execution of this file add
	add-auto-load-safe-path /lib64/libthread_db-1.0.so
line to your configuration file "/home/ron/.gdbinit".
To completely disable this security protection add
	set auto-load safe-path /
line to your configuration file "/home/ron/.gdbinit".
For more information about this security protection see the
"Auto-loading safe path" section in the GDB manual.  E.g., run from the shell:
	info "(gdb)Auto-loading safe path"
warning: Unable to find libthread_db matching inferior's thread library, thread debugging will not be available.
process 32662 is executing new program: /opt/calibre/bin/calibre
warning: Could not load shared library symbols for linux-vdso.so.1.
Do you need "set solib-search-path" or "set sysroot"?
warning: File "/lib64/libthread_db-1.0.so" auto-loading has been declined by your `auto-load safe-path' set to "$debugdir:$datadir/auto-load".
warning: Unable to find libthread_db matching inferior's thread library, thread debugging will not be available.
malloc(): invalid size (unsorted)

Program received signal SIGABRT, Aborted.
0x00007ffff7c07de0 in raise () from /lib64/libc.so.6
(gdb) bt full
#0  0x00007ffff7c07de0 in raise () from /lib64/libc.so.6
No symbol table info available.
#1  0x00007ffff7bef548 in abort () from /lib64/libc.so.6
No symbol table info available.
#2  0x00007ffff7c4a3c8 in ?? () from /lib64/libc.so.6
No symbol table info available.
#3  0x00007ffff7c51e2a in ?? () from /lib64/libc.so.6
No symbol table info available.
#4  0x00007ffff7c547dc in ?? () from /lib64/libc.so.6
No symbol table info available.
#5  0x00007ffff7c566c9 in malloc () from /lib64/libc.so.6
No symbol table info available.
#6  0x00007fffe44fdc34 in ?? () from /usr/lib64/libGLX_mesa.so.0
No symbol table info available.
#7  0x00007fffe44ff211 in ?? () from /usr/lib64/libGLX_mesa.so.0
No symbol table info available.
#8  0x00007fffe9362909 in glXChooseFBConfig () from /usr/lib64/libGLX.so.0
No symbol table info available.
#9  0x00007fffe5ab5d81 in ?? () from /usr/lib64/qt5/plugins/xcbglintegrations/libqxcb-glx-integration.so
No symbol table info available.
#10 0x00007fffe5ab6497 in ?? () from /usr/lib64/qt5/plugins/xcbglintegrations/libqxcb-glx-integration.so
No symbol table info available.
#11 0x00007fffe5ab19e2 in ?? () from /usr/lib64/qt5/plugins/xcbglintegrations/libqxcb-glx-integration.so
No symbol table info available.
#12 0x00007fffe5574084 in QXcbWindow::create() () from /opt/calibre/lib/libQt5XcbQpa.so.5
No symbol table info available.
#13 0x00007fffe556014a in QXcbIntegration::createPlatformWindow(QWindow*) const () from /opt/calibre/lib/libQt5XcbQpa.so.5
No symbol table info available.
#14 0x00007fffe988d4fe in QWindowPrivate::create(bool, unsigned long long) () from /opt/calibre/lib/libQt5Gui.so.5
No symbol table info available.
#15 0x00007fffe7e88811 in QWidgetPrivate::create() () from /opt/calibre/lib/libQt5Widgets.so.5
No symbol table info available.
#16 0x00007fffe7e88ea0 in QWidget::create(unsigned long long, bool, bool) () from /opt/calibre/lib/libQt5Widgets.so.5
No symbol table info available.
#17 0x00007fffe7e946a4 in QWidgetPrivate::setVisible(bool) () from /opt/calibre/lib/libQt5Widgets.so.5
No symbol table info available.
#18 0x00007fffe85386b4 in ?? () from /opt/calibre/lib/python2.7/site-packages/PyQt5/QtWidgets.so
No symbol table info available.
#19 0x00007fffe868b398 in ?? () from /opt/calibre/lib/python2.7/site-packages/PyQt5/QtWidgets.so
No symbol table info available.
#20 0x00007ffff7895a35 in PyEval_EvalFrameEx () from /opt/calibre/lib/../lib/libpython2.7.so.1.0
No symbol table info available.
#21 0x00007ffff7897fbc in PyEval_EvalCodeEx () from /opt/calibre/lib/../lib/libpython2.7.so.1.0
No symbol table info available.
#22 0x00007ffff7894404 in PyEval_EvalFrameEx () from /opt/calibre/lib/../lib/libpython2.7.so.1.0
No symbol table info available.
#23 0x00007ffff7897fbc in PyEval_EvalCodeEx () from /opt/calibre/lib/../lib/libpython2.7.so.1.0
No symbol table info available.
#24 0x00007ffff780cc6c in ?? () from /opt/calibre/lib/../lib/libpython2.7.so.1.0
No symbol table info available.
#25 0x00007ffff77da2b3 in PyObject_Call () from /opt/calibre/lib/../lib/libpython2.7.so.1.0
No symbol table info available.
#26 0x00007ffff77ec08c in ?? () from /opt/calibre/lib/../lib/libpython2.7.so.1.0
No symbol table info available.
#27 0x00007ffff77da2b3 in PyObject_Call () from /opt/calibre/lib/../lib/libpython2.7.so.1.0
No symbol table info available.
#28 0x00007ffff788e087 in PyEval_CallObjectWithKeywords () from /opt/calibre/lib/../lib/libpython2.7.so.1.0
No symbol table info available.
#29 0x00007fffeadac1e5 in ?? () from /opt/calibre/lib/python2.7/site-packages/PyQt5/QtCore.so
No symbol table info available.
#30 0x00007fffeadac738 in ?? () from /opt/calibre/lib/python2.7/site-packages/PyQt5/QtCore.so
No symbol table info available.
#31 0x00007fffeadac9f0 in ?? () from /opt/calibre/lib/python2.7/site-packages/PyQt5/QtCore.so
No symbol table info available.
#32 0x00007fffeadad527 in ?? () from /opt/calibre/lib/python2.7/site-packages/PyQt5/QtCore.so
No symbol table info available.
#33 0x00007fffea899ae7 in ?? () from /opt/calibre/lib/libQt5Core.so.5
No symbol table info available.
#34 0x00007fffea89d473 in ?? () from /opt/calibre/lib/libQt5Core.so.5
No symbol table info available.
#35 0x00007fffea892323 in QObject::event(QEvent*) () from /opt/calibre/lib/libQt5Core.so.5
No symbol table info available.
#36 0x00007fffe7e538fc in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /opt/calibre/lib/libQt5Widgets.so.5
No symbol table info available.
#37 0x00007fffe7e5add0 in QApplication::notify(QObject*, QEvent*) () from /opt/calibre/lib/libQt5Widgets.so.5
No symbol table info available.
#38 0x00007fffe870768e in ?? () from /opt/calibre/lib/python2.7/site-packages/PyQt5/QtWidgets.so
No symbol table info available.
#39 0x00007fffea860ca8 in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /opt/calibre/lib/libQt5Core.so.5
No symbol table info available.
#40 0x00007fffea8bc1e9 in QTimerInfoList::activateTimers() () from /opt/calibre/lib/libQt5Core.so.5
No symbol table info available.
#41 0x00007fffea8bca71 in ?? () from /opt/calibre/lib/libQt5Core.so.5
No symbol table info available.
#42 0x00007fffeb5c8db7 in g_main_context_dispatch () from /opt/calibre/lib/libglib-2.0.so.0
No symbol table info available.
#43 0x00007fffeb5c90c8 in ?? () from /opt/calibre/lib/libglib-2.0.so.0
No symbol table info available.
#44 0x00007fffeb5c92ac in g_main_context_iteration () from /opt/calibre/lib/libglib-2.0.so.0
No symbol table info available.
#45 0x00007fffea8bce3c in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /opt/calibre/lib/libQt5Core.so.5
No symbol table info available.
#46 0x00007fffea85f532 in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from /opt/calibre/lib/libQt5Core.so.5
No symbol table info available.
#47 0x00007fffea868c34 in QCoreApplication::exec() () from /opt/calibre/lib/libQt5Core.so.5
No symbol table info available.
#48 0x00007fffe867c2cb in ?? () from /opt/calibre/lib/python2.7/site-packages/PyQt5/QtWidgets.so
No symbol table info available.
#49 0x00007ffff7895a35 in PyEval_EvalFrameEx () from /opt/calibre/lib/../lib/libpython2.7.so.1.0
No symbol table info available.
#50 0x00007ffff7897fbc in PyEval_EvalCodeEx () from /opt/calibre/lib/../lib/libpython2.7.so.1.0
No symbol table info available.
#51 0x00007ffff7894404 in PyEval_EvalFrameEx () from /opt/calibre/lib/../lib/libpython2.7.so.1.0
No symbol table info available.
#52 0x00007ffff7897fbc in PyEval_EvalCodeEx () from /opt/calibre/lib/../lib/libpython2.7.so.1.0
No symbol table info available.
#53 0x00007ffff7894404 in PyEval_EvalFrameEx () from /opt/calibre/lib/../lib/libpython2.7.so.1.0
No symbol table info available.
#54 0x00007ffff7897fbc in PyEval_EvalCodeEx () from /opt/calibre/lib/../lib/libpython2.7.so.1.0
No symbol table info available.
#55 0x00007ffff7894404 in PyEval_EvalFrameEx () from /opt/calibre/lib/../lib/libpython2.7.so.1.0
No symbol table info available.
#56 0x00007ffff7897fbc in PyEval_EvalCodeEx () from /opt/calibre/lib/../lib/libpython2.7.so.1.0
No symbol table info available.
#57 0x00007ffff780cc6c in ?? () from /opt/calibre/lib/../lib/libpython2.7.so.1.0
No symbol table info available.
#58 0x00007ffff77da2b3 in PyObject_Call () from /opt/calibre/lib/../lib/libpython2.7.so.1.0
No symbol table info available.
#59 0x00007ffff788e087 in PyEval_CallObjectWithKeywords () from /opt/calibre/lib/../lib/libpython2.7.so.1.0
No symbol table info available.
#60 0x00007ffff7dbe529 in execute_python_entrypoint () from /opt/calibre/lib/libcalibre-launcher.so
No symbol table info available.
#61 0x0000000000400636 in ?? ()
No symbol table info available.
#62 0x00007ffff7bf0e2b in __libc_start_main () from /lib64/libc.so.6
No symbol table info available.
#63 0x0000000000400669 in ?? ()
No symbol table info available.
(gdb) quit
A debugging session is active.

	Inferior 1 [process 32662] will be killed.

Quit anyway? (y or n)
rolgiati is offline   Reply With Quote
Advert
Old 02-08-2020, 03:53 AM   #6
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: 43,853
Karma: 22666666
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
That's a crash in your system libGLX from the mesa package. Try updating it.
kovidgoyal is offline   Reply With Quote
Old 02-08-2020, 05:56 AM   #7
rolgiati
Groupie
rolgiati knows the complete value of PI to the endrolgiati knows the complete value of PI to the endrolgiati knows the complete value of PI to the endrolgiati knows the complete value of PI to the endrolgiati knows the complete value of PI to the endrolgiati knows the complete value of PI to the endrolgiati knows the complete value of PI to the endrolgiati knows the complete value of PI to the endrolgiati knows the complete value of PI to the endrolgiati knows the complete value of PI to the endrolgiati knows the complete value of PI to the end
 
Posts: 164
Karma: 31650
Join Date: May 2011
Location: Asuncion (Paraguay)
Device: Several Kindle 3 KB's
Thank you.

Alas, it does not help since I already have the very latest 19.3.3-2 release of Mesa ;-3(
rolgiati is offline   Reply With Quote
Old 02-08-2020, 07:10 AM   #8
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: 43,853
Karma: 22666666
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
what graphics card and drivers are you using??
kovidgoyal is offline   Reply With Quote
Old 02-08-2020, 08:07 AM   #9
rolgiati
Groupie
rolgiati knows the complete value of PI to the endrolgiati knows the complete value of PI to the endrolgiati knows the complete value of PI to the endrolgiati knows the complete value of PI to the endrolgiati knows the complete value of PI to the endrolgiati knows the complete value of PI to the endrolgiati knows the complete value of PI to the endrolgiati knows the complete value of PI to the endrolgiati knows the complete value of PI to the endrolgiati knows the complete value of PI to the endrolgiati knows the complete value of PI to the end
 
Posts: 164
Karma: 31650
Join Date: May 2011
Location: Asuncion (Paraguay)
Device: Several Kindle 3 KB's
According to lspci:
NVIDIA Corporation C77 [GeForce 8200] (rev a2) (prog-if 00

Driver from /etc/X11/xorg.conf:
Xorg Nouveau

Your query gave me the idea to try the proprietary Nvidia driver, and I ended up after rebooting with a system that would not boot !

So boot in Recovery, vi /etc/X11/xorg.conf to restore nouveau, and things are back to normal......
rolgiati is offline   Reply With Quote
Old 02-08-2020, 08:26 AM   #10
rolgiati
Groupie
rolgiati knows the complete value of PI to the endrolgiati knows the complete value of PI to the endrolgiati knows the complete value of PI to the endrolgiati knows the complete value of PI to the endrolgiati knows the complete value of PI to the endrolgiati knows the complete value of PI to the endrolgiati knows the complete value of PI to the endrolgiati knows the complete value of PI to the endrolgiati knows the complete value of PI to the endrolgiati knows the complete value of PI to the endrolgiati knows the complete value of PI to the end
 
Posts: 164
Karma: 31650
Join Date: May 2011
Location: Asuncion (Paraguay)
Device: Several Kindle 3 KB's
UPDATE: After rebooting I tried to start Calibre in console and it came up !
rolgiati is offline   Reply With Quote
Old 02-08-2020, 08:54 AM   #11
rolgiati
Groupie
rolgiati knows the complete value of PI to the endrolgiati knows the complete value of PI to the endrolgiati knows the complete value of PI to the endrolgiati knows the complete value of PI to the endrolgiati knows the complete value of PI to the endrolgiati knows the complete value of PI to the endrolgiati knows the complete value of PI to the endrolgiati knows the complete value of PI to the endrolgiati knows the complete value of PI to the endrolgiati knows the complete value of PI to the endrolgiati knows the complete value of PI to the end
 
Posts: 164
Karma: 31650
Join Date: May 2011
Location: Asuncion (Paraguay)
Device: Several Kindle 3 KB's
UPDATE: After rebooting I tried to start Calibre in console and it started !

But with the following messages coming up in the console:

FATAL: Error inserting nvidia340 (/lib/modules/4.18.11-pclos1/kernel/drivers/char/drm/nvidia340.ko): Operation not permitted
FATAL: Error running install command for nvidia
FATAL: Error inserting nvidia340 (/lib/modules/4.18.11-pclos1/kernel/drivers/char/drm/nvidia340.ko): Operation not permitted
FATAL: Error running install command for nvidia
QXcbIntegration: Cannot create platform OpenGL context, neither GLX nor EGL are enabled
Falling back to using screens root_visual.
rolgiati is offline   Reply With Quote
Old 02-08-2020, 10:27 AM   #12
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: 43,853
Karma: 22666666
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
cool glad its working
kovidgoyal is offline   Reply With Quote
Old 02-11-2020, 09:29 AM   #13
rolgiati
Groupie
rolgiati knows the complete value of PI to the endrolgiati knows the complete value of PI to the endrolgiati knows the complete value of PI to the endrolgiati knows the complete value of PI to the endrolgiati knows the complete value of PI to the endrolgiati knows the complete value of PI to the endrolgiati knows the complete value of PI to the endrolgiati knows the complete value of PI to the endrolgiati knows the complete value of PI to the endrolgiati knows the complete value of PI to the endrolgiati knows the complete value of PI to the end
 
Posts: 164
Karma: 31650
Join Date: May 2011
Location: Asuncion (Paraguay)
Device: Several Kindle 3 KB's
It is now working, but when calibre is launched from the CLI I get the followinng:

Code:
ron@localhost:~ $ calibre
FATAL: Error inserting nvidia340 (/lib/modules/4.18.11-pclos1/kernel/drivers/char/drm/nvidia340.ko): Operation not permitted
FATAL: Error running install command for nvidia
FATAL: Error inserting nvidia340 (/lib/modules/4.18.11-pclos1/kernel/drivers/char/drm/nvidia340.ko): Operation not permitted
FATAL: Error running install command for nvidia
QXcbIntegration: Cannot create platform OpenGL context, neither GLX nor EGL are enabled
Falling back to using screens root_visual.
qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 1721, resource id: 17304482, major code: 40 (TranslateCoords), minor code: 0
Restarting with: /opt/calibre/bin/calibre

ron@localhost:~ $ FATAL: Error inserting nvidia340 (/lib/modules/4.18.11-pclos1/kernel/drivers/char/drm/nvidia340.ko): Operation not permitted
FATAL: Error running install command for nvidia
FATAL: Error inserting nvidia340 (/lib/modules/4.18.11-pclos1/kernel/drivers/char/drm/nvidia340.ko): Operation not permitted
FATAL: Error running install command for nvidia
QXcbIntegration: Cannot create platform OpenGL context, neither GLX nor EGL are enabled
Falling back to using screens root_visual.
qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 1898, resource id: 17305815, major code: 40 (TranslateCoords), minor code: 0
I have now ordered a more modern graphics card, hoping it will sole the problem.
rolgiati is offline   Reply With Quote
Old 02-13-2020, 02:52 PM   #14
marsec
Junior Member
marsec began at the beginning.
 
Posts: 3
Karma: 10
Join Date: Feb 2020
Device: kobo
Same problem, Calibre does not start.

This happened after I updated to latest version (4.10.1) and at the same time updated my Mageia linux to the latest (new kernel, new other libs, possibly Qt libs, did not pay much attn at the time).

Any ideas?

Code:
malloc(): invalid size (unsorted)

Thread 1 "FontScanner" received signal SIGABRT, Aborted.
0x00007ffff7c25a7a in raise () from /lib64/libc.so.6
(gdb) bt
#0  0x00007ffff7c25a7a in raise () from /lib64/libc.so.6
#1  0x00007ffff7c0e524 in abort () from /lib64/libc.so.6
#2  0x00007ffff7c67ff8 in __libc_message () from /lib64/libc.so.6
#3  0x00007ffff7c6e89a in malloc_printerr () from /lib64/libc.so.6
#4  0x00007ffff7c714dc in _int_malloc () from /lib64/libc.so.6
#5  0x00007ffff7c72cd6 in malloc () from /lib64/libc.so.6
#6  0x00007fffed6a27f4 in glXGetFBConfigs () from /lib64/libGL.so.1
#7  0x00007fffed6a3dbf in glXChooseFBConfigSGIX () from /lib64/libGL.so.1
#8  0x00007fffe2558d6c in qglx_findConfig(_XDisplay*, int, QSurfaceFormat, bool, int, int) ()
   from /usr/lib64/qt5/plugins/xcbglintegrations/libqxcb-glx-integration.so
#9  0x00007fffe2559495 in qglx_findVisualInfo(_XDisplay*, int, QSurfaceFormat*, int, int) ()
   from /usr/lib64/qt5/plugins/xcbglintegrations/libqxcb-glx-integration.so
#10 0x00007fffe255498e in QXcbGlxWindow::createVisual() ()
   from /usr/lib64/qt5/plugins/xcbglintegrations/libqxcb-glx-integration.so
#11 0x00007fffe99b7084 in QXcbWindow::create() ()
   from /opt/calibre/lib/libQt5XcbQpa.so.5
#12 0x00007fffe99a314a in QXcbIntegration::createPlatformWindow(QWindow*) const
    () from /opt/calibre/lib/libQt5XcbQpa.so.5
#13 0x00007fffed85c4fe in QWindowPrivate::create(bool, unsigned long long) ()
   from /opt/calibre/lib/libQt5Gui.so.5
#14 0x00007fffebe9d811 in QWidgetPrivate::create() ()
--Type <RET> for more, q to quit, c to continue without paging--
   from /opt/calibre/lib/libQt5Widgets.so.5
#15 0x00007fffebe9dea0 in QWidget::create(unsigned long long, bool, bool) ()
   from /opt/calibre/lib/libQt5Widgets.so.5
#16 0x00007fffebea96a4 in QWidgetPrivate::setVisible(bool) ()
   from /opt/calibre/lib/libQt5Widgets.so.5
#17 0x00007fffec54d6b4 in ?? ()
   from /opt/calibre/lib/python2.7/site-packages/PyQt5/QtWidgets.so
#18 0x00007fffec6a0398 in ?? ()
   from /opt/calibre/lib/python2.7/site-packages/PyQt5/QtWidgets.so
#19 0x00007ffff78daa35 in PyEval_EvalFrameEx ()
   from /opt/calibre/lib/../lib/libpython2.7.so.1.0
#20 0x00007ffff78dcfbc in PyEval_EvalCodeEx ()
   from /opt/calibre/lib/../lib/libpython2.7.so.1.0
#21 0x00007ffff78d9404 in PyEval_EvalFrameEx ()
   from /opt/calibre/lib/../lib/libpython2.7.so.1.0
#22 0x00007ffff78dcfbc in PyEval_EvalCodeEx ()
   from /opt/calibre/lib/../lib/libpython2.7.so.1.0
#23 0x00007ffff7851c6c in ?? ()
   from /opt/calibre/lib/../lib/libpython2.7.so.1.0
#24 0x00007ffff781f2b3 in PyObject_Call ()
   from /opt/calibre/lib/../lib/libpython2.7.so.1.0
#25 0x00007ffff783108c in ?? ()
   from /opt/calibre/lib/../lib/libpython2.7.so.1.0
--Type <RET> for more, q to quit, c to continue without paging--
#26 0x00007ffff781f2b3 in PyObject_Call ()
   from /opt/calibre/lib/../lib/libpython2.7.so.1.0
#27 0x00007ffff78d3087 in PyEval_CallObjectWithKeywords ()
   from /opt/calibre/lib/../lib/libpython2.7.so.1.0
#28 0x00007fffeed7b1e5 in ?? ()
   from /opt/calibre/lib/python2.7/site-packages/PyQt5/QtCore.so
#29 0x00007fffeed7b738 in ?? ()
   from /opt/calibre/lib/python2.7/site-packages/PyQt5/QtCore.so
#30 0x00007fffeed7b9f0 in ?? ()
   from /opt/calibre/lib/python2.7/site-packages/PyQt5/QtCore.so
#31 0x00007fffeed7c527 in ?? ()
   from /opt/calibre/lib/python2.7/site-packages/PyQt5/QtCore.so
#32 0x00007fffee868ae7 in ?? () from /opt/calibre/lib/libQt5Core.so.5
#33 0x00007fffee86c473 in ?? () from /opt/calibre/lib/libQt5Core.so.5
#34 0x00007fffee861323 in QObject::event(QEvent*) ()
   from /opt/calibre/lib/libQt5Core.so.5
#35 0x00007fffebe688fc in QApplicationPrivate::notify_helper(QObject*, QEvent*)
    () from /opt/calibre/lib/libQt5Widgets.so.5
#36 0x00007fffebe6fdd0 in QApplication::notify(QObject*, QEvent*) ()
   from /opt/calibre/lib/libQt5Widgets.so.5
#37 0x00007fffec71c68e in ?? ()
   from /opt/calibre/lib/python2.7/site-packages/PyQt5/QtWidgets.so
#38 0x00007fffee82fca8 in QCoreApplication::notifyInternal2(QObject*, QEvent*)
--Type <RET> for more, q to quit, c to continue without paging--
    () from /opt/calibre/lib/libQt5Core.so.5
#39 0x00007fffee88b1e9 in QTimerInfoList::activateTimers() ()
   from /opt/calibre/lib/libQt5Core.so.5
#40 0x00007fffee88ba71 in ?? () from /opt/calibre/lib/libQt5Core.so.5
#41 0x00007fffef5d7db7 in g_main_context_dispatch ()
   from /opt/calibre/lib/libglib-2.0.so.0
#42 0x00007fffef5d80c8 in ?? () from /opt/calibre/lib/libglib-2.0.so.0
#43 0x00007fffef5d82ac in g_main_context_iteration ()
   from /opt/calibre/lib/libglib-2.0.so.0
#44 0x00007fffee88be3c in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /opt/calibre/lib/libQt5Core.so.5
#45 0x00007fffee82e532 in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from /opt/calibre/lib/libQt5Core.so.5
#46 0x00007fffee837c34 in QCoreApplication::exec() ()
   from /opt/calibre/lib/libQt5Core.so.5
#47 0x00007fffec6912cb in ?? ()
   from /opt/calibre/lib/python2.7/site-packages/PyQt5/QtWidgets.so
#48 0x00007ffff78daa35 in PyEval_EvalFrameEx ()
   from /opt/calibre/lib/../lib/libpython2.7.so.1.0
#49 0x00007ffff78dcfbc in PyEval_EvalCodeEx ()
   from /opt/calibre/lib/../lib/libpython2.7.so.1.0
#50 0x00007ffff78d9404 in PyEval_EvalFrameEx ()
   from /opt/calibre/lib/../lib/libpython2.7.so.1.0
--Type <RET> for more, q to quit, c to continue without paging--
#51 0x00007ffff78dcfbc in PyEval_EvalCodeEx ()
   from /opt/calibre/lib/../lib/libpython2.7.so.1.0
#52 0x00007ffff78d9404 in PyEval_EvalFrameEx ()
   from /opt/calibre/lib/../lib/libpython2.7.so.1.0
#53 0x00007ffff78dcfbc in PyEval_EvalCodeEx ()
   from /opt/calibre/lib/../lib/libpython2.7.so.1.0
#54 0x00007ffff78d9404 in PyEval_EvalFrameEx ()
   from /opt/calibre/lib/../lib/libpython2.7.so.1.0
#55 0x00007ffff78dcfbc in PyEval_EvalCodeEx ()
   from /opt/calibre/lib/../lib/libpython2.7.so.1.0
#56 0x00007ffff7851c6c in ?? ()
   from /opt/calibre/lib/../lib/libpython2.7.so.1.0
#57 0x00007ffff781f2b3 in PyObject_Call ()
   from /opt/calibre/lib/../lib/libpython2.7.so.1.0
#58 0x00007ffff78d3087 in PyEval_CallObjectWithKeywords ()
   from /opt/calibre/lib/../lib/libpython2.7.so.1.0
#59 0x00007ffff7dc8529 in execute_python_entrypoint ()
   from /opt/calibre/lib/libcalibre-launcher.so
#60 0x0000000000400636 in ?? ()
#61 0x00007ffff7c0fb0b in __libc_start_main () from /lib64/libc.so.6
#62 0x0000000000400669 in ?? ()
(gdb)
marsec is offline   Reply With Quote
Old 02-15-2020, 11:37 AM   #15
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: 43,853
Karma: 22666666
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
That's a crash inside libGL, indicating an issue with your graphics drivers.
kovidgoyal is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
{tags} - just unsorted Irian Library Management 4 11-24-2016 03:39 PM
iBooks messing up my unsorted lists dasboeh ePub 3 09-15-2011 04:36 AM
Full size photo size v. Screensaver size? FF2 Amazon Kindle 5 12-19-2010 11:02 PM
iLiad ipdf compile error (malloc) harpum iRex Developer's Corner 1 06-22-2009 11:10 PM


All times are GMT -4. The time now is 06:51 AM.


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