You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 9, 2025. It is now read-only.
I just noticed that the analogClock.aec example from ArithmeticExpressionCompiler.zip, when compiled and assembled on HaikuOS, crashes before exiting. It works on Linux and FreeBSD. The assembly code produced by the compiler is in the attachment. analogClock.s.zip
Here is what happens on Linux:
And here is what happens of HaikuOS:
I do not know what causes it, as GDB on HaikuOS apparently refuses to disassemble the part of the program that crashes. Or maybe I am doing something wrong, as I don't know much GDB:
I just noticed that the



analogClock.aecexample fromArithmeticExpressionCompiler.zip, when compiled and assembled on HaikuOS, crashes before exiting. It works on Linux and FreeBSD. The assembly code produced by the compiler is in the attachment.analogClock.s.zip
Here is what happens on Linux:
And here is what happens of HaikuOS:
I do not know what causes it, as GDB on HaikuOS apparently refuses to disassemble the part of the program that crashes. Or maybe I am doing something wrong, as I don't know much GDB: