Project

General

Profile

Actions

Bug #14499

closed

[win32-service] "ruby.exe" crashes har

Added by [email protected] (Pascal Michel) about 7 years ago. Updated about 7 years ago.

Status:
Third Party's Issue
Assignee:
-
Target version:
-
ruby -v:
ruby 2.3.3p222 (2016-11-21 revision 56859) [x64-mingw32]
[ruby-core:85699]

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

bug-14499.log (13.2 KB) bug-14499.log nobu (Nobuyoshi Nakada), 02/21/2018 02:05 AM

Updated by nobu (Nobuyoshi Nakada) about 7 years ago

It crashes inside the extension library of ffi gem.
You should ask the authors of those (win32-service and ffi) gems.

Actions

Also available in: Atom PDF

Like0
Like0