Updatable Result sets crashes in stress test

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P4
    • 1.4.1
    • Affects Version/s: 1.4.0
    • Component/s: 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
      }

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

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: