PreviousNextTracker indexSee it online !

(186/211) 3999 - jEdit hangs on startup (only in KDE, works in GNOME)

When I run jEdit, it displays the splash screen and then hangs with the following error messages on the console, this is reproducible every time:

Note that this problem only happens when I log in with KDE Plasma 5, if I log in using GNOME, jEdit works fine.

-----


Command line to run jEdit: jedit -reuseview
jEdit version: 5.3.0
Java version: Oracle JRE 1.8.0_92
Operating system: openSuSE Tumbleweed
UI Interface: KDE Plasma 5


-----



22:37:16 [AWT-EventQueue-0] [error] AWT-EventQueue-0: Exception in thread "AWT-EventQueue-0"
22:37:16 [AWT-EventQueue-0] [error] AWT-EventQueue-0: java.lang.IllegalArgumentException: Width (0) and height (0) must be non-zero
22:37:16 [AWT-EventQueue-0] [error] AWT-EventQueue-0: at java.awt.image.ReplicateScaleFilter.<init>(ReplicateScaleFilter.java:102)
22:37:16 [AWT-EventQueue-0] [error] AWT-EventQueue-0: at java.awt.Image.getScaledInstance(Image.java:174)
22:37:16 [AWT-EventQueue-0] [error] AWT-EventQueue-0: at sun.awt.CustomCursor.<init>(CustomCursor.java:69)
22:37:16 [AWT-EventQueue-0] [error] AWT-EventQueue-0: at sun.awt.X11CustomCursor.<init>(X11CustomCursor.java:43)
22:37:16 [AWT-EventQueue-0] [error] AWT-EventQueue-0: at sun.awt.X11.XCustomCursor.<init>(XCustomCursor.java:42)
22:37:16 [AWT-EventQueue-0] [error] AWT-EventQueue-0: at sun.awt.X11.XToolkit.createCustomCursor(XToolkit.java:1140)
22:37:16 [AWT-EventQueue-0] [error] AWT-EventQueue-0: at org.gjt.sp.jedit.textarea.TextAreaPainter.addNotify(TextAreaPainter.java:181)
22:37:16 [AWT-EventQueue-0] [error] AWT-EventQueue-0: at java.awt.Container.addNotify(Container.java:2773)
22:37:16 [AWT-EventQueue-0] [error] AWT-EventQueue-0: at javax.swing.JComponent.addNotify(JComponent.java:4740)
22:37:16 [AWT-EventQueue-0] [error] AWT-EventQueue-0: at org.gjt.sp.jedit.textarea.TextArea.addNotify(TextArea.java:4682)
22:37:16 [AWT-EventQueue-0] [error] AWT-EventQueue-0: at java.awt.Container.addNotify(Container.java:2773)
22:37:16 [AWT-EventQueue-0] [error] AWT-EventQueue-0: at javax.swing.JComponent.addNotify(JComponent.java:4740)
22:37:16 [AWT-EventQueue-0] [error] AWT-EventQueue-0: at java.awt.Container.addNotify(Container.java:2773)
22:37:16 [AWT-EventQueue-0] [error] AWT-EventQueue-0: at javax.swing.JComponent.addNotify(JComponent.java:4740)
22:37:16 [AWT-EventQueue-0] [error] AWT-EventQueue-0: at java.awt.Container.addNotify(Container.java:2773)
22:37:16 [AWT-EventQueue-0] [error] AWT-EventQueue-0: at javax.swing.JComponent.addNotify(JComponent.java:4740)
22:37:16 [AWT-EventQueue-0] [error] AWT-EventQueue-0: at java.awt.Container.addNotify(Container.java:2773)
22:37:16 [AWT-EventQueue-0] [error] AWT-EventQueue-0: at javax.swing.JComponent.addNotify(JComponent.java:4740)
22:37:16 [AWT-EventQueue-0] [error] AWT-EventQueue-0: at java.awt.Container.addNotify(Container.java:2773)
22:37:16 [AWT-EventQueue-0] [error] AWT-EventQueue-0: at javax.swing.JComponent.addNotify(JComponent.java:4740)
22:37:16 [AWT-EventQueue-0] [error] AWT-EventQueue-0: at java.awt.Container.addNotify(Container.java:2773)
22:37:16 [AWT-EventQueue-0] [error] AWT-EventQueue-0: at javax.swing.JComponent.addNotify(JComponent.java:4740)
22:37:16 [AWT-EventQueue-0] [error] AWT-EventQueue-0: at java.awt.Container.addNotify(Container.java:2773)
22:37:16 [AWT-EventQueue-0] [error] AWT-EventQueue-0: at javax.swing.JComponent.addNotify(JComponent.java:4740)
22:37:16 [AWT-EventQueue-0] [error] AWT-EventQueue-0: at javax.swing.JRootPane.addNotify(JRootPane.java:757)
22:37:16 [AWT-EventQueue-0] [error] AWT-EventQueue-0: at java.awt.Container.addNotify(Container.java:2773)
22:37:16 [AWT-EventQueue-0] [error] AWT-EventQueue-0: at java.awt.Window.addNotify(Window.java:770)
22:37:16 [AWT-EventQueue-0] [error] AWT-EventQueue-0: at java.awt.Frame.addNotify(Frame.java:487)
22:37:16 [AWT-EventQueue-0] [error] AWT-EventQueue-0: at java.awt.Window.pack(Window.java:807)
22:37:16 [AWT-EventQueue-0] [error] AWT-EventQueue-0: at org.gjt.sp.jedit.jEdit.newView(jEdit.java:2580)
22:37:16 [AWT-EventQueue-0] [error] AWT-EventQueue-0: at org.gjt.sp.jedit.jEdit.newView(jEdit.java:2549)
22:37:16 [AWT-EventQueue-0] [error] AWT-EventQueue-0: at org.gjt.sp.jedit.jEdit.newView(jEdit.java:2525)
22:37:16 [AWT-EventQueue-0] [error] AWT-EventQueue-0: at org.gjt.sp.jedit.jEdit$8.run(jEdit.java:4190)
22:37:16 [AWT-EventQueue-0] [error] AWT-EventQueue-0: at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:311)
22:37:16 [AWT-EventQueue-0] [error] AWT-EventQueue-0: at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:756)
22:37:16 [AWT-EventQueue-0] [error] AWT-EventQueue-0: at java.awt.EventQueue.access$500(EventQueue.java:97)
22:37:16 [AWT-EventQueue-0] [error] AWT-EventQueue-0: at java.awt.EventQueue$3.run(EventQueue.java:709)
22:37:16 [AWT-EventQueue-0] [error] AWT-EventQueue-0: at java.awt.EventQueue$3.run(EventQueue.java:703)
22:37:16 [AWT-EventQueue-0] [error] AWT-EventQueue-0: at java.security.AccessController.doPrivileged(Native Method)
22:37:16 [AWT-EventQueue-0] [error] AWT-EventQueue-0: at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:76)
22:37:16 [AWT-EventQueue-0] [error] AWT-EventQueue-0: at java.awt.EventQueue.dispatchEvent(EventQueue.java:726)
22:37:16 [AWT-EventQueue-0] [error] AWT-EventQueue-0: at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:201)
22:37:16 [AWT-EventQueue-0] [error] AWT-EventQueue-0: at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116)
22:37:16 [AWT-EventQueue-0] [error] AWT-EventQueue-0: at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:105)
22:37:16 [AWT-EventQueue-0] [error] AWT-EventQueue-0: at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
22:37:16 [AWT-EventQueue-0] [error] AWT-EventQueue-0: at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
22:37:16 [AWT-EventQueue-0] [error] AWT-EventQueue-0: at java.awt.EventDispatchThread.run(EventDispatchThread.java:82)

Submitted tl88 - 2016-06-29 12:56:39.452000 Assigned
Priority 9 Labels
Status open Group severe bug
Resolution None

Comments

2016-07-05 04:07:36.004000
tl88

Withe the latest openSuSE Tumbleweed update (as of 5-Jul-2016) using "zypper dup", jEdit is working again! Not sure which updated library fixed the problems with jEdit. Here are the list of updated libraries:

Added packages
===============
bundle-lang-kde-ru-13.2-15.3.noarch
calibre-2.60.0-1.1.x86_64
libcfitsio5-3.390-1.1.x86_64
libqt5-qtwebengine-5.6.1-1.2.x86_64
libwebrtc_audio_processing1-0.3-1.1.x86_64
libzbar0-0.10_2013_02_28-1.1.x86_64
python-qt5-5.5.1-4.3.x86_64
python3-cupshelpers-1.5.7-8.1.noarch

Upgraded packages
==================
Mesa 11.2.2-139.2.x86_64 ---> 12.0.0-140.1.x86_64
Mesa-32bit 11.2.2-139.2.x86_64 ---> 12.0.0-140.1.x86_64
Mesa-devel 11.2.2-139.2.x86_64 ---> 12.0.0-140.1.x86_64
Mesa-dri-devel 11.2.2-139.2.x86_64 ---> 12.0.0-140.1.x86_64
Mesa-libEGL-devel 11.2.2-139.2.x86_64 ---> 12.0.0-140.1.x86_64
Mesa-libEGL1 11.2.2-139.2.x86_64 ---> 12.0.0-140.1.x86_64
Mesa-libGL-devel 11.2.2-139.2.x86_64 ---> 12.0.0-140.1.x86_64
Mesa-libGL1 11.2.2-139.2.x86_64 ---> 12.0.0-140.1.x86_64
Mesa-libGL1-32bit 11.2.2-139.2.x86_64 ---> 12.0.0-140.1.x86_64
Mesa-libGLESv1_CM-devel 11.2.2-139.2.x86_64 ---> 12.0.0-140.1.x86_64
Mesa-libGLESv1_CM1 11.2.2-139.2.x86_64 ---> 12.0.0-140.1.x86_64
Mesa-libGLESv2 2-11.2.2-139.2.x86_64 ---> 2-12.0.0-140.1.x86_64
Mesa-libGLESv2-devel 11.2.2-139.2.x86_64 ---> 12.0.0-140.1.x86_64
Mesa-libglapi-devel 11.2.2-139.2.x86_64 ---> 12.0.0-140.1.x86_64
Mesa-libglapi0 11.2.2-139.2.x86_64 ---> 12.0.0-140.1.x86_64
Mesa-libglapi0-32bit 11.2.2-139.2.x86_64 ---> 12.0.0-140.1.x86_64
Mesa-libva 11.2.2-139.2.x86_64 ---> 12.0.0-140.1.x86_64
MozillaFirefox 47.0-1.2.x86_64 ---> 47.0.1-1.1.x86_64
MozillaFirefox-translations-common 47.0-1.2.x86_64 ---> 47.0.1-1.1.x86_64
MozillaThunderbird 45.1.1-2.1.x86_64 ---> 45.1.1-3.1.x86_64
MozillaThunderbird-translations-common 45.1.1-2.1.x86_64 ---> 45.1.1-3.1.x86_64
apache2-mod_php5 5.6.22-1.5.x86_64 ---> 5.6.23-1.1.x86_64
appstream-glib 0.5.15-1.2.x86_64 ---> 0.5.16-1.1.x86_64
autoconf-archive 2016.03.20-1.2.noarch ---> 2016.03.20-2.1.noarch
avahi 0.6.31-29.2.x86_64 ---> 0.6.32-1.1.x86_64
avahi-autoipd 0.6.31-29.2.x86_64 ---> 0.6.32-1.1.x86_64
avahi-compat-mDNSResponder-devel 0.6.31-29.2.x86_64 ---> 0.6.32-1.1.x86_64
bind-utils 9.10.3P4-18.2.x86_64 ---> 9.10.3P4-19.1.x86_64
branding-openSUSE 13.3-4.1.noarch ---> 13.3-4.2.noarch
brltty 5.2-2.12.x86_64 ---> 5.3.1-1.1.x86_64
brltty-driver-at-spi2 5.2-2.12.x86_64 ---> 5.3.1-1.1.x86_64
brltty-driver-brlapi 5.2-2.12.x86_64 ---> 5.3.1-1.1.x86_64
brltty-driver-espeak 5.2-2.12.x86_64 ---> 5.3.1-1.1.x86_64
brltty-driver-speech-dispatcher 5.2-2.12.x86_64 ---> 5.3.1-1.1.x86_64
brltty-driver-xwindow 5.2-2.12.x86_64 ---> 5.3.1-1.1.x86_64
btrfsprogs 4.5.3-1.2.x86_64 ---> 4.5.3-2.1.x86_64
bundle-lang-common-en 13.2-24.1.noarch ---> 13.2-24.2.noarch
bundle-lang-gnome-en 13.2-24.1.noarch ---> 13.2-24.2.noarch
bundle-lang-kde-pt 13.2-15.3.noarch ---> 13.2-24.1.noarch
chromedriver 51.0.2704.103-2.3.x86_64 ---> 51.0.2704.103-2.5.x86_64
chromium 51.0.2704.103-2.3.x86_64 ---> 51.0.2704.103-2.5.x86_64
chromium-desktop-gnome 51.0.2704.103-2.3.x86_64 ---> 51.0.2704.103-2.5.x86_64
chromium-ffmpegsumo 51.0.2704.103-2.3.x86_64 ---> 51.0.2704.103-2.5.x86_64
clutter-devel 1.26.0-2.3.x86_64 ---> 1.26.0-3.1.x86_64
cmake 3.5.2-3.1.x86_64 ---> 3.5.2-4.1.x86_64
curl 7.48.0-3.2.x86_64 ---> 7.49.1-1.1.x86_64
dnsmasq 2.75-3.3.x86_64 ---> 2.75-4.1.x86_64
docbook_5 5.1CR3-2.3.noarch ---> 5.1CR3-3.1.noarch
docker 1.11.2-1.2.x86_64 ---> 1.11.2-2.1.x86_64
docker-bash-completion 1.11.2-1.2.noarch ---> 1.11.2-2.1.noarch
docker-zsh-completion 1.11.2-1.2.noarch ---> 1.11.2-2.1.noarch
duplicity 0.7.06-1.3.x86_64 ---> 0.7.07.1-1.1.x86_64
eog 3.20.2-2.2.x86_64 ---> 3.20.3-1.1.x86_64
evince 3.20.0-3.2.x86_64 ---> 3.20.1-1.1.x86_64
evince-browser-plugin 3.20.0-3.2.x86_64 ---> 3.20.1-1.1.x86_64
evince-plugin-pdfdocument 3.20.0-3.2.x86_64 ---> 3.20.1-1.1.x86_64
evince-plugin-psdocument 3.20.0-3.2.x86_64 ---> 3.20.1-1.1.x86_64
gdb 7.11-2.4.x86_64 ---> 7.11-2.6.x86_64
gfxboot 4.5.12-1.5.x86_64 ---> 4.5.13-1.1.x86_64
gfxboot-branding-openSUSE 13.3-4.1.noarch ---> 13.3-4.2.noarch
ghc-ghc-mod 5.5.0.0-1.22.x86_64 ---> 5.5.0.0-1.23.x86_64
ghc-hlint 1.9.35-1.2.x86_64 ---> 1.9.35-1.3.x86_64
ghc-hscolour 1.24-1.2.x86_64 ---> 1.24.1-1.1.x86_64
ghc-mod 5.5.0.0-1.22.x86_64 ---> 5.5.0.0-1.23.x86_64
gimp 2.8.16-1.5.x86_64 ---> 2.8.16-2.1.x86_64
gimp-help-browser 2.8.16-1.5.x86_64 ---> 2.8.16-2.1.x86_64
gimp-lang 2.8.16-1.5.noarch ---> 2.8.16-2.1.noarch
gimp-plugin-aa 2.8.16-1.5.x86_64 ---> 2.8.16-2.1.x86_64
gimp-plugins-python 2.8.16-1.5.x86_64 ---> 2.8.16-2.1.x86_64
gimp-ufraw 0.22-2.4.x86_64 ---> 0.22-2.5.x86_64
gio-branding-openSUSE 42.1-3.3.noarch ---> 42.1-4.1.noarch
git 2.8.4-1.3.x86_64 ---> 2.9.0-1.1.x86_64
git-core 2.8.4-1.3.x86_64 ---> 2.9.0-1.1.x86_64
git-cvs 2.8.4-1.3.x86_64 ---> 2.9.0-1.1.x86_64
git-email 2.8.4-1.3.x86_64 ---> 2.9.0-1.1.x86_64
git-gui 2.8.4-1.3.x86_64 ---> 2.9.0-1.1.x86_64
git-svn 2.8.4-1.3.x86_64 ---> 2.9.0-1.1.x86_64
git-web 2.8.4-1.3.x86_64 ---> 2.9.0-1.1.x86_64
gitk 2.8.4-1.3.x86_64 ---> 2.9.0-1.1.x86_64
glade-catalog-gtksourceview 3.20.3-1.2.x86_64 ---> 3.20.4-1.1.x86_64
gnome-screenshot 3.18.0-2.3.x86_64 ---> 3.20.1-1.1.x86_64
gnome-session 3.20.1-1.3.x86_64 ---> 3.20.1-2.1.x86_64
gnome-session-core 3.20.1-1.3.x86_64 ---> 3.20.1-2.1.x86_64
gnome-session-default-session 3.20.1-1.3.x86_64 ---> 3.20.1-2.1.x86_64
gnome-session-wayland 3.20.1-1.3.x86_64 ---> 3.20.1-2.1.x86_64
gnome-shell-search-provider-nautilus 3.20.1-2.2.x86_64 ---> 3.20.1-3.1.x86_64
gnucash 2.6.11-2.6.x86_64 ---> 2.6.12-1.1.x86_64
gnucash-docs 2.6.11-1.2.noarch ---> 2.6.12-1.1.noarch
gnucash-lang 2.6.11-2.6.noarch ---> 2.6.12-1.1.noarch
gnumeric 1.12.29-1.3.x86_64 ---> 1.12.31-1.1.x86_64
gnumeric-lang 1.12.29-1.3.noarch ---> 1.12.31-1.1.noarch
goffice 0_8-lang-0.8.17-12.5.noarch ---> 0_8-lang-0.8.17-13.1.noarch
goffice-lang 0.10.29-1.2.noarch ---> 0.10.31-1.1.noarch
grub2 2.02~beta3-6.2.x86_64 ---> 2.02~beta3-7.1.x86_64
grub2-branding-openSUSE 13.3-4.1.noarch ---> 13.3-4.2.noarch
grub2-i386-pc 2.02~beta3-6.2.x86_64 ---> 2.02~beta3-7.1.x86_64
grub2-snapper-plugin 2.02~beta3-6.2.noarch ---> 2.02~beta3-7.1.noarch
grub2-systemd-sleep-plugin 2.02~beta3-6.2.noarch ---> 2.02~beta3-7.1.noarch
grub2-x86_64-efi 2.02~beta3-6.2.x86_64 ---> 2.02~beta3-7.1.x86_64
gsf-office-thumbnailer 1.14.37-1.2.x86_64 ---> 1.14.39-1.1.x86_64
gstreamer 1.8.1-2.4.x86_64 ---> 0_10-utils-unversioned-0.10.36-19.3.x86_64
gstreamer-devel 1.8.1-2.4.x86_64 ---> 1.8.2-1.1.x86_64
gstreamer-plugins-bad 1.8.1-3.2.x86_64 ---> 1.8.2-1.1.x86_64
gstreamer-plugins-base 1.8.1-2.2.x86_64 ---> 1.8.2-1.1.x86_64
gstreamer-plugins-base-devel 1.8.1-2.2.x86_64 ---> 1.8.2-1.1.x86_64
gstreamer-plugins-good 1.8.1-2.2.x86_64 ---> 1.8.2-1.1.x86_64
gstreamer-plugins-ugly 1.8.1-1.2.x86_64 ---> 1.8.2-1.1.x86_64
gstreamer-utils 1.8.1-2.4.x86_64 ---> 1.8.2-1.1.x86_64
gtk-doc 1.25-2.1.noarch ---> 1.25-3.1.noarch
gtk-doc-lang 1.25-2.1.noarch ---> 1.25-3.1.noarch
gtksourceview-devel 3.20.3-1.2.x86_64 ---> 3.20.4-1.1.x86_64
hamcrest 1.3-7.17.noarch ---> 1.3-7.18.noarch
haveged 1.9.1-12.3.x86_64 ---> 1.9.1-13.1.x86_64
hlint 1.9.35-1.2.x86_64 ---> 1.9.35-1.3.x86_64
hplip 3.15.11-1.3.x86_64 ---> 3.16.5-1.1.x86_64
hplip-hpijs 3.15.11-1.3.x86_64 ---> 3.16.5-1.1.x86_64
hplip-sane 3.15.11-1.3.x86_64 ---> 3.16.5-1.1.x86_64
hscolour 1.24-1.2.x86_64 ---> 1.24.1-1.1.x86_64
idnkit 1.0-18.2.x86_64 ---> 1.0-19.1.x86_64
inkscape 0.91-2.6.x86_64 ---> 0.91-3.1.x86_64
inkscape-extensions-dia 0.91-2.6.x86_64 ---> 0.91-3.1.x86_64
inkscape-extensions-extra 0.91-2.6.x86_64 ---> 0.91-3.1.x86_64
inkscape-extensions-fig 0.91-2.6.x86_64 ---> 0.91-3.1.x86_64
inkscape-extensions-gimp 0.91-2.6.x86_64 ---> 0.91-3.1.x86_64
inkscape-lang 0.91-2.6.noarch ---> 0.91-3.1.noarch
java 1_8_0-openjdk-headless-1.8.0.91-1.2.x86_64 ---> 1_9_0-openjdk-javadoc-9.0.0.0~113-1.1.noarch
kernel-default 4.6.2-1.5.x86_64 ---> 4.6.1-1.1.x86_64
kernel-macros 4.6.2-1.5.noarch ---> 4.6.2-1.6.noarch
kernel-syms 4.6.2-1.2.x86_64 ---> 4.6.2-1.6.x86_64
kexec-tools 2.0.12-1.2.x86_64 ---> 2.0.12-2.1.x86_64
ksystemlog 16.04.2-1.1.x86_64 ---> 16.04.2-2.1.x86_64
libLLVM 3.8.0-6.3.x86_64 ---> 3.8.0-7.1.x86_64
libLLVM-32bit 3.8.0-6.3.x86_64 ---> 3.8.0-7.1.x86_64
libOSMesa-devel 11.2.2-139.2.x86_64 ---> 12.0.0-140.1.x86_64
libOSMesa9 11.2.2-139.2.x86_64 ---> 12.0.0-140.1.x86_64
libOSMesa9-32bit 11.2.2-139.2.x86_64 ---> 12.0.0-140.1.x86_64
libXvnc1 1.6.0-3.2.x86_64 ---> 1.6.0-4.1.x86_64
libappstream-builder8 0.5.15-1.2.x86_64 ---> 0.5.16-1.1.x86_64
libappstream-glib8 0.5.15-1.2.x86_64 ---> 0.5.16-1.1.x86_64
libavahi-client3 0.6.31-29.2.x86_64 ---> 0.6.32-1.1.x86_64
libavahi-client3-32bit 0.6.31-29.2.x86_64 ---> 0.6.32-1.1.x86_64
libavahi-common3 0.6.31-29.2.x86_64 ---> 0.6.32-1.1.x86_64
libavahi-common3-32bit 0.6.31-29.2.x86_64 ---> 0.6.32-1.1.x86_64
libavahi-core7 0.6.31-29.2.x86_64 ---> 0.6.32-1.1.x86_64
libavahi-devel 0.6.31-29.2.x86_64 ---> 0.6.32-1.1.x86_64
libavahi-glib1 0.6.31-29.2.x86_64 ---> 0.6.32-1.1.x86_64
libavahi-gobject0 0.6.31-29.2.x86_64 ---> 0.6.32-1.1.x86_64
libavahi-qt4 1-0.6.31-29.2.x86_64 ---> 1-0.6.32-1.1.x86_64
libavahi-qt4-devel 0.6.31-29.2.x86_64 ---> 0.6.32-1.1.x86_64
libavahi-ui-gtk3 0-0.6.31-29.2.x86_64 ---> 0-0.6.32-1.1.x86_64
libbabl 0_1-0-0.1.16-2.2.x86_64 ---> 0_1-0-0.1.18-1.1.x86_64
libbind9 140-9.10.3P4-18.2.x86_64 ---> 140-9.10.3P4-19.1.x86_64
libblkid-devel 2.28-2.13.x86_64 ---> 2.28-3.1.x86_64
libblkid1 2.28-2.13.x86_64 ---> 2.28-3.1.x86_64
libbrlapi0_6 5.2-2.12.x86_64 ---> 5.3.1-1.1.x86_64
libbtrfs0 4.5.3-1.2.x86_64 ---> 4.5.3-2.1.x86_64
libcfitsio2 3.370-1.6.x86_64 ---> 3.370-1.3.x86_64
libclang 3.8.0-6.3.x86_64 ---> 3.8.0-7.1.x86_64
libclutter 1_0-0-1.26.0-2.3.x86_64 ---> 1_0-0-1.26.0-3.1.x86_64
libcurl-devel 7.48.0-3.2.x86_64 ---> 7.49.1-1.1.x86_64
libcurl4 7.48.0-3.2.x86_64 ---> 7.49.1-1.1.x86_64
libdcerpc-binding0 4.4.4-1.3.x86_64 ---> 4.4.4-2.1.x86_64
libdcerpc0 4.4.4-1.3.x86_64 ---> 4.4.4-2.1.x86_64
libdns162 9.10.3P4-18.2.x86_64 ---> 9.10.3P4-19.1.x86_64
libdns_sd 0.6.31-29.2.x86_64 ---> 0.6.32-1.1.x86_64
libevdocument3 4-3.20.0-3.2.x86_64 ---> 4-3.20.1-1.1.x86_64
libevview3 3-3.20.0-3.2.x86_64 ---> 3-3.20.1-1.1.x86_64
libfdisk1 2.28-2.13.x86_64 ---> 2.28-3.1.x86_64
libfreexl1 1.0.2-1.4.x86_64 ---> 1.0.2-2.1.x86_64
libgbm-devel 11.2.2-139.2.x86_64 ---> 12.0.0-140.1.x86_64
libgbm1 11.2.2-139.2.x86_64 ---> 12.0.0-140.1.x86_64
libgimp 2_0-0-2.8.16-1.5.x86_64 ---> 2_0-0-2.8.16-2.1.x86_64
libgimpui 2_0-0-2.8.16-1.5.x86_64 ---> 2_0-0-2.8.16-2.1.x86_64
libgit2 24-0.24.1-1.3.x86_64 ---> 24-0.24.1-2.1.x86_64
libgnome-keyring-devel 3.12.0-3.6.x86_64 ---> 3.12.0-4.1.x86_64
libgnome-keyring0 3.12.0-3.6.x86_64 ---> 3.12.0-4.1.x86_64
libgoffice 0_10-10-0.10.29-1.2.x86_64 ---> 0_8-8-0.8.17-13.1.x86_64
libgrlpls 0_2-0-0.2.15-1.1.x86_64 ---> 0_3-0-0.3.1-1.1.x86_64
libgsf 1-114-1.14.37-1.2.x86_64 ---> 1-114-1.14.39-1.1.x86_64
libgsf-devel 1.14.37-1.2.x86_64 ---> 1.14.39-1.1.x86_64
libgspell 1-1-1.0.1-1.2.x86_64 ---> 1-1-1.0.2-1.1.x86_64
libgssdp 1_0-3-0.14.15-2.2.x86_64 ---> 1_0-3-0.14.16-1.1.x86_64
libgstadaptivedemux 1_0-0-1.8.1-3.2.x86_64 ---> 1_0-0-1.8.2-1.1.x86_64
libgstallocators 1_0-0-1.8.1-2.2.x86_64 ---> 1_0-0-1.8.2-1.1.x86_64
libgstapp 1_0-0-1.8.1-2.2.x86_64 ---> 1_0-0-1.8.2-1.1.x86_64
libgstaudio 1_0-0-1.8.1-2.2.x86_64 ---> 1_0-0-1.8.2-1.1.x86_64
libgstbadaudio 1_0-0-1.8.1-3.2.x86_64 ---> 1_0-0-1.8.2-1.1.x86_64
libgstbadbase 1_0-0-1.8.1-3.2.x86_64 ---> 1_0-0-1.8.2-1.1.x86_64
libgstbadvideo 1_0-0-1.8.1-3.2.x86_64 ---> 1_0-0-1.8.2-1.1.x86_64
libgstbasecamerabinsrc 1_0-0-1.8.1-3.2.x86_64 ---> 1_0-0-1.8.2-1.1.x86_64
libgstcodecparsers 1_0-0-1.8.1-3.2.x86_64 ---> 1_0-0-1.8.2-1.1.x86_64
libgstfft 1_0-0-1.8.1-2.2.x86_64 ---> 1_0-0-1.8.2-1.1.x86_64
libgstgl 1_0-0-1.8.1-3.2.x86_64 ---> 1_0-0-1.8.2-1.1.x86_64
libgstmpegts 1_0-0-1.8.1-3.2.x86_64 ---> 1_0-0-1.8.2-1.1.x86_64
libgstpbutils 1_0-0-32bit-1.8.1-2.2.x86_64 ---> 1_0-0-32bit-1.8.2-1.1.x86_64
libgstphotography 1_0-0-1.8.1-3.2.x86_64 ---> 1_0-0-1.8.2-1.1.x86_64
libgstreamer 1_0-0-32bit-1.8.1-2.4.x86_64 ---> 1_0-0-32bit-1.8.2-1.1.x86_64
libgstriff 1_0-0-1.8.1-2.2.x86_64 ---> 1_0-0-1.8.2-1.1.x86_64
libgstrtp 1_0-0-1.8.1-2.2.x86_64 ---> 1_0-0-1.8.2-1.1.x86_64
libgstrtsp 1_0-0-1.8.1-2.2.x86_64 ---> 1_0-0-1.8.2-1.1.x86_64
libgstsdp 1_0-0-1.8.1-2.2.x86_64 ---> 1_0-0-1.8.2-1.1.x86_64
libgsttag 1_0-0-32bit-1.8.1-2.2.x86_64 ---> 1_0-0-1.8.2-1.1.x86_64
libgsturidownloader 1_0-0-1.8.1-3.2.x86_64 ---> 1_0-0-1.8.2-1.1.x86_64
libgstvideo 1_0-0-1.8.1-2.2.x86_64 ---> 1_0-0-32bit-1.8.2-1.1.x86_64
libgstwayland 1_0-0-1.8.1-3.2.x86_64 ---> 1_0-0-1.8.2-1.1.x86_64
libgtksourceview 3_0-1-3.20.3-1.2.x86_64 ---> 3_0-1-3.20.4-1.1.x86_64
libgupnp 1_0-4-0.20.17-2.2.x86_64 ---> 1_0-4-0.20.18-1.1.x86_64
libgupnp-dlna 2_0-3-0.10.4-1.3.x86_64 ---> 2_0-3-0.10.5-1.1.x86_64
libgupnp-dlna-backend-gstreamer 0.10.4-1.3.x86_64 ---> 0.10.5-1.1.x86_64
libhavege1 1.9.1-12.3.x86_64 ---> 1.9.1-13.1.x86_64
libidnkit1 1.0-18.2.x86_64 ---> 1.0-19.1.x86_64
libinput-devel 1.3.1-1.2.x86_64 ---> 1.3.2-1.1.x86_64
libinput-udev 1.3.1-1.2.x86_64 ---> 1.3.2-1.1.x86_64
libinput10 1.3.1-1.2.x86_64 ---> 1.3.2-1.1.x86_64
libirs141 9.10.3P4-18.2.x86_64 ---> 9.10.3P4-19.1.x86_64
libisc160 9.10.3P4-18.2.x86_64 ---> 9.10.3P4-19.1.x86_64
libisccc140 9.10.3P4-18.2.x86_64 ---> 9.10.3P4-19.1.x86_64
libisccfg140 9.10.3P4-18.2.x86_64 ---> 9.10.3P4-19.1.x86_64
libjavascriptcoregtk 1_0-0-2.4.11-2.3.x86_64 ---> 4_0-18-2.12.3-1.1.x86_64
libkolab1 1.0.2-2.4.x86_64 ---> 1.0.2-2.5.x86_64
libldap 2_4-2-32bit-2.4.44-18.3.x86_64 ---> 2_4-2-2.4.44-19.1.x86_64
libldap-data 2.4.44-18.3.noarch ---> 2.4.44-19.1.noarch
liblirc_client0 0.9.3a-3.4.x86_64 ---> 0.9.4a-1.1.x86_64
liblmdb 0_9_16-0.9.16-2.1.x86_64 ---> 0_9_17-0.9.17-2.1.x86_64
liblua5_3 5.3.1-3.14.x86_64 ---> 5.3.3-1.1.x86_64
liblua5_3-32bit 5.3.1-3.14.x86_64 ---> 5.3.3-1.1.x86_64
liblwres141 9.10.3P4-18.2.x86_64 ---> 9.10.3P4-19.1.x86_64
libmonosgen 2_0-1-4.2.3-2.2.x86_64 ---> 2_0-1-4.4.1-1.1.x86_64
libmount1 2.28-2.13.x86_64 ---> 2.28-3.1.x86_64
libmozjs 24-24.2.0-5.5.x86_64 ---> 24-24.2.0-6.1.x86_64
libnautilus-extension1 3.20.1-2.2.x86_64 ---> 3.20.1-3.1.x86_64
libndp0 1.6-1.2.x86_64 ---> 1.6-2.1.x86_64
libndr-krb5pac0 4.4.4-1.3.x86_64 ---> 4.4.4-2.1.x86_64
libndr-nbt0 4.4.4-1.3.x86_64 ---> 4.4.4-2.1.x86_64
libndr-standard0 4.4.4-1.3.x86_64 ---> 4.4.4-2.1.x86_64
libndr0 4.4.4-1.3.x86_64 ---> 4.4.4-2.1.x86_64
libnetapi0 4.4.4-1.3.x86_64 ---> 4.4.4-2.1.x86_64
libpcre1 8.38-1.71.x86_64 ---> 8.39-1.1.x86_64
libpcre1-32bit 8.38-1.71.x86_64 ---> 8.39-1.1.x86_64
libpcre16 0-8.38-1.71.x86_64 ---> 0-8.39-1.1.x86_64
libpcrecpp0 8.38-1.71.x86_64 ---> 8.39-1.1.x86_64
libpcreposix0 8.38-1.71.x86_64 ---> 8.39-1.1.x86_64
libpst4 0.6.66-2.2.x86_64 ---> 0.6.66-3.1.x86_64
libpulse-devel 8.0-4.2.x86_64 ---> 9.0-1.1.x86_64
libpulse-mainloop-glib0 8.0-4.2.x86_64 ---> 9.0-1.1.x86_64
libpulse0 8.0-4.2.x86_64 ---> 9.0-1.1.x86_64
libpulse0-32bit 8.0-4.2.x86_64 ---> 9.0-1.1.x86_64
libreoffice 5.2.0.0.beta2-1.4.x86_64 ---> 5.2.0.1-2.1.x86_64
libreoffice-base 5.2.0.0.beta2-1.4.x86_64 ---> 5.2.0.1-2.1.x86_64
libreoffice-base-drivers-mysql 5.2.0.0.beta2-1.4.x86_64 ---> 5.2.0.1-2.1.x86_64
libreoffice-branding-upstream 5.2.0.0.beta2-1.4.noarch ---> 5.2.0.1-2.1.noarch
libreoffice-calc 5.2.0.0.beta2-1.4.x86_64 ---> 5.2.0.1-2.1.x86_64
libreoffice-calc-extensions 5.2.0.0.beta2-1.4.x86_64 ---> 5.2.0.1-2.1.x86_64
libreoffice-draw 5.2.0.0.beta2-1.4.x86_64 ---> 5.2.0.1-2.1.x86_64
libreoffice-filters-optional 5.2.0.0.beta2-1.4.x86_64 ---> 5.2.0.1-2.1.x86_64
libreoffice-gnome 5.2.0.0.beta2-1.4.x86_64 ---> 5.2.0.1-2.1.x86_64
libreoffice-gtk3 5.2.0.0.beta2-1.4.x86_64 ---> 5.2.0.1-2.1.x86_64
libreoffice-icon-theme-breeze 5.2.0.0.beta2-1.4.noarch ---> 5.2.0.1-2.1.noarch
libreoffice-icon-theme-galaxy 5.2.0.0.beta2-1.4.noarch ---> 5.2.0.1-2.1.noarch
libreoffice-icon-theme-hicontrast 5.2.0.0.beta2-1.4.noarch ---> 5.2.0.1-2.1.noarch
libreoffice-icon-theme-oxygen 5.2.0.0.beta2-1.4.noarch ---> 5.2.0.1-2.1.noarch
libreoffice-icon-theme-sifr 5.2.0.0.beta2-1.4.noarch ---> 5.2.0.1-2.1.noarch
libreoffice-icon-theme-tango 5.2.0.0.beta2-1.4.noarch ---> 5.2.0.1-2.1.noarch
libreoffice-impress 5.2.0.0.beta2-1.4.x86_64 ---> 5.2.0.1-2.1.x86_64
libreoffice-kde4 5.2.0.0.beta2-1.4.x86_64 ---> 5.2.0.1-2.1.x86_64
libreoffice-l10n-en 5.2.0.0.beta2-1.4.noarch ---> 5.2.0.1-2.1.noarch
libreoffice-mailmerge 5.2.0.0.beta2-1.4.x86_64 ---> 5.2.0.1-2.1.x86_64
libreoffice-math 5.2.0.0.beta2-1.4.x86_64 ---> 5.2.0.1-2.1.x86_64
libreoffice-pyuno 5.2.0.0.beta2-1.4.x86_64 ---> 5.2.0.1-2.1.x86_64
libreoffice-writer 5.2.0.0.beta2-1.4.x86_64 ---> 5.2.0.1-2.1.x86_64
libreoffice-writer-extensions 5.2.0.0.beta2-1.4.x86_64 ---> 5.2.0.1-2.1.x86_64
libreofficekit 5.2.0.0.beta2-1.4.x86_64 ---> 5.2.0.1-2.1.x86_64
libsamba-credentials0 4.4.4-1.3.x86_64 ---> 4.4.4-2.1.x86_64
libsamba-errors0 4.4.4-1.3.x86_64 ---> 4.4.4-2.1.x86_64
libsamba-errors0-32bit 4.4.4-1.3.x86_64 ---> 4.4.4-2.1.x86_64
libsamba-hostconfig0 4.4.4-1.3.x86_64 ---> 4.4.4-2.1.x86_64
libsamba-passdb0 4.4.4-1.3.x86_64 ---> 4.4.4-2.1.x86_64
libsamba-util0 4.4.4-1.3.x86_64 ---> 4.4.4-2.1.x86_64
libsamdb0 4.4.4-1.3.x86_64 ---> 4.4.4-2.1.x86_64
libsigc 2_0-0-2.8.0-1.2.x86_64 ---> 2_0-0-2.8.0-2.1.x86_64
libsmartcols1 2.28-2.13.x86_64 ---> 2.28-3.1.x86_64
libsmbclient-devel 4.4.4-1.3.x86_64 ---> 4.4.4-2.1.x86_64
libsmbclient0 4.4.4-1.3.x86_64 ---> 4.4.4-2.1.x86_64
libsmbconf0 4.4.4-1.3.x86_64 ---> 4.4.4-2.1.x86_64
libsmbldap0 4.4.4-1.3.x86_64 ---> 4.4.4-2.1.x86_64
libsvn_auth_gnome_keyring 1-0-1.9.4-1.4.x86_64 ---> 1-0-1.9.4-2.1.x86_64
libsvn_auth_kwallet 1-0-1.9.4-1.4.x86_64 ---> 1-0-1.9.4-2.1.x86_64
libtevent-util0 4.4.4-1.3.x86_64 ---> 4.4.4-2.1.x86_64
libtevent-util0-32bit 4.4.4-1.3.x86_64 ---> 4.4.4-2.1.x86_64
libuuid-devel 2.28-2.13.x86_64 ---> 2.28-3.1.x86_64
libuuid1 2.28-2.13.x86_64 ---> 2.28-3.1.x86_64
libuuid1-32bit 2.28-2.13.x86_64 ---> 2.28-3.1.x86_64
libvala 0_30-0-0.30.0-1.1.x86_64 ---> 0_32-0-0.32.1-1.1.x86_64
libvdpau_nouveau 11.2.2-139.2.x86_64 ---> 12.0.0-140.1.x86_64
libwayland-egl-devel 11.2.2-139.2.x86_64 ---> 12.0.0-140.1.x86_64
libwayland-egl1 11.2.2-139.2.x86_64 ---> 12.0.0-140.1.x86_64
libwbclient0 4.4.4-1.3.x86_64 ---> 4.4.4-2.1.x86_64
libwebkit2gtk 4_0-37-2.12.2-2.4.x86_64 ---> 4_0-37-2.12.3-1.1.x86_64
libwebrtc_audio_processing0 0.1-12.8.x86_64 ---> 0.1-12.5.x86_64
libx86emu1 1.10-1.3.x86_64 ---> 1.11-1.1.x86_64
lmdb-devel 0.9.17-1.3.x86_64 ---> 0.9.17-2.1.x86_64
lua 5.3.1-3.14.x86_64 ---> 5.3.3-1.1.x86_64
mercurial 3.8.2-1.2.x86_64 ---> 3.8.3-1.1.x86_64
mercurial-lang 3.8.2-1.2.noarch ---> 3.8.3-1.1.noarch
mono-core 4.2.3-2.2.x86_64 ---> 4.4.1-1.1.x86_64
mono-data 4.2.3-2.2.x86_64 ---> 4.4.1-1.1.x86_64
mono-data-oracle 4.2.3-2.2.x86_64 ---> 4.4.1-1.1.x86_64
mono-data-sqlite 4.2.3-2.2.x86_64 ---> 4.4.1-1.1.x86_64
mono-devel 4.2.3-2.2.x86_64 ---> 4.4.1-1.1.x86_64
mono-extras 4.2.3-2.2.x86_64 ---> 4.4.1-1.1.x86_64
mono-locale-extras 4.2.3-2.2.x86_64 ---> 4.4.1-1.1.x86_64
mono-mvc 4.2.3-2.2.x86_64 ---> 4.4.1-1.1.x86_64
mono-nunit 4.2.3-2.2.x86_64 ---> 4.4.1-1.1.x86_64
mono-wcf 4.2.3-2.2.x86_64 ---> 4.4.1-1.1.x86_64
mono-web 4.2.3-2.2.x86_64 ---> 4.4.1-1.1.x86_64
mono-winforms 4.2.3-2.2.x86_64 ---> 4.4.1-1.1.x86_64
mono-winfxcore 4.2.3-2.2.x86_64 ---> 4.4.1-1.1.x86_64
monodoc-core 4.2.3-2.2.x86_64 ---> 4.4.1-1.1.x86_64
nautilus 3.20.1-2.2.x86_64 ---> 3.20.1-3.1.x86_64
nautilus-evince 3.20.0-3.2.x86_64 ---> 3.20.1-1.1.x86_64
nautilus-sendto 3.8.3-2.2.x86_64 ---> 3.8.4-1.1.x86_64
openSUSE-release 20160626-1.1.x86_64 ---> 20160701-1.2.x86_64
openSUSE-release-ftp 20160626-1.1.x86_64 ---> 20160701-1.2.x86_64
openldap2-client 2.4.44-18.3.x86_64 ---> 2.4.44-19.1.x86_64
openldap2-devel 2.4.44-18.3.x86_64 ---> 2.4.44-19.1.x86_64
patterns-openSUSE 64bit-20151112-15.1.x86_64 ---> 64bit-20151112-16.1.x86_64
patterns-openSUSE-apparmor 20151112-15.1.x86_64 ---> 20151112-16.1.x86_64
patterns-openSUSE-apparmor_opt 20151112-15.1.x86_64 ---> 20151112-16.1.x86_64
patterns-openSUSE-base 20151112-15.1.x86_64 ---> 20151112-16.1.x86_64
patterns-openSUSE-books 20151112-15.1.x86_64 ---> 20151112-16.1.x86_64
patterns-openSUSE-console 20151112-15.1.x86_64 ---> 20151112-16.1.x86_64
patterns-openSUSE-devel_C_C++ 20151112-15.1.x86_64 ---> 20151112-16.1.x86_64
patterns-openSUSE-devel_basis 20151112-15.1.x86_64 ---> 20151112-16.1.x86_64
patterns-openSUSE-devel_gnome 20151112-15.1.x86_64 ---> 20151112-16.1.x86_64
patterns-openSUSE-devel_ide 20151112-15.1.x86_64 ---> 20151112-16.1.x86_64
patterns-openSUSE-devel_java 20151112-15.1.x86_64 ---> 20151112-16.1.x86_64
patterns-openSUSE-devel_kde 20151112-15.1.x86_64 ---> 20151112-16.1.x86_64
patterns-openSUSE-devel_kde_frameworks 20151112-15.1.x86_64 ---> 20151112-16.1.x86_64
patterns-openSUSE-devel_kernel 20151112-15.1.x86_64 ---> 20151112-16.1.x86_64
patterns-openSUSE-devel_mono 20151112-15.1.x86_64 ---> 20151112-16.1.x86_64
patterns-openSUSE-devel_perl 20151112-15.1.x86_64 ---> 20151112-16.1.x86_64
patterns-openSUSE-devel_python 20151112-15.1.x86_64 ---> 20151112-16.1.x86_64
patterns-openSUSE-devel_python3 20151112-15.1.x86_64 ---> 20151112-16.1.x86_64
patterns-openSUSE-devel_qt4 20151112-15.1.x86_64 ---> 20151112-16.1.x86_64
patterns-openSUSE-devel_qt5 20151112-15.1.x86_64 ---> 20151112-16.1.x86_64
patterns-openSUSE-devel_rpm_build 20151112-15.1.x86_64 ---> 20151112-16.1.x86_64
patterns-openSUSE-devel_ruby 20151112-15.1.x86_64 ---> 20151112-16.1.x86_64
patterns-openSUSE-devel_tcl 20151112-15.1.x86_64 ---> 20151112-16.1.x86_64
patterns-openSUSE-devel_web 20151112-15.1.x86_64 ---> 20151112-16.1.x86_64
patterns-openSUSE-devel_yast 20151112-15.1.x86_64 ---> 20151112-16.1.x86_64
patterns-openSUSE-enhanced_base 20151112-15.1.x86_64 ---> 20151112-16.1.x86_64
patterns-openSUSE-enhanced_base_opt 20151112-15.1.x86_64 ---> 20151112-16.1.x86_64
patterns-openSUSE-file_server 20151112-15.1.x86_64 ---> 20151112-16.1.x86_64
patterns-openSUSE-fonts 20151112-15.1.x86_64 ---> 20151112-16.1.x86_64
patterns-openSUSE-fonts_opt 20151112-15.1.x86_64 ---> 20151112-16.1.x86_64
patterns-openSUSE-games 20151112-15.1.x86_64 ---> 20151112-16.1.x86_64
patterns-openSUSE-generic_server 20151112-15.1.x86_64 ---> 20151112-16.1.x86_64
patterns-openSUSE-gnome 20151112-15.1.x86_64 ---> 20151112-16.1.x86_64
patterns-openSUSE-gnome_admin 20151112-15.1.x86_64 ---> 20151112-16.1.x86_64
patterns-openSUSE-gnome_basis 20151112-15.1.x86_64 ---> 20151112-16.1.x86_64
patterns-openSUSE-gnome_basis_opt 20151112-15.1.x86_64 ---> 20151112-16.1.x86_64
patterns-openSUSE-gnome_games 20151112-15.1.x86_64 ---> 20151112-16.1.x86_64
patterns-openSUSE-gnome_ide 20151112-15.1.x86_64 ---> 20151112-16.1.x86_64
patterns-openSUSE-gnome_imaging 20151112-15.1.x86_64 ---> 20151112-16.1.x86_64
patterns-openSUSE-gnome_imaging_opt 20151112-15.1.x86_64 ---> 20151112-16.1.x86_64
patterns-openSUSE-gnome_internet 20151112-15.1.x86_64 ---> 20151112-16.1.x86_64
patterns-openSUSE-gnome_multimedia 20151112-15.1.x86_64 ---> 20151112-16.1.x86_64
patterns-openSUSE-gnome_multimedia_opt 20151112-15.1.x86_64 ---> 20151112-16.1.x86_64
patterns-openSUSE-gnome_office 20151112-15.1.x86_64 ---> 20151112-16.1.x86_64
patterns-openSUSE-gnome_office_opt 20151112-15.1.x86_64 ---> 20151112-16.1.x86_64
patterns-openSUSE-gnome_utilities 20151112-15.1.x86_64 ---> 20151112-16.1.x86_64
patterns-openSUSE-gnome_yast 20151112-15.1.x86_64 ---> 20151112-16.1.x86_64
patterns-openSUSE-haskell_platform 20151112-15.1.x86_64 ---> 20151112-16.1.x86_64
patterns-openSUSE-imaging 20151112-15.1.x86_64 ---> 20151112-16.1.x86_64
patterns-openSUSE-imaging_opt 20151112-15.1.x86_64 ---> 20151112-16.1.x86_64
patterns-openSUSE-kde 20151112-15.1.x86_64 ---> 20151112-16.1.x86_64
patterns-openSUSE-kde_games 20151112-15.1.x86_64 ---> 20151112-16.1.x86_64
patterns-openSUSE-kde_ide 20151112-15.1.x86_64 ---> 20151112-16.1.x86_64
patterns-openSUSE-kde_imaging 20151112-15.1.x86_64 ---> 20151112-16.1.x86_64
patterns-openSUSE-kde_internet 20151112-15.1.x86_64 ---> 20151112-16.1.x86_64
patterns-openSUSE-kde_multimedia 20151112-15.1.x86_64 ---> 20151112-16.1.x86_64
patterns-openSUSE-kde_office 20151112-15.1.x86_64 ---> 20151112-16.1.x86_64
patterns-openSUSE-kde_plasma 20151112-15.1.x86_64 ---> 20151112-16.1.x86_64
patterns-openSUSE-kde_utilities 20151112-15.1.x86_64 ---> 20151112-16.1.x86_64
patterns-openSUSE-kde_utilities_opt 20151112-15.1.x86_64 ---> 20151112-16.1.x86_64
patterns-openSUSE-kde_yast 20151112-15.1.x86_64 ---> 20151112-16.1.x86_64
patterns-openSUSE-lamp_server 20151112-15.1.x86_64 ---> 20151112-16.1.x86_64
patterns-openSUSE-mail_server 20151112-15.1.x86_64 ---> 20151112-16.1.x86_64
patterns-openSUSE-minimal_base 20151112-15.1.x86_64 ---> 20151112-16.1.x86_64
patterns-openSUSE-misc_server 20151112-15.1.x86_64 ---> 20151112-16.1.x86_64
patterns-openSUSE-multimedia 20151112-15.1.x86_64 ---> 20151112-16.1.x86_64
patterns-openSUSE-multimedia_opt 20151112-15.1.x86_64 ---> 20151112-16.1.x86_64
patterns-openSUSE-network_admin 20151112-15.1.x86_64 ---> 20151112-16.1.x86_64
patterns-openSUSE-non_oss 20151112-15.1.x86_64 ---> 20151112-16.1.x86_64
patterns-openSUSE-non_oss_opt 20151112-15.1.x86_64 ---> 20151112-16.1.x86_64
patterns-openSUSE-office 20151112-15.1.x86_64 ---> 20151112-16.1.x86_64
patterns-openSUSE-office_opt 20151112-15.1.x86_64 ---> 20151112-16.1.x86_64
patterns-openSUSE-print_server 20151112-15.1.x86_64 ---> 20151112-16.1.x86_64
patterns-openSUSE-remote_desktop 20151112-15.1.x86_64 ---> 20151112-16.1.x86_64
patterns-openSUSE-sw_management 20151112-15.1.x86_64 ---> 20151112-16.1.x86_64
patterns-openSUSE-sw_management_gnome 20151112-15.1.x86_64 ---> 20151112-16.1.x86_64
patterns-openSUSE-sw_management_kde 20151112-15.1.x86_64 ---> 20151112-16.1.x86_64
patterns-openSUSE-technical_writing 20151112-15.1.x86_64 ---> 20151112-16.1.x86_64
patterns-openSUSE-voip 20151112-15.1.x86_64 ---> 20151112-16.1.x86_64
patterns-openSUSE-x11 20151112-15.1.x86_64 ---> 20151112-16.1.x86_64
patterns-openSUSE-x11_opt 20151112-15.1.x86_64 ---> 20151112-16.1.x86_64
patterns-openSUSE-x86 20151112-15.1.x86_64 ---> 20151112-16.1.x86_64
patterns-openSUSE-yast2_basis 20151112-15.1.x86_64 ---> 20151112-16.1.x86_64
patterns-openSUSE-yast2_install_wf 20151112-15.1.x86_64 ---> 20151112-16.1.x86_64
pcre-devel 8.38-1.71.x86_64 ---> 8.39-1.1.x86_64
pcre-doc 8.38-1.71.noarch ---> 8.39-1.1.noarch
pcre-tools 8.38-1.71.x86_64 ---> 8.39-1.1.x86_64
perl-DateTime-Locale 1.040000-1.1.noarch ---> 1.050000-1.1.noarch
perl-XML-XPath 1.36-1.2.noarch ---> 1.37-1.1.noarch
php5 5.6.22-1.5.x86_64 ---> 5.6.23-1.1.x86_64
php5-ctype 5.6.22-1.5.x86_64 ---> 5.6.23-1.1.x86_64
php5-curl 5.6.22-1.5.x86_64 ---> 5.6.23-1.1.x86_64
php5-dom 5.6.22-1.5.x86_64 ---> 5.6.23-1.1.x86_64
php5-fileinfo 5.6.22-1.5.x86_64 ---> 5.6.23-1.1.x86_64
php5-gd 5.6.22-1.5.x86_64 ---> 5.6.23-1.1.x86_64
php5-iconv 5.6.22-1.5.x86_64 ---> 5.6.23-1.1.x86_64
php5-json 5.6.22-1.5.x86_64 ---> 5.6.23-1.1.x86_64
php5-ldap 5.6.22-1.5.x86_64 ---> 5.6.23-1.1.x86_64
php5-mbstring 5.6.22-1.5.x86_64 ---> 5.6.23-1.1.x86_64
php5-mysql 5.6.22-1.5.x86_64 ---> 5.6.23-1.1.x86_64
php5-openssl 5.6.22-1.5.x86_64 ---> 5.6.23-1.1.x86_64
php5-pdo 5.6.22-1.5.x86_64 ---> 5.6.23-1.1.x86_64
php5-pear 5.6.22-1.5.noarch ---> 5.6.23-1.1.noarch
php5-pear-Archive_Tar 5.6.22-1.5.noarch ---> 5.6.23-1.1.noarch
php5-posix 5.6.22-1.5.x86_64 ---> 5.6.23-1.1.x86_64
php5-sqlite 5.6.22-1.5.x86_64 ---> 5.6.23-1.1.x86_64
php5-tokenizer 5.6.22-1.5.x86_64 ---> 5.6.23-1.1.x86_64
php5-xmlreader 5.6.22-1.5.x86_64 ---> 5.6.23-1.1.x86_64
php5-xmlwriter 5.6.22-1.5.x86_64 ---> 5.6.23-1.1.x86_64
php5-zip 5.6.22-1.5.x86_64 ---> 5.6.23-1.1.x86_64
php5-zlib 5.6.22-1.5.x86_64 ---> 5.6.23-1.1.x86_64
plymouth-branding-openSUSE 13.3-4.1.noarch ---> 13.3-4.2.noarch
polkit-default-privs 13.2-24.31.noarch ---> 13.2-25.1.noarch
postfix 3.1.1-1.2.x86_64 ---> 3.1.1-2.1.x86_64
pulseaudio 8.0-4.2.x86_64 ---> 9.0-1.1.x86_64
pulseaudio-bash-completion 8.0-4.2.x86_64 ---> 9.0-1.1.x86_64
pulseaudio-module-bluetooth 8.0-4.2.x86_64 ---> 9.0-1.1.x86_64
pulseaudio-module-gconf 8.0-4.2.x86_64 ---> 9.0-1.1.x86_64
pulseaudio-module-jack 8.0-4.2.x86_64 ---> 9.0-1.1.x86_64
pulseaudio-module-lirc 8.0-4.2.x86_64 ---> 9.0-1.1.x86_64
pulseaudio-module-x11 8.0-4.2.x86_64 ---> 9.0-1.1.x86_64
pulseaudio-module-zeroconf 8.0-4.2.x86_64 ---> 9.0-1.1.x86_64
pulseaudio-utils 8.0-4.2.x86_64 ---> 9.0-1.1.x86_64
pulseaudio-utils-32bit 8.0-4.2.x86_64 ---> 9.0-1.1.x86_64
python-gnucash 2.6.11-2.6.x86_64 ---> 2.6.12-1.1.x86_64
python-requests 2.9.1-3.1.noarch ---> 2.8.1-2.1.noarch
python3-brlapi 5.2-2.12.x86_64 ---> 5.3.1-1.1.x86_64
python3-nose 1.3.7-2.1.noarch ---> 1.3.7-3.1.noarch
python3-setuptools 21.2.1-1.1.noarch ---> 23.1.0-1.1.noarch
python3-wheel 0.29.0-2.1.noarch ---> 0.29.0-3.1.noarch
samba 4.4.4-1.3.x86_64 ---> 4.4.4-2.1.x86_64
samba-client 4.4.4-1.3.x86_64 ---> 4.4.4-2.1.x86_64
samba-libs 4.4.4-1.3.x86_64 ---> 4.4.4-2.1.x86_64
samba-winbind 4.4.4-1.3.x86_64 ---> 4.4.4-2.1.x86_64
sgml-skel 0.6-439.2.noarch ---> 0.7-1.1.noarch
shared-mime-info 1.6-1.15.x86_64 ---> 1.6-2.1.x86_64
subversion 1.9.4-1.4.x86_64 ---> 1.9.4-2.1.x86_64
subversion-bash-completion 1.9.4-1.4.noarch ---> 1.9.4-2.1.noarch
subversion-perl 1.9.4-1.4.x86_64 ---> 1.9.4-2.1.x86_64
sudo 1.8.16-4.2.x86_64 ---> 1.8.17p1-1.1.x86_64
system-config-printer 1.5.7-7.2.x86_64 ---> 1.5.7-8.1.x86_64
system-config-printer-applet 1.5.7-7.2.noarch ---> 1.5.7-8.1.noarch
system-config-printer-common 1.5.7-7.2.noarch ---> 1.5.7-8.1.noarch
system-config-printer-dbus-service 1.5.7-7.2.noarch ---> 1.5.7-8.1.noarch
tcsh 6.19.00-1.3.x86_64 ---> 6.19.00-2.1.x86_64
tcsh-lang 6.19.00-1.3.noarch ---> 6.19.00-2.1.noarch
tigervnc 1.6.0-3.2.x86_64 ---> 1.6.0-4.1.x86_64
timezone 2016d-1.2.x86_64 ---> 2016e-1.1.x86_64
timezone-java 2016d-1.2.noarch ---> 2016e-1.1.noarch
ucode-intel 20151106-2.3.x86_64 ---> 20151106-3.1.x86_64
udev-configure-printer 1.5.7-7.2.x86_64 ---> 1.5.7-8.1.x86_64
unzip-doc 6.00-29.7.x86_64 ---> 6.00-30.1.x86_64
unzip-rcc 6.00-29.7.x86_64 ---> 6.00-30.1.x86_64
util-linux 2.28-2.13.x86_64 ---> 2.28-3.1.x86_64
util-linux-systemd 2.28-2.13.x86_64 ---> 2.28-3.1.x86_64
vala 0.32.0-1.4.x86_64 ---> 0.32.1-1.1.x86_64
w3m 0.5.3-158.6.x86_64 ---> 0.5.3-159.1.x86_64
wallpaper-branding-openSUSE 13.3-4.1.noarch ---> 13.3-4.2.noarch
webkit2gtk 4_0-injected-bundles-2.12.2-2.4.x86_64 ---> 4_0-injected-bundles-2.12.3-1.1.x86_64
wine 1.9.12-1.3.x86_64 ---> 1.9.13-1.1.x86_64
wine-32bit 1.9.12-1.3.x86_64 ---> 1.9.13-1.1.x86_64
wireless-regdb 2016.05.02-1.1.noarch ---> 2016.06.10-1.1.noarch
xbrlapi 5.2-2.12.x86_64 ---> 5.3.1-1.1.x86_64
xdm 1.1.11-21.2.x86_64 ---> 1.1.11-22.1.x86_64
xdm-xsession 1.1.11-21.2.x86_64 ---> 1.1.11-22.1.x86_64
xen-libs 4.7.0_06-1.1.x86_64 ---> 4.7.0_08-1.1.x86_64
xinetd 2.3.15-10.4.x86_64 ---> 2.3.15-11.1.x86_64
xorg-x11-Xvnc 1.6.0-3.2.x86_64 ---> 1.6.0-4.1.x86_64
xviewer 1.0.4-1.1.x86_64 ---> 1.0.5-1.1.x86_64
xviewer-lang 1.0.4-1.1.noarch ---> 1.0.5-1.1.noarch
yast2 3.1.193-1.1.x86_64 ---> 3.1.194-1.1.x86_64
yast2-bootloader 3.1.192-1.1.x86_64 ---> 3.1.194-1.1.x86_64
yast2-installation 3.1.193-1.1.noarch ---> 3.1.198-1.1.noarch
yast2-network 3.1.154-1.1.x86_64 ---> 3.1.158-1.1.x86_64
yast2-qt-branding-openSUSE 13.3-4.1.noarch ---> 13.3-4.2.noarch
yast2-security 3.2.2-1.3.noarch ---> 3.2.2-2.1.noarch
yast2-x11 3.1.4-1.4.x86_64 ---> 3.1.5-1.1.x86_64

2016-07-05 14:37:21.930000
ezust

I am also using KDE5 Plasma with Java 1.8.0_91 (kubuntu) and do not see the same problem.
It looks like your recent upgrade installed replaced that version of Java with a newer one (Java 1.9) which might explain why things are different for you, but not why I am not seeing the same problem.
Can I close this as "works for me"?

2016-07-07 02:23:49.574000
tl88

Hi Alan, thanks for your message. As per my update, the problem has gone away after the latest Tumbleweed update on 5-Jul.

However, I would like to clarify that I did double-checked the version of Java that was used by jEdit and it was definitely Java 1.8.0_92, hence I am not convinced that the version of Java is the culprit here. If you look at the list of Tumbleweed updates that I did on 5-Jul which fixed the problem, there are no updates to Java.

Furthermore, over the past 3 weeks, I have encountered this issue twice after installing Tumbleweed updates (using "zypper dup"), and each time no Java JRE/JDK has been updated. Hence I think there is a library which has been updated that has caused the issue, but I have not been able to nail down exactly which library was the culprit.

2016-07-11 05:44:59.970000
tl88

Hi Alan,

Arrggg!!!, with the latest openSuSE Tumbleweed as of 11-Jul-2016, jEdit is crashing again with exactly the same error!!! Here are the updated packages, I am still not sure which updated package actually causes the problem:

Added packages
===============
ruby2.2-rubygem-pkg-config-1.1.7-1.2.x86_64

Upgraded packages
==================
automake 1.15-3.76.noarch ---> 1.15-4.1.noarch
autoyast2-installation 3.1.131-1.1.noarch ---> 3.1.136-1.1.noarch
bundle-lang-common-en 13.2-25.1.noarch ---> 13.2-25.2.noarch
bundle-lang-kde-zh 13.2-15.3.noarch ---> 13.2-25.1.noarch
chromedriver 51.0.2704.103-2.7.x86_64 ---> 51.0.2704.103-2.9.x86_64
chromium 51.0.2704.103-2.7.x86_64 ---> 51.0.2704.103-2.9.x86_64
chromium-desktop-gnome 51.0.2704.103-2.7.x86_64 ---> 51.0.2704.103-2.9.x86_64
chromium-ffmpegsumo 51.0.2704.103-2.7.x86_64 ---> 51.0.2704.103-2.9.x86_64
cups 2.1.3-1.3.x86_64 ---> 2.1.3-2.1.x86_64
cups-client 2.1.3-1.3.x86_64 ---> 2.1.3-2.1.x86_64
cups-devel 2.1.3-1.3.x86_64 ---> 2.1.3-2.1.x86_64
cups-libs 2.1.3-1.3.x86_64 ---> 2.1.3-2.1.x86_64
cups-libs-32bit 2.1.3-1.3.x86_64 ---> 2.1.3-2.1.x86_64
doxygen 1.8.11-3.8.x86_64 ---> 1.8.11-3.9.x86_64
e2fsprogs 1.42.13-3.27.x86_64 ---> 1.43.1-1.1.x86_64
e2fsprogs-devel 1.42.13-3.27.x86_64 ---> 1.43.1-1.1.x86_64
expat 2.1.1-3.17.x86_64 ---> 2.1.1-4.1.x86_64
gmp-devel 6.1.0-1.82.x86_64 ---> 6.1.1-1.1.x86_64
gpg2 2.1.12-2.2.x86_64 ---> 2.1.13-1.1.x86_64
kernel-default 4.6.1-1.1.x86_64 ---> 4.6.3-1.1.x86_64
kernel-default-devel 4.6.1-1.1.x86_64 ---> 4.6.3-1.1.x86_64
kernel-devel 4.6.1-1.1.noarch ---> 4.6.3-1.2.noarch
kernel-firmware 20160609-1.1.noarch ---> 20160628-1.1.noarch
kernel-macros 4.6.2-1.6.noarch ---> 4.6.3-1.2.noarch
kernel-source 4.6.1-1.1.noarch ---> 4.6.3-1.2.noarch
libcom_err-devel 1.42.13-3.27.x86_64 ---> 1.43.1-1.1.x86_64
libcom_err2 1.42.13-3.27.x86_64 ---> 1.43.1-1.1.x86_64
libcom_err2-32bit 1.42.13-3.27.x86_64 ---> 1.43.1-1.1.x86_64
libexpat-devel 2.1.1-3.17.x86_64 ---> 2.1.1-4.1.x86_64
libexpat1 2.1.1-3.17.x86_64 ---> 2.1.1-4.1.x86_64
libexpat1-32bit 2.1.1-3.17.x86_64 ---> 2.1.1-4.1.x86_64
libext2fs-devel 1.42.13-3.27.x86_64 ---> 1.43.1-1.1.x86_64
libext2fs2 1.42.13-3.27.x86_64 ---> 1.43.1-1.1.x86_64
libgmp10 6.1.0-1.82.x86_64 ---> 6.1.1-1.1.x86_64
libgmp10-32bit 6.1.0-1.82.x86_64 ---> 6.1.1-1.1.x86_64
libgmpxx4 6.1.0-1.82.x86_64 ---> 6.1.1-1.1.x86_64
libgnutls-devel 3.4.11-2.2.x86_64 ---> 3.4.13-1.1.x86_64
libgnutls30 3.4.11-2.2.x86_64 ---> 3.4.13-1.1.x86_64
libgnutls30-32bit 3.4.11-2.2.x86_64 ---> 3.4.13-1.1.x86_64
libgxps2 0.2.3.2-1.4.x86_64 ---> 0.2.4-1.1.x86_64
libncurses5 6.0-9.18.x86_64 ---> 6.0-10.1.x86_64
libncurses6 6.0-9.18.x86_64 ---> 6.0-10.1.x86_64
libncurses6-32bit 6.0-9.18.x86_64 ---> 6.0-10.1.x86_64
libpython2_7 1_0-2.7.10-4.12.x86_64 ---> 1_0-2.7.12-1.1.x86_64
libreoffice 5.2.0.1-2.1.x86_64 ---> 5.2.0.1-3.1.x86_64
libreoffice-base 5.2.0.1-2.1.x86_64 ---> 5.2.0.1-3.1.x86_64
libreoffice-base-drivers-mysql 5.2.0.1-2.1.x86_64 ---> 5.2.0.1-3.1.x86_64
libreoffice-branding-upstream 5.2.0.1-2.1.noarch ---> 5.2.0.1-3.1.noarch
libreoffice-calc 5.2.0.1-2.1.x86_64 ---> 5.2.0.1-3.1.x86_64
libreoffice-calc-extensions 5.2.0.1-2.1.x86_64 ---> 5.2.0.1-3.1.x86_64
libreoffice-draw 5.2.0.1-2.1.x86_64 ---> 5.2.0.1-3.1.x86_64
libreoffice-filters-optional 5.2.0.1-2.1.x86_64 ---> 5.2.0.1-3.1.x86_64
libreoffice-gnome 5.2.0.1-2.1.x86_64 ---> 5.2.0.1-3.1.x86_64
libreoffice-gtk3 5.2.0.1-2.1.x86_64 ---> 5.2.0.1-3.1.x86_64
libreoffice-icon-theme-breeze 5.2.0.1-2.1.noarch ---> 5.2.0.1-3.1.noarch
libreoffice-icon-theme-galaxy 5.2.0.1-2.1.noarch ---> 5.2.0.1-3.1.noarch
libreoffice-icon-theme-hicontrast 5.2.0.1-2.1.noarch ---> 5.2.0.1-3.1.noarch
libreoffice-icon-theme-oxygen 5.2.0.1-2.1.noarch ---> 5.2.0.1-3.1.noarch
libreoffice-icon-theme-sifr 5.2.0.1-2.1.noarch ---> 5.2.0.1-3.1.noarch
libreoffice-icon-theme-tango 5.2.0.1-2.1.noarch ---> 5.2.0.1-3.1.noarch
libreoffice-impress 5.2.0.1-2.1.x86_64 ---> 5.2.0.1-3.1.x86_64
libreoffice-kde4 5.2.0.1-2.1.x86_64 ---> 5.2.0.1-3.1.x86_64
libreoffice-l10n-en 5.2.0.1-2.1.noarch ---> 5.2.0.1-3.1.noarch
libreoffice-mailmerge 5.2.0.1-2.1.x86_64 ---> 5.2.0.1-3.1.x86_64
libreoffice-math 5.2.0.1-2.1.x86_64 ---> 5.2.0.1-3.1.x86_64
libreoffice-pyuno 5.2.0.1-2.1.x86_64 ---> 5.2.0.1-3.1.x86_64
libreoffice-writer 5.2.0.1-2.1.x86_64 ---> 5.2.0.1-3.1.x86_64
libreoffice-writer-extensions 5.2.0.1-2.1.x86_64 ---> 5.2.0.1-3.1.x86_64
libreofficekit 5.2.0.1-2.1.x86_64 ---> 5.2.0.1-3.1.x86_64
libxdg-app0 0.5.2-1.2.x86_64 ---> 0.5.2-2.1.x86_64
libxerces-c 3_1-3.1.2-1.5.x86_64 ---> 3_1-3.1.4-1.1.x86_64
ncurses-devel 6.0-9.18.x86_64 ---> 6.0-10.1.x86_64
ncurses-utils 6.0-9.18.x86_64 ---> 6.0-10.1.x86_64
openSUSE-release 20160705-1.2.x86_64 ---> 20160709-1.2.x86_64
openSUSE-release-ftp 20160705-1.2.x86_64 ---> 20160709-1.2.x86_64
pciutils-ids 20160607-1.1.noarch ---> 20160701-1.1.noarch
perl 5.24.0-2.14.x86_64 ---> 5.24.0-3.1.x86_64
perl-32bit 5.24.0-2.14.x86_64 ---> 5.24.0-3.1.x86_64
perl-DateTime 1.33-1.1.x86_64 ---> 1.34-1.1.x86_64
perl-XML-LibXML 2.0125-1.2.x86_64 ---> 2.0126-1.1.x86_64
perl-base 5.24.0-2.14.x86_64 ---> 5.24.0-3.1.x86_64
perl-doc 5.24.0-2.14.noarch ---> 5.24.0-3.1.noarch
perl-gettext 1.05-165.101.x86_64 ---> 1.07-1.1.x86_64
perl-libintl-perl 1.25-1.18.x86_64 ---> 1.26-1.1.x86_64
python 2.7.10-4.24.x86_64 ---> 2.7.12-1.1.x86_64
python-base 2.7.10-4.12.x86_64 ---> 2.7.12-1.1.x86_64
python-curses 2.7.10-4.24.x86_64 ---> 2.7.12-1.1.x86_64
python-devel 2.7.10-4.12.x86_64 ---> 2.7.12-1.1.x86_64
python-requests 2.8.1-2.1.noarch ---> 2.9.1-4.1.noarch
python-tk 2.7.10-4.24.x86_64 ---> 2.7.12-1.1.x86_64
python-xml 2.7.10-4.12.x86_64 ---> 2.7.12-1.1.x86_64
ruby2.2-rubygem-mini_portile2 2.0-2.0.0-1.2.x86_64 ---> 2.1.0-1.2.x86_64
ruby2.2-rubygem-nokogiri 1.6.7.2-2.5.x86_64 ---> 1.6.8-1.1.x86_64
tack 6.0-9.18.x86_64 ---> 6.0-10.1.x86_64
terminfo 6.0-9.18.x86_64 ---> 6.0-10.1.x86_64
terminfo-base 6.0-9.18.x86_64 ---> 6.0-10.1.x86_64
ucode-amd 20160609-1.1.noarch ---> 20160628-1.1.noarch
virtualbox-guest-kmp-default 5.0.18_k4.6.2_1-3.6.x86_64 ---> 5.0.18_k4.6.3_1-3.7.x86_64
virtualbox-guest-tools 5.0.18-3.6.x86_64 ---> 5.0.18-3.7.x86_64
virtualbox-guest-x11 5.0.18-3.6.x86_64 ---> 5.0.18-3.7.x86_64
yast2 3.1.194-1.1.x86_64 ---> 3.1.195-1.1.x86_64
yast2-packager 3.1.102-1.1.x86_64 ---> 3.1.107-1.1.x86_64
yast2-ruby-bindings 3.1.48-1.2.x86_64 ---> 3.1.50-1.1.x86_64
yast2-users 3.1.52-1.2.x86_64 ---> 3.1.53-1.1.x86_64
ypbind 2.4-1.2.x86_64 ---> 2.4-2.1.x86_64

2016-07-12 01:24:22.166000
ezust

Does it reproduce with "jedit -noplugins"?
what about "jedit -nosettings"?

2016-07-12 01:29:23.312000
ezust

The exception seems to be complaining about an X11CustomCursor.
Perhaps your KDE installation is trying to set a weird custom cursor?
What if you go to System Settings - Worksapce Theme - Cursor Theme
and select a different cursor theme? Does that make a difference?
I am using the "Breeze" theme.

2016-07-12 01:43:22.710000
tl88

Hi Alan, I tried both "jedit -noplugins" and "jedit -nosettings" and both still give the same errors.

2016-07-12 01:45:38.706000
tl88

I just checked and I am also using the "Breeze" theme :-) I tried "DMZ" theme and it still produces the same error.

2016-07-12 04:33:15.715000
ezust

Well, to eliminate all possibility of it something in your KDE settings, I would suggest creating a new user and seeing if you can reproduce it while logged as that user, from a clean KDE settings.

2016-07-12 05:19:24.151000
tl88

I just created a brand-new user, logged in to the new user's account and jEdit still gives the same error :-(

2016-07-12 05:45:12.096000
tl88

As per your suggestion, I have just installed jEdit 5.3.1 daily build "2016-07-10_19-57-37" and it still gives the same error.

2016-07-14 03:30:22.216000
tl88

Hi Alan,

Guess what? with the latest Tumbleweed update a of 13-Jul (using command "zypper dup"), jEdit is working again!!! it seems like everytime I do an update, jEdit breaks for a few days, then gets fixed with a new update! I still have not managed to isolate the package(s) that are causing problems, here are the list of packages I updated on 13-Jul:

Upgraded packages
==================
acl 2.2.52-8.5.x86_64 ---> 2.2.52-8.6.x86_64
attr 2.4.47-7.98.x86_64 ---> 2.4.47-7.99.x86_64
autoconf 2.69-13.80.noarch ---> 2.69-13.81.noarch
automake 1.15-4.1.noarch ---> 1.15-4.2.noarch
chromedriver 51.0.2704.103-2.9.x86_64 ---> 51.0.2704.103-2.10.x86_64
chromium 51.0.2704.103-2.9.x86_64 ---> 51.0.2704.103-2.10.x86_64
chromium-desktop-gnome 51.0.2704.103-2.9.x86_64 ---> 51.0.2704.103-2.10.x86_64
chromium-ffmpegsumo 51.0.2704.103-2.9.x86_64 ---> 51.0.2704.103-2.10.x86_64
cpp5 5.3.1+r234891-1.22.x86_64 ---> 5.3.1+r234891-1.23.x86_64
desktop-file-utils 0.22-10.2.x86_64 ---> 0.22-10.3.x86_64
dracut 044-7.3.x86_64 ---> 044-8.1.x86_64
fdupes 1.51-1.80.x86_64 ---> 1.51-1.81.x86_64
gcc5 5.3.1+r234891-1.22.x86_64 ---> 5.3.1+r234891-1.23.x86_64
gcc5-c++ 5.3.1+r234891-1.22.x86_64 ---> 5.3.1+r234891-1.23.x86_64
gcc5-gij 5.3.1+r234891-1.22.x86_64 ---> 5.3.1+r234891-1.23.x86_64
gcc5-info 5.3.1+r234891-1.22.noarch ---> 5.3.1+r234891-1.23.noarch
gcc5-java 5.3.1+r234891-1.22.x86_64 ---> 5.3.1+r234891-1.23.x86_64
gzip 1.8-1.24.x86_64 ---> 1.8-1.25.x86_64
hostname 3.16-2.88.x86_64 ---> 3.16-2.89.x86_64
intltool 0.51.0-2.81.noarch ---> 0.51.0-2.82.noarch
java 1_9_0-openjdk-javadoc-9.0.0.0~113-1.1.noarch ---> 1_7_0-openjdk-1.7.0.101-3.1.x86_64
kbd 2.0.2-12.8.x86_64 ---> 2.0.2-13.1.x86_64
kbd-legacy 2.0.2-12.8.noarch ---> 2.0.2-13.1.noarch
kernel-default 4.6.3-1.1.x86_64 ---> 4.6.2-1.6.x86_64
kernel-default-devel 4.6.3-1.1.x86_64 ---> 4.6.3-1.2.x86_64
kmod 22-3.3.x86_64 ---> 22-4.1.x86_64
kmod-compat 22-3.3.x86_64 ---> 22-4.1.x86_64
kpartx 0.6.1-1.2.x86_64 ---> 0.6.1+suse20160704.6e52398-1.1.x86_64
libLLVM 3.8.0-7.1.x86_64 ---> 3.8.0-7.2.x86_64
libLLVM-32bit 3.8.0-7.1.x86_64 ---> 3.8.0-7.2.x86_64
libXrender-devel 0.9.9-1.17.x86_64 ---> 0.9.9-1.18.x86_64
libXrender1 0.9.9-1.17.x86_64 ---> 0.9.9-1.18.x86_64
libXrender1-32bit 0.9.9-1.17.x86_64 ---> 0.9.9-1.18.x86_64
libacl1 2.2.52-8.5.x86_64 ---> 2.2.52-8.6.x86_64
libacl1-32bit 2.2.52-8.5.x86_64 ---> 2.2.52-8.6.x86_64
libarchive13 3.2.0-1.2.x86_64 ---> 3.2.1-1.1.x86_64
libasan2 5.3.1+r234891-1.22.x86_64 ---> 5.3.1+r234891-1.23.x86_64
libattr-devel 2.4.47-7.98.x86_64 ---> 2.4.47-7.99.x86_64
libattr1 2.4.47-7.98.x86_64 ---> 2.4.47-7.99.x86_64
libattr1-32bit 2.4.47-7.98.x86_64 ---> 2.4.47-7.99.x86_64
libcap2 2.22-14.99.x86_64 ---> 2.22-14.100.x86_64
libcap2-32bit 2.22-14.99.x86_64 ---> 2.22-14.100.x86_64
libclang 3.8.0-7.1.x86_64 ---> 3.8.0-7.2.x86_64
libfbembed2_5 2.5.4.26856-2.10.x86_64 ---> 2.5.4.26856-2.11.x86_64
libffi-devel-gcc5 5.3.1+r234891-1.22.x86_64 ---> 5.3.1+r234891-1.23.x86_64
libffi4 5.3.1+r234891-1.22.x86_64 ---> 5.3.1+r234891-1.23.x86_64
libffi4-32bit 5.3.1+r234891-1.22.x86_64 ---> 5.3.1+r234891-1.23.x86_64
libgcj-devel-gcc5 5.3.1+r234891-1.22.x86_64 ---> 5.3.1+r234891-1.23.x86_64
libgcj-gcc5 5.3.1+r234891-1.22.x86_64 ---> 5.3.1+r234891-1.23.x86_64
libgcj-jar-gcc5 5.3.1+r234891-1.22.x86_64 ---> 5.3.1+r234891-1.23.x86_64
libkmod2 22-3.3.x86_64 ---> 22-4.1.x86_64
libltdl7 2.4.6-4.66.x86_64 ---> 2.4.6-4.67.x86_64
libltdl7-32bit 2.4.6-4.66.x86_64 ---> 2.4.6-4.67.x86_64
libmpx0 5.3.1+r234891-1.22.x86_64 ---> 5.3.1+r234891-1.23.x86_64
libmpxwrappers0 5.3.1+r234891-1.22.x86_64 ---> 5.3.1+r234891-1.23.x86_64
libnsssharedhelper0 1.0.10-9.5.x86_64 ---> 1.0.10-9.6.x86_64
libsepol1 2.3-3.99.x86_64 ---> 2.3-3.100.x86_64
libstdc++6-devel-gcc5 5.3.1+r234891-1.22.x86_64 ---> 5.3.1+r234891-1.23.x86_64
libsystemd0 228-8.2.x86_64 ---> 228-9.1.x86_64
libsystemd0-32bit 228-8.2.x86_64 ---> 228-9.1.x86_64
libtool 2.4.6-4.66.x86_64 ---> 2.4.6-4.67.x86_64
libudev-devel 228-8.2.x86_64 ---> 228-9.1.x86_64
libudev1 228-8.2.x86_64 ---> 228-9.1.x86_64
libudev1-32bit 228-8.2.x86_64 ---> 228-9.1.x86_64
libunwind 1.2~rc1-1.2.x86_64 ---> 1.2~rc1-2.1.x86_64
libunwind-devel 1.2~rc1-1.2.x86_64 ---> 1.2~rc1-2.1.x86_64
libverto-devel 0.2.6-4.25.x86_64 ---> 0.2.6-4.26.x86_64
libverto1 0.2.6-4.25.x86_64 ---> 0.2.6-4.26.x86_64
libverto1-32bit 0.2.6-4.25.x86_64 ---> 0.2.6-4.26.x86_64
openSUSE-release 20160709-1.2.x86_64 ---> 20160710-1.1.x86_64
openSUSE-release-ftp 20160709-1.2.x86_64 ---> 20160710-1.1.x86_64
perl-gettext 1.07-1.1.x86_64 ---> 1.07-1.2.x86_64
python-qt5 5.5.1-4.3.x86_64 ---> 5.5.1-4.4.x86_64
python3-numpy 1.11.0-2.3.x86_64 ---> 1.11.1-1.1.x86_64
python3-setuptools 23.1.0-1.1.noarch ---> 24.0.2-1.1.noarch
ruby2.2-rubygem-gem2rpm 0.10.1-9.5.x86_64 ---> 0.10.1-9.6.x86_64
systemd 228-8.2.x86_64 ---> 228-9.1.x86_64
systemd-32bit 228-8.2.x86_64 ---> 228-9.1.x86_64
systemd-bash-completion 228-8.2.noarch ---> 228-9.1.noarch
systemd-logger 228-8.2.x86_64 ---> 228-9.1.x86_64
systemd-sysvinit 228-8.2.x86_64 ---> 228-9.1.x86_64
udev 228-8.2.x86_64 ---> 228-9.1.x86_64

2016-07-21 13:51:25.159000
tl88

Hi Alan,

This problem is driving me nuts! The latest Tumbleweed update as of 21-Jul-2016 has broken jEdit yet again. Here are the updated packages:

Upgraded packages
==================
MozillaFirefox-branding-openSUSE 40-3.2.x86_64 ---> 40-4.1.x86_64
MozillaThunderbird 45.1.1-3.1.x86_64 ---> 45.2-1.1.x86_64
MozillaThunderbird-translations-common 45.1.1-3.1.x86_64 ---> 45.2-1.1.x86_64
accountsservice 0.6.40-2.3.x86_64 ---> 0.6.42-1.1.x86_64
alex 3.1.7-1.4.x86_64 ---> 3.1.7-2.1.x86_64
apache2 2.4.20-4.2.x86_64 ---> 2.4.23-1.1.x86_64
apache2-devel 2.4.20-4.2.x86_64 ---> 2.4.23-1.1.x86_64
apache2-doc 2.4.20-4.2.noarch ---> 2.4.23-1.1.noarch
apache2-example-pages 2.4.20-4.2.x86_64 ---> 2.4.23-1.1.x86_64
apache2-prefork 2.4.20-4.2.x86_64 ---> 2.4.23-1.1.x86_64
apache2-utils 2.4.20-4.2.x86_64 ---> 2.4.23-1.1.x86_64
calibre 2.62.0-1.1.x86_64 ---> 2.62.0-2.1.x86_64
chromedriver 51.0.2704.103-2.14.x86_64 ---> 51.0.2704.106-1.2.x86_64
chromium 51.0.2704.103-2.14.x86_64 ---> 51.0.2704.106-1.2.x86_64
chromium-desktop-gnome 51.0.2704.103-2.14.x86_64 ---> 51.0.2704.106-1.2.x86_64
chromium-ffmpegsumo 51.0.2704.103-2.14.x86_64 ---> 51.0.2704.106-1.2.x86_64
cmake 3.5.2-4.1.x86_64 ---> 3.6.0-1.1.x86_64
coreutils 8.25-1.9.x86_64 ---> 8.25-2.1.x86_64
duplicity 0.7.07.1-1.1.x86_64 ---> 0.7.08-1.1.x86_64
efibootmgr 0.12-1.4.x86_64 ---> 0.12-2.1.x86_64
ethtool 4.5-1.3.x86_64 ---> 4.6-1.1.x86_64
expat 2.1.1-4.1.x86_64 ---> 2.2.0-1.1.x86_64
flex 2.6.1-1.16.x86_64 ---> 2.6.1-2.1.x86_64
fontconfig 2.11.1-6.3.x86_64 ---> 2.12.0-1.1.x86_64
fontconfig-32bit 2.11.1-6.3.x86_64 ---> 2.12.0-1.1.x86_64
fontconfig-devel 2.11.1-6.3.x86_64 ---> 2.12.0-1.1.x86_64
freetype2-devel 2.6.3-1.3.x86_64 ---> 2.6.5-1.1.x86_64
ft2demos 2.6.3-1.2.x86_64 ---> 2.6.5-1.1.x86_64
ghc-ObjectName 1.1.0.1-1.7.x86_64 ---> 1.1.0.1-2.1.x86_64
ghc-ObjectName-devel 1.1.0.1-1.7.x86_64 ---> 1.1.0.1-2.1.x86_64
ghc-OpenGL 3.0.1.0-1.3.x86_64 ---> 3.0.1.0-2.1.x86_64
ghc-OpenGL-devel 3.0.1.0-1.3.x86_64 ---> 3.0.1.0-2.1.x86_64
ghc-OpenGLRaw 3.2.0.0-1.2.x86_64 ---> 3.2.0.0-2.1.x86_64
ghc-OpenGLRaw-devel 3.2.0.0-1.2.x86_64 ---> 3.2.0.0-2.1.x86_64
ghc-fail 4.9.0.0-1.5.x86_64 ---> 4.9.0.0-2.1.x86_64
ghc-ghc-paths 0.1.0.9-1.11.x86_64 ---> 0.1.0.9-2.1.x86_64
ghc-ghc-syb-utils 0.2.3-1.14.x86_64 ---> 0.2.3-2.1.x86_64
ghc-haskell-src 1.0.2.0-1.12.x86_64 ---> 1.0.2.0-2.1.x86_64
ghc-haskell-src-devel 1.0.2.0-1.12.x86_64 ---> 1.0.2.0-2.1.x86_64
ghc-mmorph 1.0.6-1.2.x86_64 ---> 1.0.6-2.1.x86_64
ghc-monad-control 1.0.1.0-1.4.x86_64 ---> 1.0.1.0-2.1.x86_64
ghc-monad-journal 0.7.2-1.3.x86_64 ---> 0.7.2-2.1.x86_64
ghc-mtl 2.2.1-1.8.x86_64 ---> 2.2.1-2.1.x86_64
ghc-mtl-devel 2.2.1-1.8.x86_64 ---> 2.2.1-2.1.x86_64
ghc-multipart 0.1.2-1.10.x86_64 ---> 0.1.2-2.1.x86_64
ghc-multipart-devel 0.1.2-1.10.x86_64 ---> 0.1.2-2.1.x86_64
ghc-old-locale 1.0.0.7-1.8.x86_64 ---> 1.0.0.7-2.1.x86_64
ghc-old-locale-devel 1.0.0.7-1.8.x86_64 ---> 1.0.0.7-2.1.x86_64
ghc-old-time 1.1.0.3-1.7.x86_64 ---> 1.1.0.3-2.1.x86_64
ghc-old-time-devel 1.1.0.3-1.7.x86_64 ---> 1.1.0.3-2.1.x86_64
ghc-optparse-applicative 0.12.1.0-1.6.x86_64 ---> 0.12.1.0-2.1.x86_64
ghc-parallel 3.2.1.0-1.6.x86_64 ---> 3.2.1.0-2.1.x86_64
ghc-parallel-devel 3.2.1.0-1.6.x86_64 ---> 3.2.1.0-2.1.x86_64
ghc-parsec 3.1.11-1.2.x86_64 ---> 3.1.11-2.1.x86_64
ghc-parsec-devel 3.1.11-1.2.x86_64 ---> 3.1.11-2.1.x86_64
ghc-profunctors 5.2-1.12.x86_64 ---> 5.2-2.1.x86_64
ghc-regex-base 0.93.2-10.15.x86_64 ---> 0.93.2-11.1.x86_64
ghc-regex-base-devel 0.93.2-10.15.x86_64 ---> 0.93.2-11.1.x86_64
ghc-regex-compat 0.95.1-11.10.x86_64 ---> 0.95.1-12.1.x86_64
ghc-regex-compat-devel 0.95.1-11.10.x86_64 ---> 0.95.1-12.1.x86_64
ghc-regex-posix 0.95.2-10.16.x86_64 ---> 0.95.2-11.1.x86_64
ghc-regex-posix-devel 0.95.2-10.16.x86_64 ---> 0.95.2-11.1.x86_64
ghc-semigroupoids 5.0.1-1.13.x86_64 ---> 5.0.1-2.1.x86_64
ghc-tagged 0.8.4-1.3.x86_64 ---> 0.8.4-2.1.x86_64
ghc-tagged-devel 0.8.4-1.3.x86_64 ---> 0.8.4-2.1.x86_64
ghc-transformers-base 0.4.4-1.12.x86_64 ---> 0.4.4-2.1.x86_64
ghc-transformers-compat 0.4.0.4-1.7.x86_64 ---> 0.4.0.4-2.1.x86_64
ghc-transformers-compat-devel 0.4.0.4-1.7.x86_64 ---> 0.4.0.4-2.1.x86_64
ghc-utf8-string 1.0.1.1-1.8.x86_64 ---> 1.0.1.1-2.1.x86_64
ghc-zlib 0.6.1.1-1.7.x86_64 ---> 0.6.1.1-2.1.x86_64
ghc-zlib-devel 0.6.1.1-1.7.x86_64 ---> 0.6.1.1-2.1.x86_64
git 2.9.0-1.1.x86_64 ---> 2.9.2-1.1.x86_64
git-core 2.9.0-1.1.x86_64 ---> 2.9.2-1.1.x86_64
git-cvs 2.9.0-1.1.x86_64 ---> 2.9.2-1.1.x86_64
git-email 2.9.0-1.1.x86_64 ---> 2.9.2-1.1.x86_64
git-gui 2.9.0-1.1.x86_64 ---> 2.9.2-1.1.x86_64
git-svn 2.9.0-1.1.x86_64 ---> 2.9.2-1.1.x86_64
git-web 2.9.0-1.1.x86_64 ---> 2.9.2-1.1.x86_64
gitk 2.9.0-1.1.x86_64 ---> 2.9.2-1.1.x86_64
gnome-control-center 3.20.1-4.2.x86_64 ---> 3.20.1-5.1.x86_64
gnome-control-center-color 3.20.1-4.2.x86_64 ---> 3.20.1-5.1.x86_64
gnome-control-center-goa 3.20.1-4.2.x86_64 ---> 3.20.1-5.1.x86_64
gnome-control-center-user-faces 3.20.1-4.2.x86_64 ---> 3.20.1-5.1.x86_64
gnome-online-accounts 3.20.1-2.2.x86_64 ---> 3.20.2-1.1.x86_64
gnome-online-accounts-devel 3.20.1-2.2.x86_64 ---> 3.20.2-1.1.x86_64
gnome-session 3.20.1-2.1.x86_64 ---> 3.20.2-1.1.x86_64
gnome-session-core 3.20.1-2.1.x86_64 ---> 3.20.2-1.1.x86_64
gnome-session-default-session 3.20.1-2.1.x86_64 ---> 3.20.2-1.1.x86_64
gnome-session-wayland 3.20.1-2.1.x86_64 ---> 3.20.2-1.1.x86_64
gnome-software 3.20.3-2.1.x86_64 ---> 3.20.4-1.1.x86_64
gnome-sudoku 3.20.2-1.2.x86_64 ---> 3.20.4-1.1.x86_64
gstreamer-plugins-bad 1.8.2-1.1.x86_64 ---> 1.8.2-2.1.x86_64
gvfs 1.28.2-1.2.x86_64 ---> 1.28.2-2.1.x86_64
gvfs-backend-afc 1.28.2-1.2.x86_64 ---> 1.28.2-2.1.x86_64
gvfs-backend-samba 1.28.2-1.2.x86_64 ---> 1.28.2-2.1.x86_64
gvfs-backends 1.28.2-1.2.x86_64 ---> 1.28.2-2.1.x86_64
gvfs-fuse 1.28.2-1.2.x86_64 ---> 1.28.2-2.1.x86_64
hamcrest 1.3-7.19.noarch ---> 1.3-7.20.noarch
hwinfo 21.27-1.2.x86_64 ---> 21.29-1.1.x86_64
java 1_7_0-openjdk-1.7.0.101-3.1.x86_64 ---> 1_5_0-gcj-compat-1.5.0.0-137.5.x86_64
kernel-macros 4.6.3-1.3.noarch ---> 4.6.4-1.1.noarch
libLLVM 3.8.0-7.2.x86_64 ---> 3.8.0-7.3.x86_64
libLLVM-32bit 3.8.0-7.2.x86_64 ---> 3.8.0-7.3.x86_64
libaccountsservice0 0.6.40-2.3.x86_64 ---> 0.6.42-1.1.x86_64
libblkid-devel 2.28-3.1.x86_64 ---> 2.28-4.1.x86_64
libblkid1 2.28-3.1.x86_64 ---> 2.28-4.1.x86_64
libclang 3.8.0-7.2.x86_64 ---> 3.8.0-7.3.x86_64
libdiscid0 0.6.1-1.5.x86_64 ---> 0.6.1-2.1.x86_64
libefivar0 0.23-2.2.x86_64 ---> 0.24-1.1.x86_64
libexpat-devel 2.1.1-4.1.x86_64 ---> 2.2.0-1.1.x86_64
libexpat1 2.1.1-4.1.x86_64 ---> 2.2.0-1.1.x86_64
libexpat1-32bit 2.1.1-4.1.x86_64 ---> 2.2.0-1.1.x86_64
libfdisk1 2.28-3.1.x86_64 ---> 2.28-4.1.x86_64
libfreetype6 2.6.3-1.3.x86_64 ---> 2.6.5-1.1.x86_64
libfreetype6-32bit 2.6.3-1.3.x86_64 ---> 2.6.5-1.1.x86_64
libgda 5_0-4-5.2.4-8.4.x86_64 ---> 5_0-4-lang-5.2.4-9.1.noarch
libgda-ui 5_0-plugins-5.2.4-8.4.x86_64 ---> 5_0-plugins-5.2.4-9.1.x86_64
libgnutls-devel 3.4.13-1.1.x86_64 ---> 3.4.14-1.1.x86_64
libgnutls30 3.4.13-1.1.x86_64 ---> 3.4.14-1.1.x86_64
libgnutls30-32bit 3.4.13-1.1.x86_64 ---> 3.4.14-1.1.x86_64
libgoa 1_0-0-3.20.1-2.2.x86_64 ---> 1_0-0-3.20.2-1.1.x86_64
libgoa-backend 1_0-1-3.20.1-2.2.x86_64 ---> 1_0-1-3.20.2-1.1.x86_64
libgspell 1-1-1.0.2-1.1.x86_64 ---> 1-1-1.0.3-1.1.x86_64
libgstadaptivedemux 1_0-0-1.8.2-1.1.x86_64 ---> 1_0-0-1.8.2-2.1.x86_64
libgstbadaudio 1_0-0-1.8.2-1.1.x86_64 ---> 1_0-0-1.8.2-2.1.x86_64
libgstbadbase 1_0-0-1.8.2-1.1.x86_64 ---> 1_0-0-1.8.2-2.1.x86_64
libgstbadvideo 1_0-0-1.8.2-1.1.x86_64 ---> 1_0-0-1.8.2-2.1.x86_64
libgstbasecamerabinsrc 1_0-0-1.8.2-1.1.x86_64 ---> 1_0-0-1.8.2-2.1.x86_64
libgstcodecparsers 1_0-0-1.8.2-1.1.x86_64 ---> 1_0-0-1.8.2-2.1.x86_64
libgstgl 1_0-0-1.8.2-1.1.x86_64 ---> 1_0-0-1.8.2-2.1.x86_64
libgstmpegts 1_0-0-1.8.2-1.1.x86_64 ---> 1_0-0-1.8.2-2.1.x86_64
libgstphotography 1_0-0-1.8.2-1.1.x86_64 ---> 1_0-0-1.8.2-2.1.x86_64
libgsturidownloader 1_0-0-1.8.2-1.1.x86_64 ---> 1_0-0-1.8.2-2.1.x86_64
libgstwayland 1_0-0-1.8.2-1.1.x86_64 ---> 1_0-0-1.8.2-2.1.x86_64
libhdf4 4.2.11-4.15.x86_64 ---> 4.2.11-4.16.x86_64
libkolab1 1.0.2-2.5.x86_64 ---> 1.0.2-2.6.x86_64
libmnl0 1.0.3-13.5.x86_64 ---> 1.0.4-1.1.x86_64
libmount1 2.28-3.1.x86_64 ---> 2.28-4.1.x86_64
libraw15 0.17.1-2.2.x86_64 ---> 0.17.2-1.1.x86_64
libselinux1 2.3-5.95.x86_64 ---> 2.5-1.1.x86_64
libselinux1-32bit 2.3-5.95.x86_64 ---> 2.5-1.1.x86_64
libsemanage1 2.3-3.82.x86_64 ---> 2.5-1.1.x86_64
libsepol1 2.3-3.100.x86_64 ---> 2.5-1.1.x86_64
libsmartcols1 2.28-3.1.x86_64 ---> 2.28-4.1.x86_64
libtiff-devel 4.0.6-4.3.x86_64 ---> 4.0.6-5.1.x86_64
libtiff5 4.0.6-4.3.x86_64 ---> 4.0.6-5.1.x86_64
libtiff5-32bit 4.0.6-4.3.x86_64 ---> 4.0.6-5.1.x86_64
libuuid-devel 2.28-3.1.x86_64 ---> 2.28-4.1.x86_64
libuuid1 2.28-3.1.x86_64 ---> 2.28-4.1.x86_64
libuuid1-32bit 2.28-3.1.x86_64 ---> 2.28-4.1.x86_64
libxine-devel 1.2.6-4.1.x86_64 ---> 1.2.6-5.1.x86_64
libxine2 1.2.6-4.1.x86_64 ---> 1.2.6-5.1.x86_64
libxine2-pulse 1.2.6-4.1.x86_64 ---> 1.2.6-5.1.x86_64
openSUSE-release 20160716-1.2.x86_64 ---> 20160720-1.2.x86_64
openSUSE-release-ftp 20160716-1.2.x86_64 ---> 20160720-1.2.x86_64
perl-DateTime-TimeZone 2.00-1.1.noarch ---> 2.01-1.1.noarch
purpose 1.0-1.5.x86_64 ---> 1.1-1.1.x86_64
python-ipaddress 1.0.14-1.2.noarch ---> 1.0.16-1.1.noarch
python-lxml 3.5.0-1.4.x86_64 ---> 3.6.0-1.1.x86_64
python-lxml-devel 3.5.0-1.4.x86_64 ---> 3.6.0-1.1.x86_64
python-lxml-doc 3.5.0-1.4.noarch ---> 3.6.0-1.1.noarch
python3-cssselect 0.9.1-2.1.noarch ---> 0.9.2-1.1.noarch
systemd-presets-branding-openSUSE 0.3.0-25.1.noarch ---> 0.3.0-26.1.noarch
thin-provisioning-tools 0.6.1-2.3.x86_64 ---> 0.6.2-1.1.x86_64
util-linux 2.28-3.1.x86_64 ---> 2.28-4.1.x86_64
util-linux-systemd 2.28-3.1.x86_64 ---> 2.28-4.1.x86_64
virtualbox-guest-kmp-default 5.0.18_k4.6.3_1-3.7.x86_64 ---> 5.0.18_k4.6.4_1-3.8.x86_64
virtualbox-guest-tools 5.0.18-3.7.x86_64 ---> 5.0.18-3.8.x86_64
virtualbox-guest-x11 5.0.18-3.7.x86_64 ---> 5.0.18-3.8.x86_64
wireshark 2.0.4-1.2.x86_64 ---> 2.0.4-1.3.x86_64
wireshark-ui-gtk 2.0.4-1.2.x86_64 ---> 2.0.4-1.3.x86_64
yast2-bootloader 3.1.197-1.1.x86_64 ---> 3.1.198-1.1.x86_64
yast2-network 3.1.158-1.1.x86_64 ---> 3.1.159-1.1.x86_64

