[OpenIndiana-discuss] mate-system-monitor crashes
Bill Sommerfeld
sommerfeld at hamachi.org
Tue Feb 7 21:11:12 UTC 2023
On 2/7/23 13:01, Matthew Yapit wrote:
> I recently updated to 2022.10 and I've noticed that mate-system-monitor
> causes a core instead of launching. Has anyone else seen this? Is
> there a fix or one coming in the next update?
It happens for me, too. Based on the traceback in exception code, it
likely needs to be rebuilt with gcc 10 given the lack of C++ ABI
stability. ldd shows a mix of libraries:
% ldd =mate-system-monitor | grep gcc
libstdc++.so.6 => /usr/gcc/7/lib/amd64/libstdc++.so.6
libgcc_s.so.1 => /usr/gcc/7/lib/amd64/libgcc_s.so.1
libstdc++.so.6 => /usr/gcc/10/lib/amd64/libstdc++.so.6
libgcc_s.so.1 => /usr/gcc/10/lib/amd64/libgcc_s.so.1
More information about the openindiana-discuss
mailing list