site_archiver@lists.apple.com Delivered-To: darwin-dev@lists.apple.com Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=NkNyCnXwYQrq4RLjzHwBZA7Rs7YZkBr12wJcRk8jkl8=; b=Q9FtiZaWK6TerF8VQA1OnzjWB6pzAiCW0eyhoLEe8u4kWeHX5KK6zrtkJq1tLrzf9/ GNKyj0x0e7CSHkDiXCLzpy04vAPI8OBYfGQjry4QJnI1J+pgkVkPZkFEahXpUng8keGA 3cRsrbLm+hVC6BfB9akFAew9Xoiq53dP31lis= Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=qNzvTj4lgaSozzpnvZMmGpHvpTt5kaX23nkSXTozXrQW2/8MepB4ZL90R0AxaG6Xew iS7Sk/UxnJV6dEajOLFevvmn/WCNdZmlHesW72cXUw4GZibDCprFAkKSgND5rzW3+UOq A4UGQvO0Mzlhpi+wjEf6eqIndrns/KJY7eHKo= Hi, On Tue, Sep 15, 2009 at 6:27 PM, Brent Fulgham <bfulgham@gmail.com> wrote:
4. CFLite (550) crashes on startup.
Therefore I assume my problem is in my CFLite build, and more specifically in the initialization logic.
I realized that I was not linking the objcrt.obj into CFLite.dll. This got _objc_init_image to be called, so I guess that's some progress. However, the program continues to fail at the exact same spot.
The failure happens when attempting to call CFRetain on a static empty string CoreFoundation object:
CFString.c: Line 1224: return CFRetain(kCFEmptyString); // Quick exit; won't catch all empty strings, but most
Where kCFEmptyString is declared as:
CFString.c: Line 152: CONST_STRING_DECL(kCFEmptyString, "")
Thanks, -Brent _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-dev mailing list (Darwin-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-dev/site_archiver%40lists.appl... This email sent to site_archiver@lists.apple.com
participants (1)
-
Brent Fulgham