Files
tinygo/lib
Ayke van Laethem 194396d715 unix: print a message when a fatal signal happens
Print a message for SIGBUS, SIGSEGV, and SIGILL when they happen.
These signals are always fatal, but it's very useful to know which of
them happened.

Also, it prints the location in the binary which can then be parsed by
`tinygo run` (see https://github.com/tinygo-org/tinygo/pull/4383).

While this does add some extra binary size, it's for Linux and MacOS
(systems that typically have plenty of RAM/storage) and could be very
useful when debugging some low-level crash such as a runtime bug.
2024-08-15 02:00:28 +02:00
..
2023-10-16 18:34:20 +02:00
2022-12-16 21:26:49 +01:00
2024-02-19 19:10:21 +01:00
2022-10-13 13:38:02 +02:00
2022-11-06 09:05:05 +01:00
2024-07-02 07:02:03 -07:00
2023-11-04 23:32:42 +01:00