Skip to content
The Jenkins Controller is preparing for shutdown. No new builds can be started.
Success

Changes

Summary

  1. Robostness: Catch Throwables on NativeLibrary.open(..) and be verbose in (details)
  2. Refine 4feb65517ae4a4e2b9b04cdfc4b85582cb8b9784: Handle verbose error (details)
Commit 4feb65517ae4a4e2b9b04cdfc4b85582cb8b9784 by Sven Gothel
Robostness: Catch Throwables on NativeLibrary.open(..) and be verbose in DEBUG mode ; DynamicLinker: Add 'String getLastError()'.
The file was modifiedsrc/java/com/jogamp/common/os/NativeLibrary.java (diff)
The file was modifiedsrc/java/jogamp/common/os/UnixDynamicLinkerImpl.java (diff)
The file was modifiedsrc/java/com/jogamp/common/os/DynamicLinker.java (diff)
The file was modifiedsrc/java/jogamp/common/os/WindowsDynamicLinkerImpl.java (diff)
Commit 88dca02541d96f68a892ae7824e9e1b29793ae55 by Sven Gothel
Refine 4feb65517ae4a4e2b9b04cdfc4b85582cb8b9784: Handle verbose error cases post catch block, i.e. exception (if occured) and dlerror value.
The file was modifiedsrc/java/com/jogamp/common/os/NativeLibrary.java (diff)