Project

General

Profile

Actions

Bug #11321

closed

Segmentation fault

Added by aelallam (aisha k) over 8 years ago. Updated over 8 years ago.

Status:
Third Party's Issue
Assignee:
-
Target version:
-
[ruby-core:69809]

Description

I have installed ffi gem because the rest client gem would not work without it. When I ran my code I got the following error:
lib/ffi/library.rb:263: []segmentation fault.

After which it printed a bunch of data and terminated. Line 263 is as the following:
invoker.attach(self, mname.to_s)

Where is the seg fault? How can I fix this?

Updated by nobu (Nobuyoshi Nakada) over 8 years ago

  • Status changed from Open to Third Party's Issue

Ask the authors of the gem which requires ffi.
ffi provides ability of native extensions to ruby, including segfaults.

Actions

Also available in: Atom PDF

Like0
Like0