Re: Consistent PackageMaker Crash When Building
site_archiver@lists.apple.com Delivered-To: installer-dev@lists.apple.com Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:from:to:in-reply-to:content-type:content-transfer-encoding:mime-version:subject:date:references:x-mailer; bh=S4uSId6+OH6q+i6d4d8Vb1F9Y7MU7s3W1R0hZX8ueGg=; b=DNV84ms7f0sM/ppn4UH9CFzeAVdlHwcS6Y33oOok7mzbm25R5K+S4dalwCzNbZ2rI8FjsTNGq4hEvaQHZDiuipCiYpBaRqVQAU8j0dus9ApXUN0SzozlqJT70YtkIfGn+Z18xecANlKhrURQUYnbqzVDD2UU42m9ywuXNvRA9wo= Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=received:message-id:from:to:in-reply-to:content-type:content-transfer-encoding:mime-version:subject:date:references:x-mailer; b=hxqAEKxYHQnVr6ypkuQFTryNnfaaBAPR+qdwg1SVTQituY7Jmr/Rr861J7kDVtISzFYSWKkOMxFQ18lX1CQGWPvq0Vg8UamKXRxdh+PfxZzgGWTOro/NIzTa6myibjpOk86Hz7Re7lu3Os1xgl6987YsS2LZUQX5nDM2l3UyBQY= Hi Nathan, In the problem report, the error is indicated to be: Best, Dan Thread 11 crashed with X86 Thread State (32-bit): eax: 0xa07490f0 ebx: 0x9587607c ecx: 0xa07481a0 edx: 0x00133000 edi: 0x157dc540 esi: 0xa0040858 ebp: 0xb0578a28 esp: 0xb0578a28 ss: 0x0000001f efl: 0x00000282 eip: 0x95286114 cs: 0x00000017 ds: 0x0000001f es: 0x0000001f fs: 0x0000001f gs: 0x00000037 cr2: 0x2f223000 On Nov 27, 2007, at 1:50 AM, Nathan Duran wrote: On Nov 26, 2007, at 3:58 AM, Dan Michaeli wrote: _______________________________________________ Do not post admin requests to the list. They will be ignored. Installer-dev mailing list (Installer-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/installer-dev/site_archiver%40lists.a... That's a fair question, and thanks for writing back so quickly. The file wasn't actually Zerolink activated, certainly not when it was my own app. The other apps I tested including in the installer were some basic Apple apps, like Dashboard and Calculator. All had the same crash when I tried to build. The exact line in the display just before the crash was always either "Checking for ZeroLink..." or something about preverifying permissions. Application Specific Information: *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: 'launch path not accessible' I'm not sure what that means. I tried repairing permissions, but that didn't help. I'm adding the relevant sections of the crash log below (and I could include the entire crash log if anyone is interested). Thread 11 Crashed: 0 com.apple.CoreFoundation 0x95286114 ___TERMINATING_DUE_TO_UNCAUGHT_EXCEPTION___ + 4 1 libobjc.A.dylib 0x9587609b objc_exception_throw + 40 2 com.apple.CoreFoundation 0x9528604b +[NSException raise:format:arguments:] + 155 3 com.apple.CoreFoundation 0x9528608a +[NSException raise:format:] + 58 4 com.apple.Foundation 0x901a2f0a -[NSConcreteTask launchWithDictionary:] + 2490 5 com.apple.Foundation 0x901a2549 -[NSConcreteTask launch] + 41 6 com.apple.PackageMaker 0x00077179 0x1000 + 483705 7 com.apple.PackageMaker 0x000329c0 0x1000 + 203200 8 com.apple.PackageMaker 0x00031fb1 0x1000 + 200625 9 com.apple.PackageMaker 0x0003307e 0x1000 + 204926 10 com.apple.PackageMaker 0x00030d66 0x1000 + 195942 11 com.apple.PackageMaker 0x0003e604 0x1000 + 251396 12 com.apple.PackageMaker 0x0002fe3d 0x1000 + 192061 13 com.apple.Foundation 0x9018604d -[NSThread main] + 45 14 com.apple.Foundation 0x90185bf4 __NSThread__main__ + 308 15 libSystem.B.dylib 0x952fe075 _pthread_start + 321 16 libSystem.B.dylib 0x952fdf32 thread_start + 34 I'm having a hard time creating an installer with PackageMaker 3.0.1. Whenever I add an application bundle to be installed as part of a pmdoc, and then try to build the package, PackageMaker crashes. This generally happens as it says it is applying recommended permissions or verifying ZeroLink (for the application bundle). I'm not sure if it's causing the crash, but you really shouldn't be distributing/installing anything with ZeroLink enabled. Does it work if you package a release build instead? _______________________________________________ Do not post admin requests to the list. They will be ignored. Installer-dev mailing list (Installer-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/installer-dev/dmichaeli%40gmail.com This email sent to dmichaeli@gmail.com This email sent to site_archiver@lists.apple.com
participants (1)
-
Dan Michaeli