gregfelice commented on issue #2514: URL: https://github.com/apache/age/issues/2514#issuecomment-5370013549
Confirmed still reproducing on current master (`4d9b2506`, AGE 1.8.0) built against PostgreSQL 18.4, in a fresh database: ``` ERROR: floating-point exception DETAIL: An invalid floating-point operation was signaled. This probably means an out-of-range result or an invalid operation, such as division by zero. ``` The reported point stands: for integer modulo by zero this should be `division by zero` (22012), not a floating-point exception (22P01). Triaged as part of a sweep over the current fuzz-report backlog against master. This one is a clean error rather than a crash — recording it so it is not assumed stale just because it was filed against an older image. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
