Re: Bus error on Leopard with 64-bit program
Re: Bus error on Leopard with 64-bit program
- Subject: Re: Bus error on Leopard with 64-bit program
- From: Bill Bumgarner <email@hidden>
- Date: Sat, 10 Nov 2007 13:35:45 -0800
On Nov 10, 2007, at 10:56 AM, bob wrote:
The reason is because I had a very large repository that was failing
under 32-bit git and Linus Torvalds wanted to see if git would
process the repository under 64-bit. I am posting on the git
mailing list about my experiences compiling and running git under 64-
bit on Tiger and Leopard. Tiger did not supply 64-bit libraries to
link against so it is out unless I want to make my own and my
experience with Leopard is described below.
Ahh -- wow! That must be a big repository!
Color me surprised.
The first error seems to be:
Error Formulating Crash Report:
-[NSCFDictionary setObject:forKey:]: attempt to insert nil value
(key: VMUSignaturePath)
which is probably not within git. I googled VMUSignaturePath and
came up with nothing.
The crash report is very terse and doesn't really give much data
related to the actual SIGBUS which is what triggered the crash
report in the first place (my guess because I have never looked at a
crash report until now). (I have read a lot of OS/VS1, OS/MVS and
CICS dumps though!)
Try running under GDB. That sounds like the crash reporter
mechanism is crashing trying to generate a crash report.
(this is probably beyond the bounds of Xcode-dev. I have redirected
replies to cocoa-dev as this seems to be semi-appropriate to that list.)
b.bum
_______________________________________________
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