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

Crash in URLProcessor.errorCallback()

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P3 P3
    • fx2.0
    • fx2.0
    • javafx
    • Win7 x64 + 64bit JDK

    • web

      Steps: run WebLauncher, open http://rbc.ru, and browse top headlines. After some browsing JVM crashes.
      The crash happens in ResourceHandleManager.cpp, in Java_com_sun_webpane_webkit_network_URLProcessor_errorCallback():

          d = job->getInternal();
          if (!d || d->m_cancelled) {
              return;
          }

      |d| has a suspicious value of 0xcdcdcdcd00000019 with my debug build, the crash happens when it attempts to access d->m_cancelled.

            vbaranov Vasiliy Baranov (Inactive)
            peterz Peter Zhelezniakov
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: