From: nobu@... Date: 2018-02-21T02:07:04+00:00 Subject: [ruby-core:85705] [Ruby trunk Bug#14499][Third Party's Issue] [win32-service] "ruby.exe" crashes har Issue #14499 has been updated by nobu (Nobuyoshi Nakada). File bug-14499.log added Description updated 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. ---------------------------------------- Bug #14499: [win32-service] "ruby.exe" crashes har https://bugs.ruby-lang.org/issues/14499#change-70507 * Author: pmichel@me.com (Pascal Michel) * Status: Third Party's Issue * Priority: Normal * Assignee: * Target version: * ruby -v: ruby 2.3.3p222 (2016-11-21 revision 56859) [x64-mingw32] * Backport: 2.3: UNKNOWN, 2.4: UNKNOWN, 2.5: UNKNOWN ---------------------------------------- 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): ```ruby 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-------------------------------- bug-14499.log (13.2 KB) -- https://bugs.ruby-lang.org/ Unsubscribe: