Re: "magic numbers incorrect" error trying to use atos on i386 binary
Re: "magic numbers incorrect" error trying to use atos on i386 binary
- Subject: Re: "magic numbers incorrect" error trying to use atos on i386 binary
- From: Greg Hurrell <email@hidden>
- Date: Sun, 14 May 2006 18:50:52 +0200
El 14/05/2006, a las 16:10, Peter O'Gorman escribió:
On Sat, 2006-05-13 at 18:57 +0200, Greg Hurrell wrote:
Does anybody know of any workarounds? I don't have handy access to an
i386 machine and as such I am unable to interpret crash reports sent
in by users running on i386, and so it's a fairly critical issue for
me...
You could probably use nm, which does have -arch arg support to
grab the
symbol list from the with symbols executable, and then use the
output to
manually replace symbols in the crash report.
Many, many thanks for suggesting the work-around, Peter. It does
indeed work. This saves me a world of trouble.
A quick "nm i386_unstripped | sort" enables me to translate the
numerical addresses in the crash report into symbols. The results
look accurate because the symbols are exactly the same as in a crash
I've seen in the ppc build as well.
I was going to point you to the opensource web site and say modify
atos,
but I guess atos is not opensource :(
Well, let's hope Apple fixes it soon!
Cheers,
Greg
Attachment:
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden