gdb error: Premature end of file reading symbol table
site_archiver@lists.apple.com Delivered-To: darwin-kernel@lists.apple.com Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=jCx9A2fCu2DfSUaTI/A2XtUe2uSAG9M8OCK3Un/QOQE=; b=hzJCibazyhtWwwTjwddt4u+ninCQKIap3k/k1mFUe40y3j+RKhZI9+lZtqxIDn/BB1 beMAChYPnIgRYd8Ac1GZqP8DMZcDhfy5pALQBnjQ6gzWY9e5vqzHgOrzqpVnwf2WPjdh YjLsNOndnkxsLCc//lXKgRAYGOCDoSoZlfdGM= Hi, While on the subject of kext debugging with gdb on 10.7, I have a related problem. When I try to debug a panic on 10.7, I see the error when I try to load the symbol file. (gdb) add-symbol-file ~/fsd/symdir/com.omneon.kext.omfs.sym add symbol table from file "~/fsd/symdir/com.omneon.kext.omfs.sym"? (y or n) y Reading symbols from ~/fsd/symdir/com.omneon.kext.omfs.sym...Premature end of file reading symbol table The symbol file is generated with the following command: sudo kextutil -arch x86_64 -s ~/fsd/symdir ~/fsd/omfs.kext The backtrace can not show any frames from my kernel extension. Anyone know about this? Thanks, -m. _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-kernel mailing list (Darwin-kernel@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-kernel/site_archiver%40lists.a... This email sent to site_archiver@lists.apple.com
participants (1)
-
mogambo