|
| 1 | +--- |
| 2 | +name: Crash report |
| 3 | +about: Report a segmentation fault or other crash |
| 4 | +labels: crash |
| 5 | +--- |
| 6 | + |
| 7 | +<!-- |
| 8 | +Thank you for your crash report. |
| 9 | +Note: Please search to see if an issue already exists for the bug you encountered. |
| 10 | +--> |
| 11 | + |
| 12 | +### Segmentation Fault / Crash Details |
| 13 | +<!-- |
| 14 | +Provide exact, reproducible steps. |
| 15 | +Include the complete command, exactly as executed. |
| 16 | +--> |
| 17 | +- Signal / exit code: <!-- SIGSEGV, SIGABRT --> |
| 18 | +- Reproducibility: <!-- always / sometimes / once --> |
| 19 | +- Affected command or operation: <!-- e.g. `osslsigncode sign`, `osslsigncode verify` --> |
| 20 | +- First observed version: |
| 21 | +- Last known working version (if any): |
| 22 | + |
| 23 | +#### Backtrace |
| 24 | +<!-- |
| 25 | +Provide a backtrace from gdb or lldb. |
| 26 | +Build with debug symbols if possible. Use `bt full` if possible. |
| 27 | +Crash reports without a backtrace may be closed without investigation. |
| 28 | +--> |
| 29 | +- `(gdb) bt` |
| 30 | + |
| 31 | +#### Memory / Sanitizers |
| 32 | +<!-- |
| 33 | +Attach relevant output if available. |
| 34 | +--> |
| 35 | +- [ ] Valgrind |
| 36 | +- [ ] ASan / UBSan |
| 37 | +- [ ] Other tools |
| 38 | + |
| 39 | +#### Crash Context |
| 40 | +<!-- |
| 41 | +Anything that may be relevant: |
| 42 | +- OpenSSL provider / engine in use |
| 43 | +- PKCS#11 modules |
| 44 | +- Custom OpenSSL configuration |
| 45 | +- Threading or concurrency |
| 46 | +--> |
| 47 | + |
| 48 | +### Environment |
| 49 | +- Operating system and version (e.g. Ubuntu 24.04): |
| 50 | +- Architecture (x86_64, arm64, etc.): |
| 51 | + |
| 52 | +### Versions |
| 53 | +<!-- |
| 54 | +Please verify that the issue is reproducible with the current upstream master. |
| 55 | +--> |
| 56 | +- osslsigncode built from: |
| 57 | + - [ ] upstream master |
| 58 | + - [ ] upstream release (tag): |
| 59 | + - [ ] distribution package (name and version): |
| 60 | +- `openssl version -a` |
| 61 | +- `osslsigncode --version` |
| 62 | + |
| 63 | +### Configuration / Settings |
| 64 | +<!-- |
| 65 | +Anything that could affect signing or verification: |
| 66 | +- Custom OpenSSL configuration |
| 67 | +- Engine / provider settings |
| 68 | +- Environment variables (OPENSSL_CONF, etc.) |
| 69 | +--> |
| 70 | + |
| 71 | +### Anything else |
| 72 | +<!-- |
| 73 | +Links, references, related issues, workarounds or additional observations. |
| 74 | +--> |
0 commit comments