Re: Bus error since upgrading
Re: Bus error since upgrading
- Subject: Re: Bus error since upgrading
- From: Martin Costabel <email@hidden>
- Date: Wed, 24 Sep 2008 11:40:57 +0200
Robin wrote:
Hi,
I found it - attached is one from rdesktop and one from perl.. Doesn't
mean much to me but I think it does look like the crash is in
libX11.6.dylib at least for the rdesktop one(could be reading it wrong
though).
Can you tell if this is likely to be xquartz or macports?
On the surface, it looks like the perl crash is entirely inside
macports's perl, so it is a macports problem, while the rdesktop crash
is inside libX11, so it looks like an xquartz problem.
However, each one of your crash reports shows a suspicious line:
In the perl crash report, I see that both
/usr/local/lib/libgcc_s.1.dylib and
/usr/lib/libgcc_s.1.dylib
are loaded, which can lead to crashes.
In the rdesktop crash log, I see that
/Applications/MATLAB_R2008a/bin/maci/libz.1.dylib
is loaded, where one would expect /usr/lib/libz.1.dylib.
Now I don't know if these strange dylibs have anything to do with your
specific crash, but they show that something is not quite sane on your
system. Do you have the environment variable DYLD_LIBRARY_PATH set?
If not, you probably built some of your software while this or similar
env vars were set. Otherwise I don't see how libz.1.dylib from Matlab
would show up in your rdesktop session. Concerning the perl crash, try
moving /usr/local/lib/libgcc_s.1.dylib out of the way (or even better,
the whole /usr/local folder) and see if it still crashes.
--
Martin
_______________________________________________
Do not post admin requests to the list. They will be ignored.
X11-users mailing list (email@hidden)
This email sent to email@hidden