Solved XFCE4 logoff wrapper-2.0.core dump

Hi!

There is another thread on this on a GNOME forum as SOLVED but this it's not a GNOME issue and it is neither resolved.
This is a XFC4 panel issue that dumps an about 70MB core dump file named wrapper-2.0.core at user home every time xfce4-panel process terminates.
The dump happens in several situation as logoff, shutdown, restart, etc.
It can also be easily reproduced just by running a xfce4 panel reload
$ xfce4-panel -r

This has no impact in whatever I'm doing or to the system itself.
It's just that 70MB core dump file that keeps annoying me.

I'm seriously thinking on writing a script to delete that file on login event, but this would be hiding the problem instead of resolving it.

Is anyone having this issue too?
 
Which version of FreeBSD, exactly?

Packages of ports from quarterly, or latest?

freebsd--version -kru ; uname -aKU

pkg -vv | grep -e url -e enabled -e priority
 
Which version of FreeBSD, exactly?

Packages of ports from quarterly, or latest?

freebsd--version -kru ; uname -aKU

pkg -vv | grep -e url -e enabled -e priority
14.0-RELEASE-p6
14.0-RELEASE-p6
14.0-RELEASE-p6
FreeBSD beethoven 14.0-RELEASE-p6 FreeBSD 14.0-RELEASE-p6 #0: Tue Mar 26 20:26:20 UTC 2024 root@amd64-builder.daemonology.net:/usr/obj/usr/src/amd64.amd64/sys/GENERIC amd64 1400097 1400097

url : "pkg+http://pkg.freebsd.org/FreeBSD:14:amd64/quarterly",
enabled : yes,
priority : 0,

Do you have dbus enabled?

wrapper-2.0 freaks out if dbus is not enabled.

yes it's enabled
 
Back
Top