I am getting a bus error on a git merge, including the more recent versions. Following the instructions from a bug August, I got the latest sources, compiled them up, and executed the merge in the debugger to repro. Here¹s what I found: gdb ../git-1.6.1.2/git-merge GNU gdb 6.3.50-20050815 (Apple version gdb-768) (Tue Oct 2 04:07:49 UTC 2007) Copyright 2004 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "i386-apple-darwin"...Reading symbols for shared libraries ........ done (gdb) set args -v v1-ftp-support (gdb) run Starting program: /Users/bmo/Documents/repo/git-1.6.1.2/git-merge -v v1-ftp-support Reading symbols for shared libraries +++++++. done Program received signal EXC_BAD_ACCESS, Could not access memory. Reason: KERN_PROTECTION_FAILURE at address: 0x00000004 0x000863c3 in sha_eq (a=0x4 <Address 0x4 out of bounds>, b=0x7bf004 "<some random chars>") at cache.h:575 575 return memcmp(sha1, sha2, 20); (gdb) backtrace #0 0x000863c3 in sha_eq (a=0x4 <Address 0x4 out of bounds>, b=0x7bf004 "<some random chars>") at cache.h:575 #1 0x00086dc6 in merge_trees (o=0xbfffedd4, head=0x7bf020, merge=0x7bf000, common=0x0, result=0xbfffed28) at merge-recursive.c:1164 #2 0x00088960 in merge_recursive (o=0xbfffedd4, h1=0x4f4060, h2=0x4f4000, ca=0x53cc20, result=0xbfffee2c) at merge-recursive.c:1294 #3 0x0003871c in try_merge_strategy (strategy=0xd28ce "recursive", common=0x53a040, head_arg=0xc3508 "HEAD") at builtin-merge.c:586 #4 0x00039fef in cmd_merge (argc=1, argv=0xbffff860, prefix=0x0) at builtin-merge.c:1131 #5 0x000025db in handle_internal_command (argc=3, argv=0xbffff860) at git.c:243 #6 0x00002c48 in main (argc=3, argv=0xbffff860) at git.c:453 (gdb) Any suggestions on how to proceed? I am available to gather more information on this as I can reproduce at will. Thanks, Brian Moran http://www.onehub.com -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html