Re: Identical repeated panics
site_archiver@lists.apple.com Delivered-To: darwin-kernel@lists.apple.com Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=q2onTEKlS5hlw4GsFQ/73feE5AintZKSxxSdY4J3mmqmZa99/xgKVZa+EE/cTkuIkHLaSblur47Bu+Hl0eBDaqOcTpUzaDsCpP99AQ8gwXf7CMHWFzbK8p5g3x0x0S0B9oFRwiSY5mt0Yy8WrmQ7emaYtJy/sQZgv5uXBoF2zSA= On 3/30/06, Joaquim Soler i Subils <joaquim.soler@gmail.com> wrote:
Any explanation/solution? I hope it's something interesting....
One suggestion: You have a USB serial device attached. In some of the panics, it shows the driver com.mct.driver.mctUSBSerialDriver in the backtrace. Remove that driver from /System/Library/Extensions and reboot. See if the panics stop happening. If you cannot figure out which driver is com.mct.driver.mctUSBSerialDriver, you can search the Info.plist file for each driver. Open a terminal window, and type grep -riIl com.mct.driver.mctUSBSerialDriver /System/Library/Extensions
And finally, a different, minor, but related question. How could I get into debbuger (like MacBugs with a Mac SE from those times?).
GDB is very different than the old MacsBug. A two machine debugger is the only way to completely stop the system and debug, which is what Macsbug used to do.
This month I have only found pdfs about two-machine debugger and nothing more. If I set the corresponent boot-args in the OpenFirmware and I press comand-power I get only another hang (without kernel panic...).
At that point, you should follow the steps described in <http://developer.apple.com/documentation/Darwin/Conceptual/KEXTConcept/KEXTConceptDebugger/hello_debugger.html> Good luck. _______________________________________________ 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)
-
Brian Bechtel