Actions
Bug #10884
closedRails server crash
Bug #10884:
Rails server crash
Description
Process: ruby [4731]
Path: /Users/USER/*/ruby
Identifier: ruby
Version: ???
Code Type: X86-64 (Native)
Parent Process: bash [2259]
Responsible: Terminal [2255]
User ID: 501
Date/Time: 2015-02-21 20:15:39.102 -0500
OS Version: Mac OS X 10.10.2 (14C109)
Report Version: 11
Anonymous UUID: B83A85D8-89E7-B44F-1F87-9D428C3AC62A
Sleep/Wake UUID: D9446F7A-179B-4492-9068-6C9E4BB8E6A2
Time Awake Since Boot: 2700 seconds
Time Since Wake: 480 seconds
Crashed Thread: 0 Dispatch queue: com.apple.main-thread
Exception Type: EXC_BAD_ACCESS (SIGABRT)
Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000418
VM Regions Near 0x418:
-->
__TEXT 00000001069cd000-000000010729f000 [ 9032K] r-x/rwx SM=COW /Users/USER/*
Application Specific Information:
abort() called
Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0 libsystem_kernel.dylib 0x00007fff94610286 __pthread_kill + 10
1 libsystem_c.dylib 0x00007fff86c00b53 abort + 129
2 ruby 0x0000000106b91879 rb_bug + 185
3 ruby 0x0000000106c621bc sigsegv + 156
4 libsystem_platform.dylib 0x00007fff8a50ff1a _sigtramp + 26
5 libruby.2.0.0.dylib 0x00000001077f949f ruby_xmalloc + 17
6 libruby.2.0.0.dylib 0x000000010789291e st_init_strcasetable + 16
7 libruby.2.0.0.dylib 0x00000001077bb3aa rb_enc_init + 29
8 libruby.2.0.0.dylib 0x00000001077bbff7 rb_usascii_encoding + 21
9 libruby.2.0.0.dylib 0x000000010783d824 rb_intern + 23
10 libruby.2.0.0.dylib 0x00000001077d23f6 rb_define_module + 16
11 sqlite3_native.bundle 0x00000001077b11f3 Init_sqlite3_native + 19 (sqlite3.c:76)
12 ruby 0x0000000106b55082 dln_load + 226
(snip)
Files
Updated by nobu (Nobuyoshi Nakada) over 10 years ago
- File bug-10884.log bug-10884.log added
- Description updated (diff)
- Status changed from Open to Rejected
You load an extension library for shared library version ruby 2.0.0 from static linked version ruby 2.1.
Actions