2016-07-21 19:26:16.101000
ezust

I still haven't seen this on Kubuntu. Does rebooting after you see this problem make any difference? If I have other ideas, I will post them.

2016-07-21 21:17:22.666000
mike-y

Linux typically comes in one of 2 flavors, bleeding edge or LTS (long term
support). You appear to be on a bleeding edge upgrade plan. Which means
you can expect things to break regularly forever.

If you'd like to be seeing fewer things to deal with, figure out an LTS
distro that works for you. I recommend ubuntu 16.04 LTS. It seeks to
minimize updates that break everything, and only do true security updates.
It's support cycle is scheduled to end in 2022.



On Thu, Jul 21, 2016 at 4:04 PM, Michael H <cmahte@gmail.com> wrote:

> I don't know anything about Tumbleweed, but the list you posted looks like it's replacing a java 7 vm (1.7.0 openJDK) with something called 1.5.0 gcj-compat, which implies it's emulating a Java 5 (or 1.5) VM instead. This was apparently done on purpose.
>
> If I were investigating this, I'd start here... did you just downgrade from a Java 7 virtual machine to a Java 5 VM? if so, why? Downgrading from Java7 to Java5 would definitely affect how jedit performs (if at all.)
>
> java 1_7_0-openjdk-1.7.0.101-3.1.x86_64 ---> 1_5_0-gcj-compat-1.5.0.0-137.5.x86_64
>
>
>
> On Thu, Jul 21, 2016 at 2:26 PM, Alan Ezust <ezust@users.sf.net> wrote:
>
>> I still haven't seen this on Kubuntu. Does rebooting after you see this
>> problem make any difference? If I have other ideas, I will post them.
>> ------------------------------
>>
>> * [bugs:#3999] <https://sourceforge.net/p/jedit/bugs/3999/> jEdit hangs
>> on startup (only in KDE, works in GNOME)*
>>
>> *Status:* open
>> *Group:* severe bug
>> *Created:* Wed Jun 29, 2016 12:56 PM UTC by TL88
>> *Last Updated:* Thu Jul 21, 2016 01:51 PM UTC
>> *Owner:* nobody
>> *Attachments:*
>>
>> - activity.log
>> <https://sourceforge.net/p/jedit/bugs/3999/attachment/activity.log>
>> (17.6 kB; text/x-log)
>>
>> When I run jEdit, it displays the splash screen and then hangs with the
>> following error messages on the console, this is reproducible every time:
>>
>> Note that this problem only happens when I log in with KDE Plasma 5, if I
>> log in using GNOME, jEdit works fine.
>> ------------------------------
>>
>> Command line to run jEdit: jedit -reuseview
>> jEdit version: 5.3.0
>> Java version: Oracle JRE 1.8.0_92
>> Operating system: openSuSE Tumbleweed
>> UI Interface: KDE Plasma 5
>>
>> ------------------------------
>>
>> 22:37:16 [AWT-EventQueue-0] [error] AWT-EventQueue-0: Exception in
>> thread "AWT-EventQueue-0"
>> 22:37:16 [AWT-EventQueue-0] [error] AWT-EventQueue-0:
>> java.lang.IllegalArgumentException: Width (0) and height (0) must be
>> non-zero
>> 22:37:16 [AWT-EventQueue-0] [error] AWT-EventQueue-0: at
>> java.awt.image.ReplicateScaleFilter.<init>(ReplicateScaleFilter.java:102)
>> 22:37:16 [AWT-EventQueue-0] [error] AWT-EventQueue-0: at
>> java.awt.Image.getScaledInstance(Image.java:174)
>> 22:37:16 [AWT-EventQueue-0] [error] AWT-EventQueue-0: at
>> sun.awt.CustomCursor.<init>(CustomCursor.java:69)
>> 22:37:16 [AWT-EventQueue-0] [error] AWT-EventQueue-0: at
>> sun.awt.X11CustomCursor.<init>(X11CustomCursor.java:43)
>> 22:37:16 [AWT-EventQueue-0] [error] AWT-EventQueue-0: at
>> sun.awt.X11.XCustomCursor.<init>(XCustomCursor.java:42)
>> 22:37:16 [AWT-EventQueue-0] [error] AWT-EventQueue-0: at
>> sun.awt.X11.XToolkit.createCustomCursor(XToolkit.java:1140)
>> 22:37:16 [AWT-EventQueue-0] [error] AWT-EventQueue-0: at
>> org.gjt.sp.jedit.textarea.TextAreaPainter.addNotify(TextAreaPainter.java:181)
>> 22:37:16 [AWT-EventQueue-0] [error] AWT-EventQueue-0: at
>> java.awt.Container.addNotify(Container.java:2773)
>> 22:37:16 [AWT-EventQueue-0] [error] AWT-EventQueue-0: at
>> javax.swing.JComponent.addNotify(JComponent.java:4740)
>> 22:37:16 [AWT-EventQueue-0] [error] AWT-EventQueue-0: at
>> org.gjt.sp.jedit.textarea.TextArea.addNotify(TextArea.java:4682)
>> 22:37:16 [AWT-EventQueue-0] [error] AWT-EventQueue-0: at
>> java.awt.Container.addNotify(Container.java:2773)
>> 22:37:16 [AWT-EventQueue-0] [error] AWT-EventQueue-0: at
>> javax.swing.JComponent.addNotify(JComponent.java:4740)
>> 22:37:16 [AWT-EventQueue-0] [error] AWT-EventQueue-0: at
>> java.awt.Container.addNotify(Container.java:2773)
>> 22:37:16 [AWT-EventQueue-0] [error] AWT-EventQueue-0: at
>> javax.swing.JComponent.addNotify(JComponent.java:4740)
>> 22:37:16 [AWT-EventQueue-0] [error] AWT-EventQueue-0: at
>> java.awt.Container.addNotify(Container.java:2773)
>> 22:37:16 [AWT-EventQueue-0] [error] AWT-EventQueue-0: at
>> javax.swing.JComponent.addNotify(JComponent.java:4740)
>> 22:37:16 [AWT-EventQueue-0] [error] AWT-EventQueue-0: at
>> java.awt.Container.addNotify(Container.java:2773)
>> 22:37:16 [AWT-EventQueue-0] [error] AWT-EventQueue-0: at
>> javax.swing.JComponent.addNotify(JComponent.java:4740)
>> 22:37:16 [AWT-EventQueue-0] [error] AWT-EventQueue-0: at
>> java.awt.Container.addNotify(Container.java:2773)
>> 22:37:16 [AWT-EventQueue-0] [error] AWT-EventQueue-0: at
>> javax.swing.JComponent.addNotify(JComponent.java:4740)
>> 22:37:16 [AWT-EventQueue-0] [error] AWT-EventQueue-0: at
>> java.awt.Container.addNotify(Container.java:2773)
>> 22:37:16 [AWT-EventQueue-0] [error] AWT-EventQueue-0: at
>> javax.swing.JComponent.addNotify(JComponent.java:4740)
>> 22:37:16 [AWT-EventQueue-0] [error] AWT-EventQueue-0: at
>> java.awt.Container.addNotify(Container.java:2773)
>> 22:37:16 [AWT-EventQueue-0] [error] AWT-EventQueue-0: at
>> javax.swing.JComponent.addNotify(JComponent.java:4740)
>> 22:37:16 [AWT-EventQueue-0] [error] AWT-EventQueue-0: at
>> javax.swing.JRootPane.addNotify(JRootPane.java:757)
>> 22:37:16 [AWT-EventQueue-0] [error] AWT-EventQueue-0: at
>> java.awt.Container.addNotify(Container.java:2773)
>> 22:37:16 [AWT-EventQueue-0] [error] AWT-EventQueue-0: at
>> java.awt.Window.addNotify(Window.java:770)
>> 22:37:16 [AWT-EventQueue-0] [error] AWT-EventQueue-0: at
>> java.awt.Frame.addNotify(Frame.java:487)
>> 22:37:16 [AWT-EventQueue-0] [error] AWT-EventQueue-0: at
>> java.awt.Window.pack(Window.java:807)
>> 22:37:16 [AWT-EventQueue-0] [error] AWT-EventQueue-0: at
>> org.gjt.sp.jedit.jEdit.newView(jEdit.java:2580)
>> 22:37:16 [AWT-EventQueue-0] [error] AWT-EventQueue-0: at
>> org.gjt.sp.jedit.jEdit.newView(jEdit.java:2549)
>> 22:37:16 [AWT-EventQueue-0] [error] AWT-EventQueue-0: at
>> org.gjt.sp.jedit.jEdit.newView(jEdit.java:2525)
>> 22:37:16 [AWT-EventQueue-0] [error] AWT-EventQueue-0: at
>> org.gjt.sp.jedit.jEdit$8.run(jEdit.java:4190)
>> 22:37:16 [AWT-EventQueue-0] [error] AWT-EventQueue-0: at
>> java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:311)
>> 22:37:16 [AWT-EventQueue-0] [error] AWT-EventQueue-0: at
>> java.awt.EventQueue.dispatchEventImpl(EventQueue.java:756)
>> 22:37:16 [AWT-EventQueue-0] [error] AWT-EventQueue-0: at
>> java.awt.EventQueue.access$500(EventQueue.java:97)
>> 22:37:16 [AWT-EventQueue-0] [error] AWT-EventQueue-0: at
>> java.awt.EventQueue$3.run(EventQueue.java:709)
>> 22:37:16 [AWT-EventQueue-0] [error] AWT-EventQueue-0: at
>> java.awt.EventQueue$3.run(EventQueue.java:703)
>> 22:37:16 [AWT-EventQueue-0] [error] AWT-EventQueue-0: at
>> java.security.AccessController.doPrivileged(Native Method)
>> 22:37:16 [AWT-EventQueue-0] [error] AWT-EventQueue-0: at
>> java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:76)
>> 22:37:16 [AWT-EventQueue-0] [error] AWT-EventQueue-0: at
>> java.awt.EventQueue.dispatchEvent(EventQueue.java:726)
>> 22:37:16 [AWT-EventQueue-0] [error] AWT-EventQueue-0: at
>> java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:201)
>> 22:37:16 [AWT-EventQueue-0] [error] AWT-EventQueue-0: at
>> java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116)
>> 22:37:16 [AWT-EventQueue-0] [error] AWT-EventQueue-0: at
>> java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:105)
>> 22:37:16 [AWT-EventQueue-0] [error] AWT-EventQueue-0: at
>> java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
>> 22:37:16 [AWT-EventQueue-0] [error] AWT-EventQueue-0: at
>> java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
>> 22:37:16 [AWT-EventQueue-0] [error] AWT-EventQueue-0: at
>> java.awt.EventDispatchThread.run(EventDispatchThread.java:82)
>> ------------------------------
>>
>> Sent from sourceforge.net because jedit-devel@lists.sourceforge.net is
>> subscribed to https://sourceforge.net/p/jedit/bugs/
>>
>> To unsubscribe from further messages, a project admin can change settings
>> at https://sourceforge.net/p/jedit/admin/bugs/options. Or, if this is a
>> mailing list, you can unsubscribe from the mailing list.
>>
>>
>> ------------------------------------------------------------------------------
>> What NetFlow Analyzer can do for you? Monitors network bandwidth and
>> traffic
>> patterns at an interface-level. Reveals which users, apps, and protocols
>> are
>> consuming the most bandwidth. Provides multi-vendor support for NetFlow,
>> J-Flow, sFlow and other flows. Make informed decisions using capacity
>> planning
>> reports.http://sdm.link/zohodev2dev
>> --
>> -----------------------------------------------
>> jEdit Developers' List
>> jEdit-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/jedit-devel
>>
>>
>

