cvs and xcode
cvs and xcode
- Subject: cvs and xcode
- From: Markian Hlynka <email@hidden>
- Date: Wed, 26 May 2004 15:26:47 -0600
I cvsed a project, and inadvertently added the build directory. when I
cvs update, I get:
------------------------------------------------------------------
[Mithril:PhD/Post-Candidacy/CodeGen] markian% cvs update
?
codegeneration/build/codegeneration.build/codegeneration.pbxindex/
strings.pbxstrings
? codegeneration/codegeneration.xcode/markian.pbxuser
M
codegeneration/build/codegeneration.build/codegeneration.pbxindex/
cdecls.pbxbtree
M
codegeneration/build/codegeneration.build/codegeneration.pbxindex/
decls.pbxbtree
M
codegeneration/build/codegeneration.build/codegeneration.pbxindex/
files.pbxbtree
M
codegeneration/build/codegeneration.build/codegeneration.pbxindex/
imports.pbxbtree
M
codegeneration/build/codegeneration.build/codegeneration.pbxindex/
pbxindex.header
M
codegeneration/build/codegeneration.build/codegeneration.pbxindex/
refs.pbxbtree
M
codegeneration/build/codegeneration.build/codegeneration.pbxindex/
symbols0.pbxsymbols
cvs update: in directory
codegeneration/build/codegeneration.build/codegeneration.pbxindex/
strings.pbxstrings:
cvs update: cannot open CVS/Entries for reading: No such file or
directory
cvs update: move away
codegeneration/build/codegeneration.build/codegeneration.pbxindex/
strings.pbxstrings/control; it is in the way
C
codegeneration/build/codegeneration.build/codegeneration.pbxindex/
strings.pbxstrings/control
cvs update: move away
codegeneration/build/codegeneration.build/codegeneration.pbxindex/
strings.pbxstrings/strings; it is in the way
C
codegeneration/build/codegeneration.build/codegeneration.pbxindex/
strings.pbxstrings/strings
*** malloc[12675]: Deallocation of a pointer not malloced: 0x301ac0;
This could be a double free(), or free() called with the middle of an
allocated block; Try setting environment variable MallocHelp to see
tools to help debug
M codegeneration/codegeneration.xcode/project.pbxproj
------------------------------------------------------------------
now, it seems to me that the problem is in the .pbxindex file...
Obviously the solution _should be to remove the build directory;
something I'm about to try. But, I can't understand why this would
cause a malloc error _withing CVS. Can anyone shed some light on what's
going on here?
Thanks,
Markian
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.