Roger Pack

Results 311 comments of Roger Pack

In addition, it's not hard to imagine a race condition scenario today, when servicing multi simultaneous requests, these lines: ``` load_into_cache(session_id) unless is_in_cache?(session_id) return @cache.{{name.id}}(k) ``` could be run interleaved...

Yeah or mysql is a typical one. I think the original problem is still present even if run on only one instance however... On Thu, May 4, 2017 at 5:57...

I think I just ran into this as well. Perhaps the pid values are wrong? This snippet: ``` out = IO.popen("pause") puts out.pid ``` gives crazy large numbers with jdk...

Looks like it is getting this and then defaulting to hash code (unrelated suggestion: just raise instead of default to hashcode?) ``` java.lang.IllegalAccessException: class org.jruby.util.ShellLauncher$3 (in module org.jruby.dist) cannot access...

I don't think it's an issue with the complete jar (it still fails with the --add-opens). I think it is a windows thing on > JDK 8 yeah.

Seems working ok for me with that patch :) If you trust random builds: https://drive.google.com/file/d/1F523EobGRxITEWue3JF5BbhqF_XReWO1/view?usp=share_link

`-DWITH_EXTRALIBS=-lcrypt32` didn't seem to work?

Sorry to be terse, here's more output, appears it's at link time with apps enabled: ``` cmake -DENABLE_ENCRYPTION=1 -DENABLE_SHARED=0 -DCMAKE_SYSTEM_NAME=Windows -DCMAKE_C_COMPILER=x86_64-w64-mingw32-gcc -DCMAKE_CXX_COMPILER=x86_64-w64-mingw32-g++ -DCMAKE_FIND_ROOT_PATH=/usr/x86_64-w64-mingw32/ -DCMAKE_FIND_ROOT_PATH_MODE_LIBRARY=ONLY -DCMAKE_FIND_ROOT_PATH_MODE_INCLUDE=ONLY -DCMAKE_FIND_ROOT_PATH_MODE_PROGRAM=NEVER -DCMAKE_INSTALL_PREFIX=/home/rdp/new/sandbox/win64_shared/build_files -DENABLE_APPS=1 CMake Warning:...