Hacktoberfest 2026:メンテナが10月に向けて印を付けた、オープンで初心者向けの issue。 Hacktoberfest の issue を見る

Build a Crash Handler

オープン
#4 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る

まだ誰も着手していません。

評価

難易度
5/5
見積もり時間
1週間以上
初心者へのやさしさ
25/100
issue の種類
機能追加
明瞭さ
説明が足りない
活発さ
停滞
技術スタック
cpp
領域
devtools

調査の方向性

まず、issue にリンクされている Breakpad、backward-cpp、Crashpad のリファレンスを確認し、その後 crash handler のスコープとレポート形式を定義します。完了条件には、singleton 方式の動作、複数のインスタンスがデータを提供できること、後でデータベース処理を行うためのスタックトレース、マシン情報、インストール済みライブラリ、コアダンプの収集を含める必要があります。

索引モデルが issue の本文から書いたものです。

説明

Crash Handler/Reporter Proposal

Purpose and Problem

Currently our C++ Tools dont have specific Crash hanlders.
this means that the only Crash data we get are errors of parent tools.

this makes it hard for us to get the data we actually want.

We want to build a custom crash Hanlder that wraps around existing tools to give us the specific data in a specific format for us to Process.

We also want a Database to collect all the reports together to later learn from them.

Implementation

We want a Singleton Style implementation to ensure only one Crash handler exists in a single Application Unit.

Multi instantiation should still add data to the Crash Handler.

What do we Want to catch
  • stack trace file (backward-cpp) (minidump's)
  • machine info (network, cpu, ram)
    • this helps to find out if we have a specific hardware set that causes problems
  • installed libs
    • this helps us identify if a user has incorrect library installed
    • or if we conflict with libs
  • Core Dumps

Inspiration / Research

Research
Links

--------------- Repos

----------- Tool Docs

---------------- Infos Write Ups

Inspiration

we can take inspiration by what side fx Houdini is doing with there info section.

主要言語
C++
スター
0
フォーク
2
平均マージ
4日 7分
マージ済み PR(30日)
3

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

ynput/ayon-cpp-dev-tools のほかの issue

ynput/ayon-cpp-dev-tools の issue をすべて見る

似ている issue

C++ の issue をもっと見る

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。