You are not logged in.
Pages: 1
I am running FreeBSD 14 in a VirtualBox Guest (v.7.0.10) w/Guest Additions installed and when I start XFCE (either via startx or lightdm) it starts and runs fine... except that the panels are missing. I have deleted the config and cache directories and the problem persists after logouts, restarts, etc.
What's odd is that I can start a panel via terminal and it works fine, it just doesn't persist. If I kill the terminal it's running in, that panel goes away and I get the default top panel and bottom panel back, but if I then logout (save session or not), it's gone again.
Help .
Last edited by decuser (2024-02-10 04:20:13)
Offline
Also posted this over in freebsd forums. I noticed it dumps core on initial startup (but not on subsequent calls to xfce4-panel):
lldb -c xfce4-panel.core /usr/local/bin/xfce4-panel
(lldb) target create "/usr/local/bin/xfce4-panel" --core "xfce4-panel.core"
Core file '/home/joe/xfce4-panel.core' (x86_64) was loaded.
(lldb) thread list
Process 2859 stopped
* thread #1: tid = 103665, 0x000000082ed3c86a libc.so.7`__sys_thr_kill + 10, name = 'xfce4-panel', stop reason = signal SIGABRT
thread #2: tid = 103947, 0x000000082f28cd2c libthr.so.3`___lldb_unnamed_symbol552 + 12, name = 'pool-spawner', stop reason = signal SIGABRT
thread #3: tid = 103948, 0x000000082ed3dc2a libc.so.7`__sys_poll + 10, name = 'gmain', stop reason = signal SIGABRT
thread #4: tid = 103949, 0x000000082f28cd2c libthr.so.3`___lldb_unnamed_symbol552 + 12, name = 'pool-xfce4-pane', stop reason = signal SIGABRT
thread #5: tid = 103950, 0x000000082ed3dc2a libc.so.7`__sys_poll + 10, name = 'gdbus', stop reason = signal SIGABRT
thread #6: tid = 104057, 0x000000082f28f940 libthr.so.3`___lldb_unnamed_symbol562, name = 'xfce4-panel', stop reason = signal SIGABRT
Any way to get lldb_unnamed_symbols to be more helpful?
Offline
Pages: 1
[ Generated in 0.010 seconds, 7 queries executed - Memory usage: 521.15 KiB (Peak: 531.92 KiB) ]