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

Signal mask changes when Java and strerror are called.

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Not an Issue
    • Icon: P4 P4
    • None
    • 4.2
    • hotspot
    • generic
    • solaris_2.6



            The signal mask changes only happens in the
      following call sequence JNI_CreateJavaVM() then strerror().

      Application sets signal mask. If application calls JNI_Create without
      a following call to strerror mask remains unchanged.
      Application sets signal mask. If application calls strerror without
      JNI_Create mask remains unchanged.
      If strerror preceeds JNI_Create mask remains unchanged.

      Signal mask needs to be reset after strerror when it follows.

      strerror and JNI_Create return success status, no errors.


      JNI_Create

            acorn Karen Kinnear (Inactive)
            rletteri Robert Letteri (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: