{"id":19933330,"url":"https://github.com/manisandro/gdbcrashhandler","last_synced_at":"2025-07-18T11:36:41.603Z","repository":{"id":75991277,"uuid":"101340099","full_name":"manisandro/GdbCrashHandler","owner":"manisandro","description":"A crash handler for Qt based applications using gdb","archived":false,"fork":false,"pushed_at":"2021-08-20T09:29:34.000Z","size":143,"stargazers_count":14,"open_issues_count":4,"forks_count":8,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-05-03T11:36:24.329Z","etag":null,"topics":["cplusplus","crash-reporting","gdb","qt","stacktrace"],"latest_commit_sha":null,"homepage":null,"language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/manisandro.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2017-08-24T21:45:07.000Z","updated_at":"2024-12-24T19:00:44.000Z","dependencies_parsed_at":"2023-07-17T15:25:44.290Z","dependency_job_id":null,"html_url":"https://github.com/manisandro/GdbCrashHandler","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/manisandro/GdbCrashHandler","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manisandro%2FGdbCrashHandler","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manisandro%2FGdbCrashHandler/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manisandro%2FGdbCrashHandler/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manisandro%2FGdbCrashHandler/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/manisandro","download_url":"https://codeload.github.com/manisandro/GdbCrashHandler/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manisandro%2FGdbCrashHandler/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265752266,"owners_count":23822933,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cplusplus","crash-reporting","gdb","qt","stacktrace"],"created_at":"2024-11-12T23:13:28.389Z","updated_at":"2025-07-18T11:36:39.205Z","avatar_url":"https://github.com/manisandro.png","language":"C++","readme":"GdbCrashHandler\n===============\n\nA [CrashRpt](http://crashrpt.sourceforge.net/) inspired CrashHandler for Qt\nbased applications which attaches gdb to the dying process, collects a\nstacktrace and submits it to a web service.\n\nIt works by spawing a `QProcess` in the signal handler, re-starting the\napplication with arguments `--crashhandle \u003cpid\u003e`, at which point\n`GdbCrashHandler` takes over.\n\n![screenshot](https://raw.githubusercontent.com/manisandro/GdbCrashHandler/gh-pages/GdbCrashHandler.png)\n\nUsage:\n------\n\nInitialize the crash handler just after the `QApplication` instance has been created:\n\n    GdbCrashHandler::Configuration config;\n    config.applicationName = \"CrashExample\";\n    config.applicationVersion = \"1.0\";\n    config.applicationIcon = \":/icons/bug.png\";\n    config.submitMethod = GdbCrashHandler::Configuration::SubmitService;\n    config.submitAddress = \"http://127.0.0.1/report.php\";\n    GdbCrashHandler::init(config, /*optional*/ fileSaveCallback);\n\nSee [example/example.cpp](https://github.com/manisandro/GdbCrashHandler/blob/master/example/example.cpp).\n\nSubmit service:\n---------------\n\n`GdbCrashHandler` submits the reports to a web service, using the same format as\n[CrashRpt](http://crashrpt.sourceforge.net/docs/html/sending_error_reports.html),\nsee [service/report.php](https://github.com/manisandro/GdbCrashHandler/blob/master/service/report.php).\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmanisandro%2Fgdbcrashhandler","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmanisandro%2Fgdbcrashhandler","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmanisandro%2Fgdbcrashhandler/lists"}