Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-31200

Allow addresses larger than java.lang.Integer.MAX_VALUE (case 13768)

XMLWordPrintable

    • Icon: Improvement Improvement
    • Resolution: Fixed
    • Icon: Minor Minor
    • memory-map-plugin
    • None

      The following occurs with one of our map files.

      Memory Map Plugin version 2.1.0 (af6cf)
      ERROR: Build step failed with exception
      java.lang.NumberFormatException: For input string: "ff000000"
      at java.lang.NumberFormatException.forInputString(Unknown Source)
      at java.lang.Integer.parseInt(Unknown Source)
      at net.praqma.jenkins.memorymap.util.HexUtils$HexifiableString.getIntegerValue(HexUtils.java:81)
      at net.praqma.jenkins.memorymap.parser.gcc.GccMemoryMapParser$MemoryMapMemItemComparator.compare(GccMemoryMapParser.java:124)
      at net.praqma.jenkins.memorymap.parser.gcc.GccMemoryMapParser$MemoryMapMemItemComparator.compare(GccMemoryMapParser.java:120)
      ...

      Using Long or some other datatype might be a possible fix.

            praqma Praqma Support
            kwalp kennabec walp
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: