Skip to content

Releases: secondlife-3p/bugsplat-crashpad

Crashpad Build v20251021-7ab18af

01 Nov 02:49
ebec7e0

Choose a tag to compare

Crashpad Libraries - v20251021-7ab18af

Ready-to-use Crashpad libraries for all platforms, built from the latest Crashpad source.

Quick Start

  1. Download the archive for your platform below
  2. Extract to your project directory
  3. Point your build system to the extracted files
  4. See the sample project for integration examples

Platforms Included

  • Windows: MSVC-compatible .lib files + crashpad_handler.exe
  • macOS: Universal .a files + crashpad_handler
  • Linux: GCC-compatible .a files + crashpad_handler

Directory Structure

crashpad-<platform>/
├── debug/
│   ├── lib/           # Debug libraries
│   └── bin/           # Debug crashpad_handler
├── release/
│   ├── lib/           # Release libraries  
│   └── bin/           # Release crashpad_handler
├── include/
│   ├── crashpad/      # Crashpad headers
│   └── mini_chromium/ # Mini Chromium headers
└── build_info.txt     # Build metadata

Security Verification

Verify downloads using the provided .sha256 files:

# Linux/macOS
sha256sum -c crashpad-<platform>-*.tar.gz.sha256

# Windows PowerShell
Get-FileHash crashpad-<platform>-*.tar.gz -Algorithm SHA256

Integration Tips

  • Use debug libraries during development for better crash reporting
  • Use release libraries for production builds
  • Ensure crashpad_handler is deployed alongside your application
  • See build_info.txt in each archive for detailed build information

Build Details:

Crashpad Build v20250929-2060cc8

01 Oct 02:49
ebec7e0

Choose a tag to compare

Crashpad Libraries - v20250929-2060cc8

Ready-to-use Crashpad libraries for all platforms, built from the latest Crashpad source.

Quick Start

  1. Download the archive for your platform below
  2. Extract to your project directory
  3. Point your build system to the extracted files
  4. See the sample project for integration examples

Platforms Included

  • Windows: MSVC-compatible .lib files + crashpad_handler.exe
  • macOS: Universal .a files + crashpad_handler
  • Linux: GCC-compatible .a files + crashpad_handler

Directory Structure

crashpad-<platform>/
├── debug/
│   ├── lib/           # Debug libraries
│   └── bin/           # Debug crashpad_handler
├── release/
│   ├── lib/           # Release libraries  
│   └── bin/           # Release crashpad_handler
├── include/
│   ├── crashpad/      # Crashpad headers
│   └── mini_chromium/ # Mini Chromium headers
└── build_info.txt     # Build metadata

Security Verification

Verify downloads using the provided .sha256 files:

# Linux/macOS
sha256sum -c crashpad-<platform>-*.tar.gz.sha256

# Windows PowerShell
Get-FileHash crashpad-<platform>-*.tar.gz -Algorithm SHA256

Integration Tips

  • Use debug libraries during development for better crash reporting
  • Use release libraries for production builds
  • Ensure crashpad_handler is deployed alongside your application
  • See build_info.txt in each archive for detailed build information

Build Details:

Crashpad Build v20250918-ad8e3e9

25 Sep 15:20
ebec7e0

Choose a tag to compare

Crashpad Libraries - v20250918-ad8e3e9

Ready-to-use Crashpad libraries for all platforms, built from the latest Crashpad source.

Quick Start

  1. Download the archive for your platform below
  2. Extract to your project directory
  3. Point your build system to the extracted files
  4. See the sample project for integration examples

Platforms Included

  • Windows: MSVC-compatible .lib files + crashpad_handler.exe
  • macOS: Universal .a files + crashpad_handler
  • Linux: GCC-compatible .a files + crashpad_handler

Directory Structure

crashpad-<platform>/
├── debug/
│   ├── lib/           # Debug libraries
│   └── bin/           # Debug crashpad_handler
├── release/
│   ├── lib/           # Release libraries  
│   └── bin/           # Release crashpad_handler
├── include/
│   ├── crashpad/      # Crashpad headers
│   └── mini_chromium/ # Mini Chromium headers
└── build_info.txt     # Build metadata

Security Verification

Verify downloads using the provided .sha256 files:

# Linux/macOS
sha256sum -c crashpad-<platform>-*.tar.gz.sha256

# Windows PowerShell
Get-FileHash crashpad-<platform>-*.tar.gz -Algorithm SHA256

Integration Tips

  • Use debug libraries during development for better crash reporting
  • Use release libraries for production builds
  • Ensure crashpad_handler is deployed alongside your application
  • See build_info.txt in each archive for detailed build information

Build Details: