Why do I receive an error message when I start MATLAB 7.5 (R2007b) on Linux Fedora 8 operating system?

When I start MATLAB 7.5 (R2007b) on my Fedora 8 Linux machine I receive this error message:
MATLAB: xcb_xlib.c:50: xcb_xlib_unlock: Assertion `c->xlib.lock' failed.
Aborted

 Accepted Answer

To work around this issue, update Java using any of the following commands:
sed -i 's/XINERAMA/FAKEEXTN/g' $MATLABROOT/sys/java/jre/glnx86/jre1.6.0/lib/i386/xawt/libmawt.so
sed -i 's/XINERAMA/FAKEEXTN/g' $MATLABROOT/sys/java/jre/glnxa64/jre1.6.0/lib/amd64/xawt/libmawt.so
where $MATLABROOT is the MATLAB root directory on your machine, as returned by typing
matlabroot
at the MATLAB Command Prompt.
Restarting MATLAB now may resolve this issue.

More Answers (0)

Categories

Products

Release

R2007b

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!