Solved mate-power-manager crash when computer wake up

Hi,
I use FreeBSD 10.1-RELEASE and I have a little problem with MATE. When my computer wake up, the battery icon of mate-power-manager disappear. I try to launch it in a terminal to see the error and it say :

Code:
Segmentation fault(core dumped)
After, I try to analyse the mate-power-manager.core with gdb. It said :

Code:
Core was generated by `mate-power-manager'.
Program terminated with signal 11, Segmentation fault.
#0  0x0805aadd in ?? ()
I also try to launch mate-power-manager in gdb and it said :

Code:
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 29803080 (LWP 100541/mate-power-manager)]
0x0805aadd in ?? ()

Thanks for your help.

EDIT: x11/mate was to heavy for my laptop so I change to x11-wm/openbox. So problem solved.
 
Last edited:
Back
Top