Index: dump_syms.mm
===================================================================
--- dump_syms.mm (revision 140)
+++ dump_syms.mm (working copy)
@@ -166,6 +166,7 @@
char buffer[PATH_MAX];
snprintf(buffer, sizeof(buffer), "/tmp/dump_syms_filtXXXXX");
int fd = mkstemp(buffer);
+ unlink(buffer);
char nl = '\n';
for (unsigned int i = 0; i < count; ++i) {
const char *symbol = [[symbols objectAtIndex:i] UTF8String];
By the way, is this the right place to post such things?
Thanks,
Thomas