The app is crashing since today

In lmde6 I get the following message:

flatpak run info.portfolio_performance.PortfolioPerformance 
Gtk-Message: 18:19:04.349: Failed to load module "xapp-gtk3-module"
WARNING: Using incubator modules: jdk.incubator.vector
Gtk-Message: 18:19:04.818: Failed to load module "xapp-gtk3-module"

(java:24): GdkPixbuf-CRITICAL **: 18:19:04.866: gdk_pixbuf_get_width: assertion 'GDK_IS_PIXBUF (pixbuf)' failed

(java:24): GdkPixbuf-CRITICAL **: 18:19:04.866: gdk_pixbuf_get_height: assertion 'GDK_IS_PIXBUF (pixbuf)' failed

(java:24): GdkPixbuf-CRITICAL **: 18:19:04.866: gdk_pixbuf_get_height: assertion 'GDK_IS_PIXBUF (pixbuf)' failed

(java:24): GdkPixbuf-CRITICAL **: 18:19:04.866: gdk_pixbuf_get_width: assertion 'GDK_IS_PIXBUF (pixbuf)' failed

(java:24): Gtk-CRITICAL **: 18:19:04.866: gtk_window_resize: assertion 'width > 0' failed
mei 19, 2025 6:19:09 P.M. org.apache.aries.spifly.BaseActivator log
INFO: Registered provider com.twelvemonkeys.imageio.plugins.bmp.BMPImageReaderSpi of service javax.imageio.spi.ImageReaderSpi in bundle com.twelvemonkeys.imageio.bmp
mei 19, 2025 6:19:09 P.M. org.apache.aries.spifly.BaseActivator log
INFO: Registered provider com.twelvemonkeys.imageio.plugins.bmp.CURImageReaderSpi of service javax.imageio.spi.ImageReaderSpi in bundle com.twelvemonkeys.imageio.bmp
mei 19, 2025 6:19:09 P.M. org.apache.aries.spifly.BaseActivator log
INFO: Registered provider com.twelvemonkeys.imageio.plugins.bmp.ICOImageReaderSpi of service javax.imageio.spi.ImageReaderSpi in bundle com.twelvemonkeys.imageio.bmp
mei 19, 2025 6:19:09 P.M. org.apache.aries.spifly.BaseActivator log
INFO: Registered provider com.twelvemonkeys.imageio.plugins.bmp.BMPImageWriterSpi of service javax.imageio.spi.ImageWriterSpi in bundle com.twelvemonkeys.imageio.bmp
mei 19, 2025 6:19:09 P.M. org.apache.aries.spifly.BaseActivator log
INFO: Registered provider com.twelvemonkeys.imageio.plugins.bmp.ICOImageWriterSpi of service javax.imageio.spi.ImageWriterSpi in bundle com.twelvemonkeys.imageio.bmp

** (Portfolio Performance:24): CRITICAL **: 18:19:13.080: JNI class pointer is NULL for class org/eclipse/swt/accessibility/AccessibleObject

SLF4J(W): No SLF4J providers were found.
SLF4J(W): Defaulting to no-operation (NOP) logger implementation
SLF4J(W): See https://www.slf4j.org/codes.html#noProviders for further details.

(Portfolio Performance:24): Gtk-CRITICAL **: 18:19:25.112: gtk_widget_is_sensitive: assertion 'GTK_IS_WIDGET (widget)' failed

(Portfolio Performance:24): Gtk-CRITICAL **: 18:19:25.112: gtk_widget_get_can_focus: assertion 'GTK_IS_WIDGET (widget)' failed

(Portfolio Performance:24): Gtk-CRITICAL **: 18:19:25.112: gtk_widget_get_visible: assertion 'GTK_IS_WIDGET (widget)' failed

(Portfolio Performance:24): Gtk-CRITICAL **: 18:19:25.112: gtk_widget_has_focus: assertion 'GTK_IS_WIDGET (widget)' failed

(Portfolio Performance:24): Gtk-CRITICAL **: 18:19:25.112: gtk_widget_has_default: assertion 'GTK_IS_WIDGET (widget)' failed

(Portfolio Performance:24): Gtk-CRITICAL **: 18:19:25.112: gtk_widget_get_has_tooltip: assertion 'GTK_IS_WIDGET (widget)' failed
#
# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGSEGV (0xb) at pc=0x00007f40c55cd605, pid=24, tid=25
#
# JRE version: OpenJDK Runtime Environment 21.9 (21.0.7+2) (build 21.0.7+2)
# Java VM: OpenJDK 64-Bit Server VM 21.9 (21.0.7+2, mixed mode, sharing, tiered, compressed oops, compressed class ptrs, g1 gc, linux-amd64)
# Problematic frame:
# C  [libgtk-3.so.0+0x5cd605]  gtk_widget_is_sensitive+0x25
#
# Core dump will be written. Default location: Core dumps may be processed with "/lib/systemd/systemd-coredump %P %u %g %s %t 9223372036854775808 %h" (or dumping to /home/jpvdb/core.24)
#
# An error report file with more information is saved as:
# /home/jpvdb/hs_err_pid24.log
[21,280s][warning][os] Loading hsdis library failed
#
# If you would like to submit a bug report, please visit:
#   https://bugreport.java.com/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#

Not sure what the problem could be. There was no meaningful change w.r.t. gtk (assuming the last messages before the dump are any indication).

Does the error log (referenced in the message above) provide any further details?

In general, PP is written in Java and runs on top of the Java VM. I am not developing on that level.

Can you please try to rename the file ~/.config/dconf/user, then log out and log in again, and then start PP.
It worked in Version 0.62.0 unter Linux Mint 21.1 instabil - #13 by ProgFriese

1 Like

It was a java version problem.
In my system only the java version 17 was present.
I installed java 21, that solved the problem.

In the flatpak version the app is crashing.
hs_err_pid24.log (265,2 KB)

1 Like

I’m having the same problem on my desktop. It occurs when i click on GUI tabs
I use the Flatpak version
hs_err_pid24.log (238.4 KB)

Does that mean you are now using PP without Flatpak?

These are gtk problems, but I don’t know why.

Possible solutions
flatpak update

Maybe you have changed the GTK theme? Switch back to a standard theme.

And last but not least, try if the non-flatpak version works.

I have updated flatpak , installed java 21 on my system and also tried the non faltpak version, the same error keeps happening. On my desktop i had the same problem some weeks ago, and even after recently formatting my linux the same error remains. On my notebook it works fine.

You have not tried the dconf-hack?

Renaming dconf has also not worked. My computer created a new file called user, and the error remained.

Please have a look on /var/home/$USER/.local/share/flatpak/db/documents
If it has a size of 0 there is a flatpak problem.
If the size > 0 please look into the file if there some PP related errors.

1 Like