# New Ticket Created by Paul Cochrane # Please include the string: [perl #48188] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=48188 >
In languages/amber/lib/kernel/pmc/amber_integer.pmc:abs() there is the todo item: /* XXX overflow for -maxint */ There is therefore an overflow issue when trying to handle abs(-maxint). This needs to be corrected.