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=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=Q49rNilyypobKeGYgE55fCHZ2xCO6gG+1XzWaHtmuto=; b=CDV79mshUhfKNIJhot3eG9Mq1VSsOOccEaiWf1WWS2+DiB9hDnkYy1E0UKrCCYHpPfOWqmRWxuJCc4fKMAJoln9KKKWhMNhP4EU+N1b8kupxyXovscvs2XZr78+958yDZAs8yJc/J2nGn5/Y+6VYO2A2zSlHp88jSeEw3uaSCWA= Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=qcG9diww2aoh+yXjPfJgYeUspM4jZjZYleyrLOwlJUMF8s045wYgU2/+hkC6/s4eGAGDSBY56IBjxmeGWAMf3rVqq1KRV/E0uWpcjj91c8aBboFiZhMp3tg4DCqbdyck/nWBkjguEqV4EfT6aPuWqKw0MHLOIvQyGbB9Vk3N5oY= On Dec 7, 2007 10:25 PM, JanakiRam <johnyatforums@gmail.com> wrote:
Hi All,
My Software runs into new problems after upgrading to Leopard.
My Customers/Users are complaining that my kext gets crashed in a specific flow in an inconsistent way , which didn't panic on Tiger :).
I'll setup a Core-Dump server to analyze the exact panic information. Mean while any one can provide the information on the page fault panic.
panic(cpu 0 caller 0x001A7BED): Kernel trap at 0x346e9f78, type 14=page fault, registers:
When does a Page Fault panic appear and any reasons why it panics a system.
A page fault panic occurs when you try to access memory which is not valid. Why not post the rest of the panic log? That's the information that tells you what really happened. In particular, on Intel, the CR2 register contains the address which caused the panic. You can draw certain conclusions from the type of value found in CR2. There are too many potential causes to classify this further based on insufficient evidence. _______________________________________________ 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