Actions
Bug #11321
closedSegmentation fault
    Bug #11321:
    Segmentation fault
  
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 10 years ago
          Updated by nobu (Nobuyoshi Nakada) over 10 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