<blockquote><font class="small"> remy:</font><hr />Oui mais tu dois retrouver le fichier log de la session précédente enregistré (je ne sais plus si c'est system.log ou un autre.... )
[/QUOTE]
Ouais, tu as raison...
En ouvrant dans Console, Fichier > Ouverture Rapide > /Library/Logs > panic.log
Tu fais un copier-coller du dernier rapport de panic (séparé par des ****) et hop, tu pourras identifier le module du kernel responsable.
Petit exemple:
<font class="small">Code:</font><hr /><pre>*********
Thu Apr 8 13:42:32 2004
Unresolved kernel trap(cpu 0): 0x300 - Data access DAR=0x0000000000000000 PC=0x000000000063219C
Latest crash info for cpu 0:
Exception state (sv=0x127AFC80)
PC=0x0063219C; MSR=0x00009030; DAR=0x00000000; DSISR=0x40000000;
LR=0x00630AB8; R1=0x0605BA10; XCP=0x0000000C (0x300 - Data access)
Backtrace:
0x00000000 0x00630AB8 0x00632610 0x00439F0C
0x004387A8 0x00439F0C 0x004AF3B8 0x004AF0CC
0x004B0324 0x004B04AC 0x002617FC 0x002606DC 0x00260640
Kernel loadable modules in backtrace (with dependencies):
com.MCCI.iokit.udslusb(2.0.0)@0x62a000
dependency: com.apple.iokit.IOUSBFamily(2.0.8)@0x436000
dependency: com.apple.iokit.IOSerialFamily(6.0.1d20)@0x3f7000
com.apple.driver.AppleUSBOHCI(2.0.8)@0x4ac000
dependency: com.apple.iokit.IOPCIFamily(1.4)@0x423000
dependency: com.apple.iokit.IOUSBFamily(2.0.8)@0x436000
com.apple.iokit.IOUSBFamily(2.0.8)@0x436000
</pre><hr />
Le fautif s'appelle "com.MCCI.iokit.udslusb" et dans mon cas il s'agit du pilote pour modem ADSL Alcatel USB.