2016-07-21 21:18:51.067000
mike-y

I don't know anything about Tumbleweed, but the list you posted looks
like it's replacing a java 7 vm (1.7.0 openJDK) with something called
1.5.0 gcj-compat, which implies it's emulating a Java 5 (or 1.5) VM
instead. This was apparently done on purpose.

If I were investigating this, I'd start here... did you just downgrade
from a Java 7 virtual machine to a Java 5 VM? if so, why? Downgrading
from Java7 to Java5 would definitely affect how jedit performs (if at
all.)

java 1_7_0-openjdk-1.7.0.101-3.1.x86_64 --->
1_5_0-gcj-compat-1.5.0.0-137.5.x86_64



On Thu, Jul 21, 2016 at 2:26 PM, Alan Ezust <ezust@users.sf.net> wrote:

> I still haven't seen this on Kubuntu. Does rebooting after you see this
> problem make any difference? If I have other ideas, I will post them.
> ------------------------------
>
> * [bugs:#3999] <https://sourceforge.net/p/jedit/bugs/3999/> jEdit hangs on
> startup (only in KDE, works in GNOME)*
>
> *Status:* open
> *Group:* severe bug
> *Created:* Wed Jun 29, 2016 12:56 PM UTC by TL88
> *Last Updated:* Thu Jul 21, 2016 01:51 PM UTC
> *Owner:* nobody
> *Attachments:*
>
> - activity.log
> <https://sourceforge.net/p/jedit/bugs/3999/attachment/activity.log>
> (17.6 kB; text/x-log)
>
> When I run jEdit, it displays the splash screen and then hangs with the
> following error messages on the console, this is reproducible every time:
>
> Note that this problem only happens when I log in with KDE Plasma 5, if I
> log in using GNOME, jEdit works fine.
> ------------------------------
>
> Command line to run jEdit: jedit -reuseview
> jEdit version: 5.3.0
> Java version: Oracle JRE 1.8.0_92
> Operating system: openSuSE Tumbleweed
> UI Interface: KDE Plasma 5
>
> ------------------------------
>
> 22:37:16 [AWT-EventQueue-0] [error] AWT-EventQueue-0: Exception in thread
> "AWT-EventQueue-0"
> 22:37:16 [AWT-EventQueue-0] [error] AWT-EventQueue-0:
> java.lang.IllegalArgumentException: Width (0) and height (0) must be
> non-zero
> 22:37:16 [AWT-EventQueue-0] [error] AWT-EventQueue-0: at
> java.awt.image.ReplicateScaleFilter.<init>(ReplicateScaleFilter.java:102)
> 22:37:16 [AWT-EventQueue-0] [error] AWT-EventQueue-0: at
> java.awt.Image.getScaledInstance(Image.java:174)
> 22:37:16 [AWT-EventQueue-0] [error] AWT-EventQueue-0: at
> sun.awt.CustomCursor.<init>(CustomCursor.java:69)
> 22:37:16 [AWT-EventQueue-0] [error] AWT-EventQueue-0: at
> sun.awt.X11CustomCursor.<init>(X11CustomCursor.java:43)
> 22:37:16 [AWT-EventQueue-0] [error] AWT-EventQueue-0: at
> sun.awt.X11.XCustomCursor.<init>(XCustomCursor.java:42)
> 22:37:16 [AWT-EventQueue-0] [error] AWT-EventQueue-0: at
> sun.awt.X11.XToolkit.createCustomCursor(XToolkit.java:1140)
> 22:37:16 [AWT-EventQueue-0] [error] AWT-EventQueue-0: at
> org.gjt.sp.jedit.textarea.TextAreaPainter.addNotify(TextAreaPainter.java:181)
> 22:37:16 [AWT-EventQueue-0] [error] AWT-EventQueue-0: at
> java.awt.Container.addNotify(Container.java:2773)
> 22:37:16 [AWT-EventQueue-0] [error] AWT-EventQueue-0: at
> javax.swing.JComponent.addNotify(JComponent.java:4740)
> 22:37:16 [AWT-EventQueue-0] [error] AWT-EventQueue-0: at
> org.gjt.sp.jedit.textarea.TextArea.addNotify(TextArea.java:4682)
> 22:37:16 [AWT-EventQueue-0] [error] AWT-EventQueue-0: at
> java.awt.Container.addNotify(Container.java:2773)
> 22:37:16 [AWT-EventQueue-0] [error] AWT-EventQueue-0: at
> javax.swing.JComponent.addNotify(JComponent.java:4740)
> 22:37:16 [AWT-EventQueue-0] [error] AWT-EventQueue-0: at
> java.awt.Container.addNotify(Container.java:2773)
> 22:37:16 [AWT-EventQueue-0] [error] AWT-EventQueue-0: at
> javax.swing.JComponent.addNotify(JComponent.java:4740)
> 22:37:16 [AWT-EventQueue-0] [error] AWT-EventQueue-0: at
> java.awt.Container.addNotify(Container.java:2773)
> 22:37:16 [AWT-EventQueue-0] [error] AWT-EventQueue-0: at
> javax.swing.JComponent.addNotify(JComponent.java:4740)
> 22:37:16 [AWT-EventQueue-0] [error] AWT-EventQueue-0: at
> java.awt.Container.addNotify(Container.java:2773)
> 22:37:16 [AWT-EventQueue-0] [error] AWT-EventQueue-0: at
> javax.swing.JComponent.addNotify(JComponent.java:4740)
> 22:37:16 [AWT-EventQueue-0] [error] AWT-EventQueue-0: at
> java.awt.Container.addNotify(Container.java:2773)
> 22:37:16 [AWT-EventQueue-0] [error] AWT-EventQueue-0: at
> javax.swing.JComponent.addNotify(JComponent.java:4740)
> 22:37:16 [AWT-EventQueue-0] [error] AWT-EventQueue-0: at
> java.awt.Container.addNotify(Container.java:2773)
> 22:37:16 [AWT-EventQueue-0] [error] AWT-EventQueue-0: at
> javax.swing.JComponent.addNotify(JComponent.java:4740)
> 22:37:16 [AWT-EventQueue-0] [error] AWT-EventQueue-0: at
> java.awt.Container.addNotify(Container.java:2773)
> 22:37:16 [AWT-EventQueue-0] [error] AWT-EventQueue-0: at
> javax.swing.JComponent.addNotify(JComponent.java:4740)
> 22:37:16 [AWT-EventQueue-0] [error] AWT-EventQueue-0: at
> javax.swing.JRootPane.addNotify(JRootPane.java:757)
> 22:37:16 [AWT-EventQueue-0] [error] AWT-EventQueue-0: at
> java.awt.Container.addNotify(Container.java:2773)
> 22:37:16 [AWT-EventQueue-0] [error] AWT-EventQueue-0: at
> java.awt.Window.addNotify(Window.java:770)
> 22:37:16 [AWT-EventQueue-0] [error] AWT-EventQueue-0: at
> java.awt.Frame.addNotify(Frame.java:487)
> 22:37:16 [AWT-EventQueue-0] [error] AWT-EventQueue-0: at
> java.awt.Window.pack(Window.java:807)
> 22:37:16 [AWT-EventQueue-0] [error] AWT-EventQueue-0: at
> org.gjt.sp.jedit.jEdit.newView(jEdit.java:2580)
> 22:37:16 [AWT-EventQueue-0] [error] AWT-EventQueue-0: at
> org.gjt.sp.jedit.jEdit.newView(jEdit.java:2549)
> 22:37:16 [AWT-EventQueue-0] [error] AWT-EventQueue-0: at
> org.gjt.sp.jedit.jEdit.newView(jEdit.java:2525)
> 22:37:16 [AWT-EventQueue-0] [error] AWT-EventQueue-0: at
> org.gjt.sp.jedit.jEdit$8.run(jEdit.java:4190)
> 22:37:16 [AWT-EventQueue-0] [error] AWT-EventQueue-0: at
> java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:311)
> 22:37:16 [AWT-EventQueue-0] [error] AWT-EventQueue-0: at
> java.awt.EventQueue.dispatchEventImpl(EventQueue.java:756)
> 22:37:16 [AWT-EventQueue-0] [error] AWT-EventQueue-0: at
> java.awt.EventQueue.access$500(EventQueue.java:97)
> 22:37:16 [AWT-EventQueue-0] [error] AWT-EventQueue-0: at
> java.awt.EventQueue$3.run(EventQueue.java:709)
> 22:37:16 [AWT-EventQueue-0] [error] AWT-EventQueue-0: at
> java.awt.EventQueue$3.run(EventQueue.java:703)
> 22:37:16 [AWT-EventQueue-0] [error] AWT-EventQueue-0: at
> java.security.AccessController.doPrivileged(Native Method)
> 22:37:16 [AWT-EventQueue-0] [error] AWT-EventQueue-0: at
> java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:76)
> 22:37:16 [AWT-EventQueue-0] [error] AWT-EventQueue-0: at
> java.awt.EventQueue.dispatchEvent(EventQueue.java:726)
> 22:37:16 [AWT-EventQueue-0] [error] AWT-EventQueue-0: at
> java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:201)
> 22:37:16 [AWT-EventQueue-0] [error] AWT-EventQueue-0: at
> java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116)
> 22:37:16 [AWT-EventQueue-0] [error] AWT-EventQueue-0: at
> java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:105)
> 22:37:16 [AWT-EventQueue-0] [error] AWT-EventQueue-0: at
> java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
> 22:37:16 [AWT-EventQueue-0] [error] AWT-EventQueue-0: at
> java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
> 22:37:16 [AWT-EventQueue-0] [error] AWT-EventQueue-0: at
> java.awt.EventDispatchThread.run(EventDispatchThread.java:82)
> ------------------------------
>
> Sent from sourceforge.net because jedit-devel@lists.sourceforge.net is
> subscribed to https://sourceforge.net/p/jedit/bugs/
>
> To unsubscribe from further messages, a project admin can change settings
> at https://sourceforge.net/p/jedit/admin/bugs/options. Or, if this is a
> mailing list, you can unsubscribe from the mailing list.
>
>
> ------------------------------------------------------------------------------
> What NetFlow Analyzer can do for you? Monitors network bandwidth and
> traffic
> patterns at an interface-level. Reveals which users, apps, and protocols
> are
> consuming the most bandwidth. Provides multi-vendor support for NetFlow,
> J-Flow, sFlow and other flows. Make informed decisions using capacity
> planning
> reports.http://sdm.link/zohodev2dev
> --
> -----------------------------------------------
> jEdit Developers' List
> jEdit-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/jedit-devel
>
>

alternate (10.9Kio)

2016-07-22 02:49:10.157000
tl88

Hi Alan,

Unfortunately no amount of reboot helps at all :-(

2016-07-22 03:00:54.503000
tl88

Hi Mikey,

With regards to version of Java, I actually manually set things so that jEdit always use a specific version of JRE (in this case it's java version "1.8.0_92"). Hence the Java updated packages should not have made any difference. I have also tested jEdit against a number of JRE (both from Oracle as well as OpenJDK) and the problem still persists, hence the culprit seems to be with other packages (probably some graphics library) that jEdit references. This is evidenced from some of the updates which broke jEdit without updating any of the JREs.

With regards to Tumbleweed, the main reason I am using it is because this is my development machine and using openSuSE, and I use a number of other development tools which at one time broke under the stable openSuSE realse and took a long time to get fixed, hence my decision to move to Tumbleweed.

With the exception of jEdit which regularly breaks-works-breaks with every update of Tumbleweed, on the whole, Tumbleweed has been very stable for me. So I think I would just have to cross my fingers and hope that someone finds the culprit and permanently fix the issue.

Kind regards.

2016-07-26 12:18:57.572000
tl88

Dear all,

In my attempt to figure out what is causing the problem with jEdit on my system, I checked out the jEdit source code and proceeded to compile using Oracle's Java SDK 1.8.0_92. The version I built from the source code exhibited exactly the same symptom, and I think I have traced it to the following piece of code in the file TextAreaPainter.java around line 181 in the method
public void addNotify()

The code that is causing the problem is:

hiddenCursor = getToolkit().createCustomCursor(
getGraphicsConfiguration()
.createCompatibleImage(16,16,
Transparency.BITMASK),
new Point(0,0),"Hidden");

If I comment out the above line of code (I know I shouldn't be blindly commenting out codes, but ... in the interest of trying to figure out where things are breaking), jEdit runs find without any problem.

I hope this helps with your investigation. Given that jEdit works fine under GNOME and only causes problems under KDE, my guess is that every time I do an update, some KDE librarie(s) get updated which breaks jEdit.

Kind regards.