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

Crash in URLProcessor.errorCallback()

    XMLWordPrintable

Details

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

    • web

    Description

      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.

      Attachments

        Issue Links

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved:
                Imported: