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

dlerror has non-empty msg just before the desktop init

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Won't Fix
    • Icon: P4 P4
    • 8-pool
    • 7
    • client-libs
    • None
    • sparc
    • solaris

      This is noticed while working on 6994933.
      The code awt_Desktop.c:

      int init(){
          void *vfs_handle;
          void *gnome_handle;
          const char *errmsg;
      >>>dlerror() won't be null here.
          vfs_handle = dlopen("libgnomevfs-2.so.0", RTLD_LAZY);
          if (vfs_handle == NULL) {
      #ifdef INTERNAL_BUILD

      The error message is as follows:
      "some error occured: ld.so.1: java: fatal: Java_sun_awt_X11_XDesktopPeer_init: can't find symbol"
      This only happens on solaris.
      That's a symptom of some wrong initialization/order and requires evaluation.

            bagiras Oleg Pekhovskiy (Inactive)
            dav Andrei Dmitriev (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: