Actions
Bug #14499
closed[win32-service] "ruby.exe" crashes har
    Bug #14499:
    [win32-service] "ruby.exe" crashes har
  
Status:
Third Party's Issue
Assignee:
-
Target version:
-
ruby -v:
ruby 2.3.3p222 (2016-11-21 revision 56859) [x64-mingw32]
Description
Hello can someone help me? I have a problem with the Ruby-Gem "win32-service".
Here the "ruby.exe" crashes hard.
Here my example (very simple):¶
require 'win32/service'
# Iterate over the available services
Win32::Service.services do |service|
  p service
end
...and here the output:¶
ruby 2.3.3p222 (2016-11-21 revision 56859) [x64-mswin64_110]
(snip)
Process finished with exit code 3
Files
        
           Updated by nobu (Nobuyoshi Nakada) over 7 years ago
          Updated by nobu (Nobuyoshi Nakada) over 7 years ago
          
          
        
        
      
      - File bug-14499.log bug-14499.log added
- Description updated (diff)
- Status changed from Open to Third Party's Issue
It crashes inside the extension library of ffi gem.
You should ask the authors of those (win32-service and ffi) gems.
Actions