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

unexpected exception on Windows XP Prof(64) Itanium machine

    XMLWordPrintable

Details

    • beta
    • itanium
    • windows_xp
    • Verified

    Backports

      Description

        shows unexpected exception on Windows XP Prof(64) Itanium machine using Hopper Itanium build b11 .

        To reproduce , run the Test given below .
        ----------------------------------------------------------------
        import java.util.prefs.*;

        public class Test {
            
            public static void main(String[] args) throws Exception {
             Test t = new Test();
             t.go();
             
               
             } // end main
         
            public void go(){
             try{
               Preferences userRoot = Preferences.userRoot();
               System.out.println("userRoot :"+userRoot);
               String [] child = userRoot.childrenNames();
               System.out.println("child.length"+child.length);
               }catch(Exception e) {
               System.out.println("Exception thrown = " + e);
               }
            }
        }
        ------------------------------------------------------------------
        Output of the program with error report file is as attached .
        Looks like exception is thrown when calling Windows registry to retrive children of the node in native method 'WindowsRegEnumKeyEx'

        =============================================================================

        See also BUG: 4683811 P2/S2 IMFSPI: EXCEPTION_ACCESS_VIOLATION occurrs on XP Itanium

        ###@###.### 2002-05-13

        --------------------------------
        verified with Hopper b14

        ###@###.### 2002-06-06
        --------------------------------

        Attachments

          Issue Links

            Activity

              People

                busersunw Btplusnull User (Inactive)
                saksunw Sreejith Ak (Inactive)
                Votes:
                0 Vote for this issue
                Watchers:
                0 Start watching this issue

                Dates

                  Created:
                  Updated:
                  Resolved:
                  Imported:
                  Indexed: