Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-4638528

Updatable Result sets crashes in stress test

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • 1.4.1
    • 1.4.0
    • core-libs
    • None
    • hopper
    • generic, x86
    • generic, windows_2000

      Many updatabe resultset Tests in the jdbc profiler crashes under heavy stress in jdbc-profiler. example updateDouble test, updateFloat Test etc..

      This appears as follows
      for (int i = 1; i < 100000; i++){
              rs.moveToInsertRow();
      rs.updateDouble(1,5e45);
              rs.insertRow(); <--- crashes here
      }

            bpg Binod Pankajakshy Gangadharan (Inactive)
            bpg Binod Pankajakshy Gangadharan (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: