Eine aufbereitete Darstellung der Quelle

 
     
 
 
Anforderungen  |   Konzepte  |   Entwurf  |   Entwicklung  |   Qualitätssicherung  |   Lebenszyklus  |   Steuerung
 
 
 
 

Benutzer

Quelle  mac.rs

  Sprache: Rust
 

pub mod guard;
pub mod ipc;
pub mod resource;

use mach2::mach_types as mt;

/// Information on the exception that caused the crash
#[derive(Copy, Clone, Debug)]
pub struct ExceptionInfo {
    /// The exception kind
    pub kind: u32,
    /// The exception code
    pub code: u64,
    /// Optional subcode with different meanings depending on the exception type
    /// * `EXC_BAD_ACCESS` - The address that caused the exception
    /// * `EXC_GUARD` - The unique guard identifier that was guarding a resource
    /// * `EXC_RESOURCE` - Additional details depending on the resource type
    pub subcode: Option<u64>,
}

/// Full Macos crash context
#[derive(Debug)]
pub struct CrashContext {
    /// The process which crashed
    pub task: mt::task_t,
    /// The thread in the process that crashed
    pub thread: mt::thread_t,
    /// The thread that handled the exception. This may be useful to ignore.
    pub handler_thread: mt::thread_t,
    /// Optional exception information
    pub exception: Option<ExceptionInfo>,
}

Messung V0.5 in Prozent
C=85 H=93 G=88

¤ Dauer der Verarbeitung: 0.12 Sekunden  (vorverarbeitet am  2026-06-19) ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

PVS Prover

Isabelle Prover

NIST Cobol Testsuite

Cephes Mathematical Library

Vienna Development Method

Haftungshinweis

Die Informationen auf dieser Webseite wurden nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit, noch Qualität der bereit gestellten Informationen zugesichert.

Bemerkung:

Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.






                                                                                                                                                                                                                                                                                                                                                                                                     


Neuigkeiten

     Aktuelles
     Motto des Tages

Software

     Quellcodebibliothek
     Eigene Quellcodes
     Fremde Quellcodes
     Suchen

Aktivitäten

     Artikel über Sicherheit
     Anleitung zur Aktivierung von SSL

Muße

     Gedichte
     Musik
     Bilder

Jenseits des Üblichen ....
    

Besucherstatistik

Besucherstatistik