[ruby-core:85705] [Ruby trunk Bug#14499][Third Party's Issue] [win32-service] "ruby.exe" crashes har

From: nobu@...
Date: 2018-02-21 02:07:04 UTC
List: ruby-core #85705
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: [email protected] (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: <mailto:[email protected]?subject=unsubscribe>
<http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-core>

In This Thread

Prev Next