Actions
Bug #10041
closedSegmentation Fault.
    Bug #10041:
    Segmentation Fault.
  
Status:
Rejected
Assignee:
-
Target version:
-
ruby -v:
ruby 2.0.0p481 (2014-05-08 revision 45883) [x86_64-darwin13.1.0]
Backport:
Description
Getting segmentation fault with rake routes, rails server, or any rails generate etc.
This is the output I get when running rake routes.
/usr/local/rvm/gems/ruby-2.0.0-p481/gems/eventmachine-1.0.3/lib/rubyeventmachine.bundle: [BUG] Segmentation fault
ruby 2.0.0p481 (2014-05-08 revision 45883) [x86_64-darwin13.1.0]
(snip)
Abort trap: 6
alps:sharp-planet veena$ rvm -v
rvm 1.25.27 (stable) by Wayne E. Seguin <wayneeseguin@gmail.com>, Michal Papis <mpapis@gmail.com> [https://rvm.io/]
Files
        
           Updated by nobu (Nobuyoshi Nakada) over 11 years ago
          Updated by nobu (Nobuyoshi Nakada) over 11 years ago
          
          
        
        
      
      - File bug-10041.log bug-10041.log added
- Description updated (diff)
- Status changed from Open to Feedback
Please show the following files:
-- Crash Report log information --------------------------------------------
   See Crash Report log file under the one of following:
     * ~/Library/Logs/CrashReporter
     * /Library/Logs/CrashReporter
     * ~/Library/Logs/DiagnosticReports
     * /Library/Logs/DiagnosticReports
   the more detail of.
        
           Updated by vinahr (Veena Hampapur) over 11 years ago
          Updated by vinahr (Veena Hampapur) over 11 years ago
          
          
        
        
      
      Attached is the file containing more information.
        
           Updated by nobu (Nobuyoshi Nakada) over 11 years ago
          Updated by nobu (Nobuyoshi Nakada) over 11 years ago
          
          
        
        
      
      - Status changed from Feedback to Rejected
You loaded an extension library linked against the shared libruby from statically linked ruby.
4   ruby                          	0x000000010027cd40 sigsegv + 144
5   libsystem_platform.dylib      	0x00007fff88d0d5aa _sigtramp + 26
6   libruby.2.0.0.dylib           	0x000000010463e568 ruby_xmalloc + 17
Actions