Commit Graph

7 Commits

Author SHA1 Message Date
Klaas van Schelven
58f74863c3 Fix comment 2025-11-18 09:09:26 +01:00
Klaas van Schelven
bec04b5775 Minidump: use function-name as exception-type
not 'full stackbased grouping' yet; but makes grouping workable at least
2025-11-18 09:09:17 +01:00
Klaas van Schelven
eea5f032e2 Clarified meaning of process_state.requesting_thread
(the now-removed 'treat as pid' was hallunicated by the bot; the
taken-from-sentry version missed the guard against -1)

> The index of the thread that requested a dump be written in the
> threads vector. [..] If the dump was not produced as a result of an exception
> [..] this field will be set to -1,
2025-11-12 21:33:18 +01:00
Klaas van Schelven
54ec6eaceb Populate exception['value']
mirrors how we show fetch it in `get_exception_type_and_value_for_exception`
2025-11-12 21:04:53 +01:00
Klaas van Schelven
b60980c8f3 PoC: Minidumps w/ symbolification
Plenty of TODOs left; but this proves we can find:

* file names
* function names
* line nos
* source context

See #82
2025-11-12 20:44:38 +01:00
Klaas van Schelven
e7aad45db2 Minidumps: PoC for minidump 'endpoint'
See #82
2025-11-04 10:47:04 +01:00
Klaas van Schelven
b09e6d02a1 Minidump handling utils: from BSD-Licensed Sentry (minor adaptations) 2025-11-04 09:40:02 +01:00