LyX ⇒ Python update = LyX crashing
Python update = LyX crashing
Anyone having a similar problem? Anyone know a workaround?
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
- Stefan Kottwitz
- Site Admin
- Posts: 10360
- Joined: Mon Mar 10, 2008 9:44 pm
Re: Python update = LyX crashing
When I start it up using a terminal it does give some error message but I can't remember what, it says something about 'you found a bug' and how to report it but that causes LyX to crash as well.
I will get a more detailed error report and post that.
Python update = LyX crashing
Code: Select all
QPaintEngine::setSystemClip: Should not be changed while engine is active
QPaintEngine::setSystemClip: Should not be changed while engine is active
QWidgetPrivate::beginSharedPainter: Painter is already active
QWidgetPrivate::endSharedPainter: Attempting to end a null painter
QPaintEngine::setSystemClip: Should not be changed while engine is active
QPaintEngine::setSystemClip: Should not be changed while engine is active
QWidgetPrivate::beginSharedPainter: Painter is already active
lyx: SIGSEGV signal caught
Sorry, you have found a bug in LyX. Please read the bug-reporting instructions in Help->Introduction and send us a bug report, if necessary. Thanks !
Bye.
Aborted
Re: Python update = LyX crashing
-
- Posts: 1
- Joined: Wed Jun 11, 2008 6:14 pm
Python update = LyX crashing
There's a solution: https://bugs.launchpad.net/ubuntu/+sour ... bug/228067.
To put it in a nutshell:
1. Disable the backports updates (unsupported) in the update manager
2. apt-get remove libqt4-dbus libqt4-test libqtcore4 libqt4-xml libqtgui4 libqt4-network libqt4-script libqt4-opengl libqt4-svg libqt4-assistant
3 apt-get clean
(! removes all previously downloaded deb files from /var/cache/apt/archives)
4. apt-get install --reinstall libqt4-gui libqt4-core
5. Check, if everything went fine:
apt-get -f install or
dpkg --configure -a