AROS icon indicating copy to clipboard operation
AROS copied to clipboard

Fix crash during boot of native compile with --enable-debug

Open thatguywiththekids opened this issue 1 year ago • 1 comments

The WIP resource log.resource made AROS crash during boot if AROS was compiled with --enable-debug. This pull request makes logAddEntryA refuse to add the log entry instead of attempting to perform I/O on a device null pointer. It also fixes some memory management errors.

log.resource does not perform any actual log broadcasting currently anyway, so I consider this a reasonable fix for now.

thatguywiththekids avatar Jul 21 '24 21:07 thatguywiththekids

Is there an issue with this?

thatguywiththekids avatar Aug 25 '24 09:08 thatguywiththekids

Merged without testing. I don't know why Kalamatee didn't check.

mattrust avatar Mar 08 '25 09:03 mattrust