Actions
Bug #14961
closedSegfault when running RSpec / Capybara / Rails
    Bug #14961:
    Segfault when running RSpec / Capybara / Rails
  
Description
After upgrading to 2.5.1, we consistently see a segfault when running RSpec + Capybara against a Rails application.
Files
        
           Updated by nobu (Nobuyoshi Nakada) about 7 years ago
          Updated by nobu (Nobuyoshi Nakada) about 7 years ago
          
          
        
        
      
      - Status changed from Open to Feedback
No clue other than that it crashed in this thread.
Thread 5 Crashed:: server.rb:286
0   libsystem_kernel.dylib        	0x00007fffa8689d42 __pthread_kill + 10
1   libsystem_pthread.dylib       	0x00007fffa8777457 pthread_kill + 90
2   libsystem_c.dylib             	0x00007fffa85ef420 abort + 129
3   ruby                          	0x000000010cfacd69 die + 9
4   ruby                          	0x000000010cfacfa8 rb_bug_context + 568
5   ruby                          	0x000000010d09ae31 sigsegv + 81
6   libsystem_platform.dylib      	0x00007fffa876ab3a _sigtramp + 26
7   ???                           	0x00007fb7a130c068 0 + 140426660069480
Could you show the error message at that time?
        
           Updated by normalperson (Eric Wong) about 7 years ago
          Updated by normalperson (Eric Wong) about 7 years ago
          
          
        
        
      
      robert.wiegmann@gmail.com wrote:
queue_sleep.  Is that combined with fork?  Could be [Bug #14634]
(fixed in trunk, not in 2.5 branch, yet).
        
           Updated by jeremyevans0 (Jeremy Evans) about 6 years ago
          Updated by jeremyevans0 (Jeremy Evans) about 6 years ago
          
          
        
        
      
      - Status changed from Feedback to Closed
Actions