Skip to content

Instantly share code, notes, and snippets.

@284km
Last active April 16, 2019 03:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save 284km/f8e7c14815ef1e3e55fb156b56b052c2 to your computer and use it in GitHub Desktop.
Save 284km/f8e7c14815ef1e3e55fb156b56b052c2 to your computer and use it in GitHub Desktop.
$ make test-all TESTS=ruby/test_string.rb
./revision.h unchanged
Run options: "--ruby=./miniruby -I./lib -I. -I.ext/common ./tool/runruby.rb --extout=.ext -- --disable-gems" --excludes-dir=./test/excludes --name=!/memory_leak/
# Running tests:
[ 57/314] TestString#test_fs = 0.53 s
1) Failure:
TestString#test_fs [/Users/kazuma.furuhashi/src/github.com/ruby/ruby/test/ruby/test_string.rb:1760]:
pid 35235 killed by SIGABRT (signal 6)
| -:13: [BUG] Segmentation fault at 0x0000000000000008
| ruby 2.7.0dev (2019-04-16 trunk 67569) [x86_64-darwin17]
|
| -- Crash Report log information --------------------------------------------
| See Crash Report log file under the one of following:
| * ~/Library/Logs/DiagnosticReports
| * /Library/Logs/DiagnosticReports
| for more details.
| Don't forget to include the above Crash Report log file in bug reports.
|
| -- Control frame information -----------------------------------------------
| c:0003 p:---- s:0013 e:000012 CFUNC :split
| c:0002 p:0077 s:0009 E:000bd8 EVAL -:13 [FINISH]
| c:0001 p:0000 s:0003 E:002580 (none) [FINISH]
|
| -- Ruby level backtrace information ----------------------------------------
| -:13:in `<main>'
| -:13:in `split'
|
| -- Machine register context ------------------------------------------------
| rax: 0x87645b76904b0061 rbx: 0x00007fabf20255e0 rcx: 0x000000000019c10c
| rdx: 0x00000000ffffffff rdi: 0x0000000000000008 rsi: 0x000000000019c10c
| rbp: 0x00007ffee8aa10a0 rsp: 0x00007ffee8aa1060 r8: 0x00007fabf1007dd8
| r9: 0x00007fabf050a518 r10: 0x00007fabf0804c00 r11: 0x00000001076bff90
| r12: 0x0000000000000000 r13: 0x0000000000000000 r14: 0x0000000000000001
| r15: 0x0000000000000008 rip: 0x000000010721fb75 rfl: 0x0000000000010206
|
| -- C level backtrace information -------------------------------------------
| /Users/kazuma.furuhashi/src/github.com/ruby/ruby/libruby.2.7.dylib(rb_print_backtrace+0xf) [0x1073ae0c2] vm_dump.c:715
| /Users/kazuma.furuhashi/src/github.com/ruby/ruby/libruby.2.7.dylib(rb_vm_bugreport) vm_dump.c:901
| /Users/kazuma.furuhashi/src/github.com/ruby/ruby/libruby.2.7.dylib(rb_vm_bugreport) (null):0
| /Users/kazuma.furuhashi/src/github.com/ruby/ruby/libruby.2.7.dylib(bug_report_end+0x0) [0x1071f0e93] error.c:599
| /Users/kazuma.furuhashi/src/github.com/ruby/ruby/libruby.2.7.dylib(rb_bug_context) error.c:599
| /Users/kazuma.furuhashi/src/github.com/ruby/ruby/libruby.2.7.dylib(sigsegv+0x51) [0x107312731] signal.c:997
| /usr/lib/system/libsystem_platform.dylib(_sigtramp+0x1a) [0x7fff7e700f5a]
| /Users/kazuma.furuhashi/src/github.com/ruby/ruby/libruby.2.7.dylib(hash_stlike_lookup+0xb32c0) [0x10721fb75] hash.c:1801
| /Users/kazuma.furuhashi/src/github.com/ruby/ruby/libruby.2.7.dylib(rb_hash_aref) hash.c:1804
| /Users/kazuma.furuhashi/src/github.com/ruby/ruby/libruby.2.7.dylib(rb_str_split_m+0xdfc) [0x1073337fc] string.c:7818
| /Users/kazuma.furuhashi/src/github.com/ruby/ruby/libruby.2.7.dylib(vm_call_cfunc_with_frame+0x218cea) [0x1073a0cc5] ./vm_insnhelper.c:2207
| /Users/kazuma.furuhashi/src/github.com/ruby/ruby/libruby.2.7.dylib(vm_call_cfunc) ./vm_insnhelper.c:2225
| /Users/kazuma.furuhashi/src/github.com/ruby/ruby/libruby.2.7.dylib(vm_sendish+0x218cc1) [0x10738862f] ./vm_insnhelper.c:3623
| /Users/kazuma.furuhashi/src/github.com/ruby/ruby/libruby.2.7.dylib(vm_exec_core) insns.def:789
| /Users/kazuma.furuhashi/src/github.com/ruby/ruby/libruby.2.7.dylib(rb_vm_exec+0xa1d) [0x10739c6dd]
| /Users/kazuma.furuhashi/src/github.com/ruby/ruby/libruby.2.7.dylib(ruby_exec_internal+0xe8) [0x1071fbea8] eval.c:262
| /Users/kazuma.furuhashi/src/github.com/ruby/ruby/libruby.2.7.dylib(ruby_exec_node+0xe) [0x1071fbd19] eval.c:326
| /Users/kazuma.furuhashi/src/github.com/ruby/ruby/libruby.2.7.dylib(ruby_run_node) eval.c:318
| /Users/kazuma.furuhashi/src/github.com/ruby/ruby/ruby(main+0x71) [0x10715dee1] ./main.c:42
| /Users/kazuma.furuhashi/src/github.com/ruby/ruby/ruby(main) (null):0
|
| -- Other runtime information -----------------------------------------------
|
| * Loaded script: -
|
| * Loaded features:
|
| 0 enumerator.so
| 1 thread.rb
| 2 rational.so
| 3 complex.so
| 4 /Users/kazuma.furuhashi/src/github.com/ruby/ruby/.ext/x86_64-darwin17/enc/encdb.bundle
| 5 /Users/kazuma.furuhashi/src/github.com/ruby/ruby/.ext/x86_64-darwin17/enc/trans/transdb.bundle
| 6 /Users/kazuma.furuhashi/src/github.com/ruby/ruby/lib/optparse.rb
| 7 /Users/kazuma.furuhashi/src/github.com/ruby/ruby/rbconfig.rb
| 8 /Users/kazuma.furuhashi/src/github.com/ruby/ruby/test/lib/leakchecker.rb
| 9 /Users/kazuma.furuhashi/src/github.com/ruby/ruby/test/lib/minitest/unit.rb
| 10 /Users/kazuma.furuhashi/src/github.com/ruby/ruby/lib/prettyprint.rb
| 11 /Users/kazuma.furuhashi/src/github.com/ruby/ruby/lib/pp.rb
| 12 /Users/kazuma.furuhashi/src/github.com/ruby/ruby/test/lib/test/unit/assertions.rb
| 13 /Users/kazuma.furuhashi/src/github.com/ruby/ruby/lib/open3.rb
| 14 /Users/kazuma.furuhashi/src/github.com/ruby/ruby/lib/timeout.rb
| 15 /Users/kazuma.furuhashi/src/github.com/ruby/ruby/test/lib/find_executable.rb
| 16 /Users/kazuma.furuhashi/src/github.com/ruby/ruby/.ext/x86_64-darwin17/rbconfig/sizeof.bundle
| 17 /Users/kazuma.furuhashi/src/github.com/ruby/ruby/test/lib/envutil.rb
| 18 /Users/kazuma.furuhashi/src/github.com/ruby/ruby/test/lib/test/unit/testcase.rb
| 19 /Users/kazuma.furuhashi/src/github.com/ruby/ruby/test/lib/test/unit.rb
|
| [IMPORTANT]
| Don't forget to include the Crash Report log file under
| DiagnosticReports directory in bug reports.
|
Diagnostic reports:
| Process: ruby [35235]
| Path: /Users/USER/*/ruby
| Identifier: ruby
| Version: 0
| Code Type: X86-64 (Native)
| Parent Process: ruby [35232]
| Responsible: ruby [35235]
| User ID: 502
|
| Date/Time: 2019-04-16 12:32:10.178 +0900
| OS Version: Mac OS X 10.13.6 (17G5019)
| Report Version: 12
| Bridge OS Version: 3.0 (14Y664)
| Anonymous UUID: EDEAC4DF-6BA8-FF5F-A38C-A433ACB964F4
|
| Sleep/Wake UUID: 6A5A139E-50A0-48B8-886D-CABFDCE8B88E
|
| Time Awake Since Boot: 960000 seconds
| Time Since Wake: 7200 seconds
|
| System Integrity Protection: enabled
|
| Crashed Thread: 0 Dispatch queue: com.apple.main-thread
|
| Exception Type: EXC_BAD_ACCESS (SIGABRT)
| Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000008
| Exception Note: EXC_CORPSE_NOTIFY
|
| VM Regions Near 0x8:
| -->
| __TEXT 000000010715d000-000000010715e000 [ 4K] r-x/rwx SM=COW
J [/Users/kazuma.furuhashi/src/github.com/ruby/ruby/ruby]
|
| Application Specific Information:
| abort() called
|
| Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
| 0 libsystem_kernel.dylib 0x00007fff7e542b66 __pthread_kill + 10
| 1 libsystem_pthread.dylib 0x00007fff7e70d080 pthread_kill + 333
| 2 libsystem_c.dylib 0x00007fff7e49e1ae abort + 127
| 3 libruby.2.7.dylib 0x00000001071f0cb9 die + 9
| 4 libruby.2.7.dylib 0x00000001071f0ee5 rb_bug_context + 549
| 5 libruby.2.7.dylib 0x0000000107312731 sigsegv + 81
| 6 libsystem_platform.dylib 0x00007fff7e700f5a _sigtramp + 26
| 7 ??? 000000000000000000 0 + 0
| 8 libruby.2.7.dylib 0x00000001073337fc rb_str_split_m + 3580 (string.c:7818)
| 9 libruby.2.7.dylib 0x00000001073a0cc5 vm_call_cfunc + 341 (.vm_insnhelper.c:2207)
| 10 libruby.2.7.dylib 0x000000010738862f vm_exec_core + 16063 (.vm_insnhelper.c:3625)
| 11 libruby.2.7.dylib 0x000000010739c6dd rb_vm_exec + 2589
| 12 libruby.2.7.dylib 0x00000001071fbea8 ruby_exec_internal + 232 (eval.c:266)
| 13 libruby.2.7.dylib 0x00000001071fbd19 ruby_run_node + 73 (eval.c:318)
| 14 ruby 0x000000010715dee1 main + 113 (.main.c:42)
| 15 libdyld.dylib 0x00007fff7e3f2015 start + 1
|
| Thread 1:
| 0 libsystem_kernel.dylib 0x00007fff7e54409a poll + 10
| 1 libruby.2.7.dylib 0x00000001073596c0 timer_pthread_fn + 112 (.thread_pthread.c:2196)
| 2 libsystem_pthread.dylib 0x00007fff7e70a661 _pthread_body + 340
| 3 libsystem_pthread.dylib 0x00007fff7e70a50d _pthread_start + 377
| 4 libsystem_pthread.dylib 0x00007fff7e709bf9 thread_start + 13
|
| Thread 0 crashed with X86 Thread State (64-bit):
| rax: 0x0000000000000000 rbx: 0x00007fffb6e36380 rcx: 0x00007fabf08371e8 rdx: 0x0000000000000000
| rdi: 0x0000000000000307 rsi: 0x0000000000000006 rbp: 0x00007fabf0837220 rsp: 0x00007fabf08371e8
| r8: 0x00007fffb6e15048 r9: 0x0000000000000040 r10: 0x0000000000000000 r11: 0x0000000000000206
| r12: 0x0000000000000307 r13: 0x0000000000000006 r14: 0x0000000000000006 r15: 0x000000000000002d
| rip: 0x00007fff7e542b66 rfl: 0x0000000000000206 cr2: 0x00007fffb6e13168
|
| Logical CPU: 0
| Error Code: 0x02000148
| Trap Number: 133
|
|
| Binary Images:
| 0x10715d000 - 0x10715dffb +ruby (0) <2622A1E8-7A59-3B03-9AB7-84EBA02295F7> /Users/USER/*/ruby
| 0x107167000 - 0x107167ff8 +mjit_build_dir.dylib (0) <9F1CAC39-201E-340C-A91D-31DFC65A4FA5> /Users/USER/*/mjit_build_dir.dylib
| 0x10716b000 - 0x107454ffb +libruby.2.7.dylib (0) <0287E759-11F3-3224-852B-01413B003BAF> /Users/USER/*/libruby.2.7.dylib
| 0x10753b000 - 0x10753cff7 +encdb.bundle (0) <042D69D0-965A-38FC-8D78-931E497E823E> /Users/USER/*/encdb.bundle
| 0x107540000 - 0x10759cfcf +libgmp.10.dylib (0) <7D2A1AB0-B206-3196-954C-5A0E17049998> /usr/local/opt/gmp/lib/libgmp.10.dylib
| 0x1096c0000 - 0x1096c1fff +transdb.bundle (0) <C163D5A2-A493-3BAF-B6B8-188EC0680782> /Users/USER/*/transdb.bundle
| 0x1096fd000 - 0x1096ffff7 +sizeof.bundle (0) <476EA986-2F91-32A9-BE2F-D0422F861B23> /Users/USER/*/sizeof.bundle
| 0x10d52b000 - 0x10d575acf dyld (551.5) <30B355CB-35BA-3112-AA76-4E46CD45F699> /usr/lib/dyld
| 0x7fff4e96d000 - 0x7fff4e989ffb libJapaneseConverter.dylib (70) <8E3CD8A2-3F6F-317D-BCA2-5E340217F225> /System/Library/CoreServices/Encodings/libJapaneseConverter.dylib
| 0x7fff529b1000 - 0x7fff529b1fff com.apple.Accelerate (1.11 - Accelerate 1.11) <8632A9C5-19EA-3FD7-A44D-80765CC9C540> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
| 0x7fff529c9000 - 0x7fff52ec7fc3 com.apple.vImage (8.1 - ???) <A243A7EF-0C8E-3A9A-AA38-44AFD7507F00> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
| 0x7fff52ec8000 - 0x7fff53022fe3 libBLAS.dylib (1211.50.2) <62C659EB-3E32-3B5F-83BF-79F5DF30D5CE> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
| 0x7fff53023000 - 0x7fff53051fef libBNNS.dylib (38.1) <7BAEFDCA-3227-3E07-80D8-59B6370B89C6> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBNNS.dylib
| 0x7fff53052000 - 0x7fff53411ff7 libLAPACK.dylib (1211.50.2) <40ADBA5F-8B2D-30AC-A7AD-7B17C37EE52D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
| 0x7fff53412000 - 0x7fff53427ff7 libLinearAlgebra.dylib (1211.50.2) <E8E0B7FD-A0B7-31E5-AF01-81781F71EBBE> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLinearAlgebra.dylib
| 0x7fff53428000 - 0x7fff5342dff3 libQuadrature.dylib (3) <3D6BF66A-55B2-3692-BAC7-DEB0C676ED29> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libQuadrature.dylib
| 0x7fff5342e000 - 0x7fff534aefff libSparse.dylib (79.50.2) <0DC25CDD-F8C1-3D6E-B472-8B060708424F> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparse.dylib
| 0x7fff534af000 - 0x7fff534c2fff libSparseBLAS.dylib (1211.50.2) <722573CC-31CC-34B2-9032-E4F652A9CCFE> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparseBLAS.dylib
| 0x7fff534c3000 - 0x7fff53670fc3 libvDSP.dylib (622.50.5) <40690941-CF89-3F90-A0AC-A4D200744A5D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
| 0x7fff53671000 - 0x7fff53722fff libvMisc.dylib (622.50.5) <BA2532DF-2D68-3DD0-9B59-D434BF702AA4> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
| 0x7fff53723000 - 0x7fff53723fff com.apple.Accelerate.vecLib (3.11 - vecLib 3.11) <54FF3B43-E66C-3F36-B34B-A2B3B0A36502> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
| 0x7fff548c7000 - 0x7fff548c7fff com.apple.ApplicationServices (48 - 50) <3E227FC4-415F-3575-8C9C-8648301782C0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
| 0x7fff548c8000 - 0x7fff5492efff com.apple.ApplicationServices.ATS (377 - 445.5) <703CE7E4-426A-35C0-A229-F140F30F5340> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
| 0x7fff549c7000 - 0x7fff54ae9fff libFontParser.dylib (222.1.6) <6CEBACDD-B848-302E-B4B2-630CB16E663E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
| 0x7fff54aea000 - 0x7fff54b34ff7 libFontRegistry.dylib (221.5) <8F68EA59-C8EE-3FA3-BD19-0F1A58441440> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
| 0x7fff54c76000 - 0x7fff54c7aff3 com.apple.ColorSyncLegacy (4.13.0 - 1) <A5FB2694-1559-34A8-A3D3-2029F68A63CA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSyncLegacy.framework/Versions/A/ColorSyncLegacy
| 0x7fff54d1a000 - 0x7fff54d6cffb com.apple.HIServices (1.22 - 624.1) <66FD9ED2-9630-313C-86AE-4C2FBCB3F351> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
| 0x7fff54d6d000 - 0x7fff54d7bfff com.apple.LangAnalysis (1.7.0 - 1.7.0) <B65FF7E6-E9B5-34D8-8CA7-63D415A8A9A6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
| 0x7fff54d7c000 - 0x7fff54dc8fff com.apple.print.framework.PrintCore (13.4 - 503.2) <B90C67C1-0292-3CEC-885D-F1882CD104BE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
| 0x7fff54dc9000 - 0x7fff54e03fff com.apple.QD (3.12 - 404.2) <38B20AFF-9D54-3B52-A6DC-C0D71380AA5F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
| 0x7fff54e04000 - 0x7fff54e10fff com.apple.speech.synthesis.framework (7.8.1 - 7.8.1) <A08DE016-C8F2-3B0E-BD34-15959D13DBF0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
| 0x7fff54e11000 - 0x7fff5509fff7 com.apple.audio.toolbox.AudioToolbox (1.14 - 1.14) <E0B8B5D8-80A0-308B-ABD6-F8612102B5D8> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
| 0x7fff553c4000 - 0x7fff5575fff7 com.apple.CFNetwork (902.3.1 - 902.3.1) <4C012538-BB8A-32F3-AACA-011092BEFAB1> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
| 0x7fff55c94000 - 0x7fff55d4dfff com.apple.ColorSync (4.13.0 - 3325) <D283C285-447D-3258-A7E4-59532123B8FF> /System/Library/Frameworks/ColorSync.framework/Versions/A/ColorSync
| 0x7fff55eda000 - 0x7fff55f6dff7 com.apple.audio.CoreAudio (4.3.0 - 4.3.0) <EB35D3EC-56EA-33E6-98DC-BDC3A5FA8ACE> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
| 0x7fff55ffe000 - 0x7fff56354fef com.apple.CoreData (120 - 851) <A2B59780-FB16-36A3-8EE0-E0EF072454E0> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
| 0x7fff56355000 - 0x7fff56438fff com.apple.CoreDisplay (99.14 - 99.14) <A1B91ADD-828D-33A0-8A92-CC3F83DF89D0> /System/Library/Frameworks/CoreDisplay.framework/Versions/A/CoreDisplay
| 0x7fff56439000 - 0x7fff568daff7 com.apple.CoreFoundation (6.9 - 1454.93) <BA2165CA-0860-34A5-9238-75260E06E94B> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
| 0x7fff568dc000 - 0x7fff56eecfef com.apple.CoreGraphics (2.0 - 1161.21.2) <B3ECE8F4-92B5-3E04-A30D-72540D3B93CB> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
| 0x7fff56eee000 - 0x7fff571ddfff com.apple.CoreImage (13.0.0 - 579.5) <AAE2DFD0-9B0A-3D56-8A3E-C460BAF70394> /System/Library/Frameworks/CoreImage.framework/Versions/A/CoreImage
| 0x7fff575b2000 - 0x7fff575b2fff com.apple.CoreServices (822.37 - 822.37) <264305C4-BB1C-3D3B-A2B1-D4EAA02669BF> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
| 0x7fff575b3000 - 0x7fff57627ffb com.apple.AE (735.1 - 735.1) <08EBA184-20F7-3725-AEA6-C314448161C6> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
| 0x7fff57628000 - 0x7fff578fffff com.apple.CoreServices.CarbonCore (1178.4 - 1178.4) <0D5E19BF-18CB-3FA4-8A5F-F6C787C5EE08> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
| 0x7fff57900000 - 0x7fff57934fff com.apple.DictionaryServices (1.2 - 284.2) <6505B075-41C3-3C62-A4C3-85CE3F6825CD> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
| 0x7fff57935000 - 0x7fff5793dffb com.apple.CoreServices.FSEvents (1239.50.1 - 1239.50.1) <3637CEC7-DF0E-320E-9634-44A442925C65> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents
| 0x7fff5793e000 - 0x7fff57afcff7 com.apple.LaunchServices (822.37 - 822.37) <6AA93307-220A-3417-BBC2-FE1C0DE0B652> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
| 0x7fff57afd000 - 0x7fff57badfff com.apple.Metadata (10.7.0 - 1191.7) <3DD530A7-E104-3469-98BB-20449834B2FE> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
| 0x7fff57bae000 - 0x7fff57c0efff com.apple.CoreServices.OSServices (822.37 - 822.37) <4AD2FC98-C6CB-392A-A22F-196A723D7FAE> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
| 0x7fff57c0f000 - 0x7fff57c7dfff com.apple.SearchKit (1.4.0 - 1.4.0) <3662545A-B1CF-3079-BDCD-C83855CEFEEE> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
| 0x7fff57c7e000 - 0x7fff57ca2ffb com.apple.coreservices.SharedFileList (71.21 - 71.21) <1B5228EF-D869-3A50-A373-7F4B0289FADD> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList
| 0x7fff57f43000 - 0x7fff58093fff com.apple.CoreText (352.0 - 578.22) <6129F39D-284D-3BBF-8999-7854AB61C01C> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
| 0x7fff58094000 - 0x7fff580cefff com.apple.CoreVideo (1.8 - 0.0) <86CCC036-51BB-3DD1-9601-D93798BCCD0F> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
| 0x7fff583d5000 - 0x7fff583dafff com.apple.DiskArbitration (2.7 - 2.7) <A975AD56-4CD3-3A89-8732-858CA9BD3DAA> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
| 0x7fff5859b000 - 0x7fff58961ff3 com.apple.Foundation (6.9 - 1454.93) <4780F1E1-7F46-3028-B2D1-C7960A8BD5AB> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
| 0x7fff589d2000 - 0x7fff58a02ff3 com.apple.GSS (4.0 - 2.0) <F0458628-964B-3B96-8C84-6FACB03CA63D> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
| 0x7fff58c78000 - 0x7fff58d14fff com.apple.framework.IOKit (2.0.2 - 1445.71.4) <52A5F1FF-BBAA-3088-933A-BD4A8AF6F6B1> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
| 0x7fff58d16000 - 0x7fff58d1dfff com.apple.IOSurface (211.15 - 211.15) <9FD406F1-6BF2-35B0-8339-DF83A1A661EB> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
| 0x7fff58d74000 - 0x7fff58eeeff7 com.apple.ImageIO.framework (3.3.0 - 1739.3) <7C579D3F-AE0B-31C9-8F80-67F2290B8DE0> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
| 0x7fff58eef000 - 0x7fff58ef3ffb libGIF.dylib (1739.3) <7AA44C9D-48E8-3090-B044-61FE6F0AEF38> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
| 0x7fff58ef4000 - 0x7fff58fdbfef libJP2.dylib (1739.3) <AEBF7260-0C10-30C0-8F0F-8B347DEE78B3> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
| 0x7fff58fdc000 - 0x7fff58fffff7 libJPEG.dylib (1739.3) <D8C966AD-A00C-3E8B-A7ED-D7CC7ECB3224> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
| 0x7fff592db000 - 0x7fff59301feb libPng.dylib (1739.3) <1737F680-99D1-3F03-BFA5-5CDA30EB880A> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
| 0x7fff59302000 - 0x7fff59304ffb libRadiance.dylib (1739.3) <21746434-FCC7-36DE-9331-11277DF66AA8> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
| 0x7fff59305000 - 0x7fff59353fef libTIFF.dylib (1739.3) <C4CB5C1D-20F2-3BD4-B0E6-629FDB3EF8E8> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
| 0x7fff5a20d000 - 0x7fff5a226ff7 com.apple.Kerberos (3.0 - 1) <F86DCCDF-93C1-38B3-82C2-477C12E8EE6D> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
| 0x7fff5ac08000 - 0x7fff5ac89fff com.apple.Metal (125.30 - 125.30) <6B9EBDEE-C64C-3C1C-922A-0363B642C9BC> /System/Library/Frameworks/Metal.framework/Versions/A/Metal
| 0x7fff5aca6000 - 0x7fff5acc1fff com.apple.MetalPerformanceShaders.MPSCore (1.0 - 1) <AD754E8F-CA00-3878-9AF3-208C224A230B> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSCore.framework/Versions/A/MPSCore
| 0x7fff5acc2000 - 0x7fff5ad31fef com.apple.MetalPerformanceShaders.MPSImage (1.0 - 1) <338B7779-E608-3D68-8A07-2ACC11299744> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSImage.framework/Versions/A/MPSImage
| 0x7fff5ad32000 - 0x7fff5ad56fff com.apple.MetalPerformanceShaders.MPSMatrix (1.0 - 1) <9CE072D7-853B-3939-9645-7EB951376B87> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSMatrix.framework/Versions/A/MPSMatrix
| 0x7fff5ad57000 - 0x7fff5ae3eff7 com.apple.MetalPerformanceShaders.MPSNeuralNetwork (1.0 - 1) <0DE891AD-27E5-38FF-AEC8-4A95356C4357> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNeuralNetwork.framework/Versions/A/MPSNeuralNetwork
| 0x7fff5ae3f000 - 0x7fff5ae3fff7 com.apple.MetalPerformanceShaders.MetalPerformanceShaders (1.0 - 1) <2D2D261C-50B0-32F9-BF9A-5C01382BB528> /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/MetalPerformanceShaders
| 0x7fff5be3e000 - 0x7fff5be4affb com.apple.NetFS (6.0 - 4.0) <471DD96F-FA2E-3FE9-9746-2519A6780D1A> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
| 0x7fff5ec3c000 - 0x7fff5ec96ff7 com.apple.opencl (2.8.24 - 2.8.24) <058114A8-6825-31D7-976E-0612B6A273E9> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
| 0x7fff5ec97000 - 0x7fff5ecb3ffb com.apple.CFOpenDirectory (10.13 - 207.50.1) <29F55F7B-379F-3053-8FF3-5C6675A3DD4D> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
| 0x7fff5ecb4000 - 0x7fff5ecbffff com.apple.OpenDirectory (10.13 - 207.50.1) <F895547D-4915-353F-9C1E-E95172BA803B> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
| 0x7fff5fe3e000 - 0x7fff5fe40fff libCVMSPluginSupport.dylib (16.7.4) <F9270AE0-CC3B-3E3E-BA32-CC1068DD8F27> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
| 0x7fff5fe41000 - 0x7fff5fe46ffb libCoreFSCache.dylib (162.9) <DD9DD721-2957-3D05-B361-70AF9EBFB280> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib
| 0x7fff5fe47000 - 0x7fff5fe4bfff libCoreVMClient.dylib (162.9) <4E4F3EA2-5B53-31A3-8256-54EFAA94E4D6> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
| 0x7fff5fe4c000 - 0x7fff5fe55ff3 libGFXShared.dylib (16.7.4) <EB2BF8A0-E10D-35EA-8F46-B2E3C62C12A8> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
| 0x7fff5fe56000 - 0x7fff5fe61fff libGL.dylib (16.7.4) <2BB333D3-5C61-33DF-8545-06DF2D08B83D> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
| 0x7fff5fe62000 - 0x7fff5fe9dfe7 libGLImage.dylib (16.7.4) <4DA003CE-0B74-3FE4-808C-B2FBCE517EB4> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
| 0x7fff6000c000 - 0x7fff6004affb libGLU.dylib (16.7.4) <BCB09CD8-EB0E-38FA-8B5A-9E29532EE364> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
| 0x7fff609c2000 - 0x7fff609d1ff3 com.apple.opengl (16.7.4 - 16.7.4) <9BDE8FF9-5418-3C70-8D1C-09656884CE48> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
| 0x7fff61820000 - 0x7fff61a6cff7 com.apple.QuartzCore (1.11 - 584.64.2) <F9FFB507-48B3-381A-8BCC-617C54157590> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
| 0x7fff622a2000 - 0x7fff625cdfff com.apple.security (7.0 - 58286.70.9) <2F4537D6-9FA7-32BE-8D3D-31E5992D096F> /System/Library/Frameworks/Security.framework/Versions/A/Security
| 0x7fff625ce000 - 0x7fff6265aff7 com.apple.securityfoundation (6.0 - 55185.50.5) <67B7E8AD-2C9A-35B0-B05E-88ED346FC02B> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
| 0x7fff6268c000 - 0x7fff62690ffb com.apple.xpc.ServiceManagement (1.0 - 1) <85D84D87-E387-3422-A788-FD17F7180A2C> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
| 0x7fff62a35000 - 0x7fff62aa5ff3 com.apple.SystemConfiguration (1.17 - 1.17) <8532B8E9-7E30-35A3-BC4A-DDE8E0614FDA> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
| 0x7fff659a2000 - 0x7fff65a35fff com.apple.APFS (1.0 - 1) <6BBB3988-1C91-314F-A77A-4E093A1B18F0> /System/Library/PrivateFrameworks/APFS.framework/Versions/A/APFS
| 0x7fff667de000 - 0x7fff66826ff3 com.apple.AppleJPEG (1.0 - 1) <8DD410CB-76A1-3F22-9A9F-0491FA0CEB4A> /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG
| 0x7fff66861000 - 0x7fff66889fff com.apple.applesauce (1.0 - ???) <CCA8B094-1BCE-3AE3-A0A7-D544C818DE36> /System/Library/PrivateFrameworks/AppleSauce.framework/Versions/A/AppleSauce
| 0x7fff670ac000 - 0x7fff670b3ff7 com.apple.coreservices.BackgroundTaskManagement (1.0 - 57.1) <51A41CA3-DB1D-3380-993E-99C54AEE518E> /System/Library/PrivateFrameworks/BackgroundTaskManagement.framework/Versions/A/BackgroundTaskManagement
| 0x7fff68af5000 - 0x7fff68afeff3 com.apple.CommonAuth (4.0 - 2.0) <230E9C02-9A73-3ED5-BD3D-9E04CAC5F74F> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
| 0x7fff69612000 - 0x7fff69622ff7 com.apple.CoreEmoji (1.0 - 69.3) <A4357F5C-0C38-3A61-B456-D7321EB2CEE5> /System/Library/PrivateFrameworks/CoreEmoji.framework/Versions/A/CoreEmoji
| 0x7fff6a7ca000 - 0x7fff6a7ceffb com.apple.DSExternalDisplay (3.1 - 380) <901B7F6D-376A-3848-99D0-170C4D00F776> /System/Library/PrivateFrameworks/DSExternalDisplay.framework/Versions/A/DSExternalDisplay
| 0x7fff6b89e000 - 0x7fff6bcccfff com.apple.vision.FaceCore (3.3.2 - 3.3.2) <B574FE33-4A41-3611-9738-388EBAF03E37> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
| 0x7fff6ef94000 - 0x7fff6ef99fff com.apple.GPUWrangler (3.20.0 - 3.20.0) <54EC174A-C5E6-3CA2-8A8D-9DA6ACE68C3D> /System/Library/PrivateFrameworks/GPUWrangler.framework/Versions/A/GPUWrangler
| 0x7fff6fd0f000 - 0x7fff6fd1efff com.apple.GraphVisualizer (1.0 - 5) <B993B8A2-5700-3DFC-9EB7-4CCEE8F959F1> /System/Library/PrivateFrameworks/GraphVisualizer.framework/Versions/A/GraphVisualizer
| 0x7fff6fda1000 - 0x7fff6fe15fff com.apple.Heimdal (4.0 - 2.0) <A5C34322-456F-3AF0-9B53-A32862C8B4E3> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
| 0x7fff70725000 - 0x7fff7072cff7 com.apple.IOAccelerator (378.26 - 378.26) <2274BE11-18DE-3B13-BCDB-C488C9BB19AD> /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelerator
| 0x7fff70730000 - 0x7fff70747fff com.apple.IOPresentment (1.0 - 35.1) <7C6332FF-6535-3064-B437-1E9F70671927> /System/Library/PrivateFrameworks/IOPresentment.framework/Versions/A/IOPresentment
| 0x7fff70dd1000 - 0x7fff70ec6ff7 com.apple.LanguageModeling (1.0 - 159.5.3) <7F0AC200-E3DD-39FB-8A95-00DD70B66A9F> /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/LanguageModeling
| 0x7fff70ec7000 - 0x7fff70f09fff com.apple.Lexicon-framework (1.0 - 33.5) <DC94CF9E-1EB4-3C0E-B298-CA1190885276> /System/Library/PrivateFrameworks/Lexicon.framework/Versions/A/Lexicon
| 0x7fff70f0d000 - 0x7fff70f14ff7 com.apple.LinguisticData (1.0 - 238.3) <49A54649-1021-3DBD-99B8-1B2EDFFA5378> /System/Library/PrivateFrameworks/LinguisticData.framework/Versions/A/LinguisticData
| 0x7fff71c26000 - 0x7fff71c8fff7 com.apple.gpusw.MetalTools (1.0 - 1) <B4217182-B2AA-3AA3-80E8-F4C80B71BDDC> /System/Library/PrivateFrameworks/MetalTools.framework/Versions/A/MetalTools
| 0x7fff71ec3000 - 0x7fff71eedffb com.apple.MultitouchSupport.framework (1614.1 - 1614.1) <A0709B43-FA9E-3617-8E7A-D68CDFAB2167> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
| 0x7fff72154000 - 0x7fff7215ffff com.apple.NetAuth (6.2 - 6.2) <6B8932DD-ABC2-334C-BEA2-20F049634167> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
| 0x7fff781a9000 - 0x7fff78445fff com.apple.SkyLight (1.600.0 - 312.103.2) <E5B27C32-3AFB-31FC-9379-4A28D79309A1> /System/Library/PrivateFrameworks/SkyLight.framework/Versions/A/SkyLight
| 0x7fff79dba000 - 0x7fff79dc2ff7 com.apple.TCC (1.0 - 1) <E1EB7272-FE6F-39AB-83CA-B2B5F2A88D9B> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
| 0x7fff7ba68000 - 0x7fff7ba6affb com.apple.loginsupport (1.0 - 1) <D1232C1B-80EA-3DF8-9466-013695D0846E> /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsupport.framework/Versions/A/loginsupport
| 0x7fff7bbd1000 - 0x7fff7bc04ff7 libclosured.dylib (551.5) <112BC241-6626-3848-8DD8-B34B5B6F7ABC> /usr/lib/closure/libclosured.dylib
| 0x7fff7bcbe000 - 0x7fff7bcf7ff7 libCRFSuite.dylib (41) <FE5EDB68-2593-3C2E-BBAF-1C52D206F296> /usr/lib/libCRFSuite.dylib
| 0x7fff7bcf8000 - 0x7fff7bd03fff libChineseTokenizer.dylib (28) <53633C9B-A3A8-36F7-A53C-432D802F4BB8> /usr/lib/libChineseTokenizer.dylib
| 0x7fff7bd95000 - 0x7fff7bd96ff3 libDiagnosticMessagesClient.dylib (104) <9712E980-76EE-3A89-AEA6-DF4BAF5C0574> /usr/lib/libDiagnosticMessagesClient.dylib
| 0x7fff7bdcd000 - 0x7fff7bf97ff3 libFosl_dynamic.dylib (17.8) <C58ED77A-4986-31C2-994C-34DDFB8106F0> /usr/lib/libFosl_dynamic.dylib
| 0x7fff7bfcf000 - 0x7fff7bfcffff libOpenScriptingUtil.dylib (174) <610F0242-7CE5-3C86-951B-B646562694AF> /usr/lib/libOpenScriptingUtil.dylib
| 0x7fff7c10b000 - 0x7fff7c10cffb libSystem.B.dylib (1252.50.4) <FE429C40-31DB-39A9-8B98-A8E688F58478> /usr/lib/libSystem.B.dylib
| 0x7fff7c19f000 - 0x7fff7c19ffff libapple_crypto.dylib (109.50.14) <48BA2E76-BF2F-3522-A54E-D7FB7EAF7A57> /usr/lib/libapple_crypto.dylib
| 0x7fff7c1a0000 - 0x7fff7c1b6ff7 libapple_nghttp2.dylib (1.24) <01402BC4-4822-3676-9C80-50D83F816424> /usr/lib/libapple_nghttp2.dylib
| 0x7fff7c1b7000 - 0x7fff7c1e1ff3 libarchive.2.dylib (54) <8FC28DD8-E315-3C3E-95FE-D1D2CBE49888> /usr/lib/libarchive.2.dylib
| 0x7fff7c267000 - 0x7fff7c267ff3 libauto.dylib (187) <A05C7900-F8C7-3E75-8D3F-909B40C19717> /usr/lib/libauto.dylib
| 0x7fff7c268000 - 0x7fff7c320ff3 libboringssl.dylib (109.50.14) <E6813F87-B5E4-3F7F-A725-E6A7F2BD02EC> /usr/lib/libboringssl.dylib
| 0x7fff7c321000 - 0x7fff7c331ff3 libbsm.0.dylib (39) <6BC96A72-AFBE-34FD-91B1-748A530D8AE6> /usr/lib/libbsm.0.dylib
| 0x7fff7c332000 - 0x7fff7c33fffb libbz2.1.0.dylib (38) <0A5086BB-4724-3C14-979D-5AD4F26B5B45> /usr/lib/libbz2.1.0.dylib
| 0x7fff7c340000 - 0x7fff7c396fff libc++.1.dylib (400.9) <7D3DACCC-3804-393C-ABC1-1A580FD00CB6> /usr/lib/libc++.1.dylib
| 0x7fff7c397000 - 0x7fff7c3bbff7 libc++abi.dylib (400.8.2) <EF5E37D7-11D9-3530-BE45-B986612D13E2> /usr/lib/libc++abi.dylib
| 0x7fff7c3bd000 - 0x7fff7c3cdfff libcmph.dylib (6) <890DEC4C-4334-393C-8B56-7C8560BBED9D> /usr/lib/libcmph.dylib
| 0x7fff7c3ce000 - 0x7fff7c3e5fcf libcompression.dylib (47.60.2) <543F07BF-2F2F-37D5-9866-E84BF659885B> /usr/lib/libcompression.dylib
| 0x7fff7c690000 - 0x7fff7c6a8ff7 libcoretls.dylib (155.50.1) <D350052E-DC4D-3185-ADBA-BA48EDCEE955> /usr/lib/libcoretls.dylib
| 0x7fff7c6a9000 - 0x7fff7c6aaff3 libcoretls_cfhelpers.dylib (155.50.1) <B297F5D8-F2FE-3566-A752-E9D998B9C039> /usr/lib/libcoretls_cfhelpers.dylib
| 0x7fff7cb7b000 - 0x7fff7cbd1ff3 libcups.2.dylib (462.2.5) <EA944DD1-0B60-32E9-8FB4-BE642D2E7352> /usr/lib/libcups.2.dylib
| 0x7fff7cd11000 - 0x7fff7cd11fff libenergytrace.dylib (16) <A92AB8B8-B986-3CE6-980D-D55090FEF387> /usr/lib/libenergytrace.dylib
| 0x7fff7cd48000 - 0x7fff7cd4dff3 libheimdal-asn1.dylib (520.50.7) <BC22EC07-A701-3B8F-B075-E29BB437E6CF> /usr/lib/libheimdal-asn1.dylib
| 0x7fff7cd79000 - 0x7fff7ce6aff7 libiconv.2.dylib (51.50.1) <2FEC9707-3FAF-3828-A50D-8605086D060F> /usr/lib/libiconv.2.dylib
| 0x7fff7ce6b000 - 0x7fff7d092ffb libicucore.A.dylib (59181.0.1) <2CE6205F-D375-3BF5-AA0A-3254BC4773D0> /usr/lib/libicucore.A.dylib
| 0x7fff7d0df000 - 0x7fff7d0e0fff liblangid.dylib (128) <39C39393-0D05-301D-93B2-F224FC4949AA> /usr/lib/liblangid.dylib
| 0x7fff7d0e1000 - 0x7fff7d0faffb liblzma.5.dylib (10) <3D419A50-961F-37D2-8A01-3DC7AB7B8D18> /usr/lib/liblzma.5.dylib
| 0x7fff7d0fb000 - 0x7fff7d111ff7 libmarisa.dylib (9) <D6D2D55D-1D2E-3442-B152-B18803C0ABB4> /usr/lib/libmarisa.dylib
| 0x7fff7d1c2000 - 0x7fff7d3eaff7 libmecabra.dylib (779.7.6) <F462F170-E872-3D09-B219-973D5E99C09F> /usr/lib/libmecabra.dylib
| 0x7fff7d5c2000 - 0x7fff7d73dfff libnetwork.dylib (1229.70.2) <E185D902-AC7F-3044-87C0-AE2887C59CE7> /usr/lib/libnetwork.dylib
| 0x7fff7d7c4000 - 0x7fff7dbb27e7 libobjc.A.dylib (723) <DD9E5EC5-B507-3249-B700-93433E2D5EDF> /usr/lib/libobjc.A.dylib
| 0x7fff7dbc5000 - 0x7fff7dbc9fff libpam.2.dylib (22) <7B4D2CE2-1438-387A-9802-5CEEFBF26F86> /usr/lib/libpam.2.dylib
| 0x7fff7dbcc000 - 0x7fff7dc00fff libpcap.A.dylib (79.20.1) <FA13918B-A247-3181-B256-9B852C7BA316> /usr/lib/libpcap.A.dylib
| 0x7fff7dc7f000 - 0x7fff7dc9bffb libresolv.9.dylib (65) <E8F3415B-4472-3202-8901-41FD87981DB2> /usr/lib/libresolv.9.dylib
| 0x7fff7dcec000 - 0x7fff7de7fff7 libsqlite3.dylib (274.8.1) <FCAD6A57-829E-3701-B16E-1833D620E0E8> /usr/lib/libsqlite3.dylib
| 0x7fff7e053000 - 0x7fff7e0b3ff3 libusrtcp.dylib (1229.70.2) <1E065228-D0E3-3808-9405-894056C6BEC0> /usr/lib/libusrtcp.dylib
| 0x7fff7e0b4000 - 0x7fff7e0b7ffb libutil.dylib (51.20.1) <216D18E5-0BAF-3EAF-A38E-F6AC37CBABD9> /usr/lib/libutil.dylib
| 0x7fff7e0b8000 - 0x7fff7e0c5fff libxar.1.dylib (400) <0316128D-3B47-3052-995D-97B4FE5491DC> /usr/lib/libxar.1.dylib
| 0x7fff7e0c9000 - 0x7fff7e1b0fff libxml2.2.dylib (31.13) <8C12B82A-66FD-330C-9BEA-AAC090C7076A> /usr/lib/libxml2.2.dylib
| 0x7fff7e1b1000 - 0x7fff7e1d9fff libxslt.1.dylib (15.12) <4A5E011D-8B29-3135-A52B-9A9070ABD752> /usr/lib/libxslt.1.dylib
| 0x7fff7e1da000 - 0x7fff7e1ecffb libz.1.dylib (70) <48C67CFC-940D-3857-8DAD-857774605352> /usr/lib/libz.1.dylib
| 0x7fff7e288000 - 0x7fff7e28cff7 libcache.dylib (80) <092479CB-1008-3A83-BECF-E115F24D13C1> /usr/lib/system/libcache.dylib
| 0x7fff7e28d000 - 0x7fff7e297ff3 libcommonCrypto.dylib (60118.50.1) <029F5985-9B6E-3DCB-9B96-FD007678C6A7> /usr/lib/system/libcommonCrypto.dylib
| 0x7fff7e298000 - 0x7fff7e29ffff libcompiler_rt.dylib (62) <968B8E3F-3681-3230-9D78-BB8732024F6E> /usr/lib/system/libcompiler_rt.dylib
| 0x7fff7e2a0000 - 0x7fff7e2a9ffb libcopyfile.dylib (146.50.5) <3885083D-50D8-3EEC-B481-B2E605180D7F> /usr/lib/system/libcopyfile.dylib
| 0x7fff7e2aa000 - 0x7fff7e32fffb libcorecrypto.dylib (562.70.2) <495BACA2-67D7-369D-ABB1-FE67FAF63A6A> /usr/lib/system/libcorecrypto.dylib
| 0x7fff7e3b7000 - 0x7fff7e3f0ff7 libdispatch.dylib (913.60.3) <BF368549-2DFB-3530-B4CB-31D5EDAC4F2F> /usr/lib/system/libdispatch.dylib
| 0x7fff7e3f1000 - 0x7fff7e40eff7 libdyld.dylib (551.5) <49BF9E96-8297-30CF-8AA6-128CC14054B2> /usr/lib/system/libdyld.dylib
| 0x7fff7e40f000 - 0x7fff7e40fffb libkeymgr.dylib (28) <E34E283E-90FA-3C59-B48E-1277CDB9CDCE> /usr/lib/system/libkeymgr.dylib
| 0x7fff7e410000 - 0x7fff7e41cff3 libkxld.dylib (4570.71.22) <A549EF48-67A7-323B-9211-E4CCA518760E> /usr/lib/system/libkxld.dylib
| 0x7fff7e41d000 - 0x7fff7e41dff7 liblaunch.dylib (1205.70.10) <ACB92462-EDA9-39E6-BB4E-635D47D30D58> /usr/lib/system/liblaunch.dylib
| 0x7fff7e41e000 - 0x7fff7e422ffb libmacho.dylib (906) <1902A611-081A-3452-B11E-EBD1B166E831> /usr/lib/system/libmacho.dylib
| 0x7fff7e423000 - 0x7fff7e425ff3 libquarantine.dylib (86) <26C0BA22-8F93-3A07-9A4E-C8D53D2CE42E> /usr/lib/system/libquarantine.dylib
| 0x7fff7e426000 - 0x7fff7e427ff3 libremovefile.dylib (45) <711E18B2-5BBE-3211-A916-56740C27D17A> /usr/lib/system/libremovefile.dylib
| 0x7fff7e428000 - 0x7fff7e43ffff libsystem_asl.dylib (356.70.1) <39E46A6F-B228-3E78-B83E-1779F9707A39> /usr/lib/system/libsystem_asl.dylib
| 0x7fff7e440000 - 0x7fff7e440fff libsystem_blocks.dylib (67) <17303FDF-0D2D-3963-B05E-B4DF63052D47> /usr/lib/system/libsystem_blocks.dylib
| 0x7fff7e441000 - 0x7fff7e4caff7 libsystem_c.dylib (1244.50.9) <1187BFE8-4576-3247-8177-481554E1F9E7> /usr/lib/system/libsystem_c.dylib
| 0x7fff7e4cb000 - 0x7fff7e4ceffb libsystem_configuration.dylib (963.50.8) <DF6B5287-203E-30CB-9947-78DF446C72B8> /usr/lib/system/libsystem_configuration.dylib
| 0x7fff7e4cf000 - 0x7fff7e4d2ffb libsystem_coreservices.dylib (51) <486000D3-D8CB-3BE7-8EE5-8BF380DE6DF7> /usr/lib/system/libsystem_coreservices.dylib
| 0x7fff7e4d3000 - 0x7fff7e4d4fff libsystem_darwin.dylib (1244.50.9) <09C21A4A-9EE0-388B-A9D9-DFF8F6758791> /usr/lib/system/libsystem_darwin.dylib
| 0x7fff7e4d5000 - 0x7fff7e4dbff7 libsystem_dnssd.dylib (878.70.3) <7C4C39D5-3642-3049-B309-7ACF2F3CE0DA> /usr/lib/system/libsystem_dnssd.dylib
| 0x7fff7e4dc000 - 0x7fff7e525ff7 libsystem_info.dylib (517.30.1) <AB634A98-B8AA-3804-8436-38261FC8EC4D> /usr/lib/system/libsystem_info.dylib
| 0x7fff7e526000 - 0x7fff7e54cff7 libsystem_kernel.dylib (4570.71.22) <6BFAF4C2-FF7B-301C-8D1C-3ED5E090B0CE> /usr/lib/system/libsystem_kernel.dylib
| 0x7fff7e54d000 - 0x7fff7e598fcb libsystem_m.dylib (3147.50.1) <17570F46-566C-39FC-BEF6-635A355DD549> /usr/lib/system/libsystem_m.dylib
| 0x7fff7e599000 - 0x7fff7e5b8fff libsystem_malloc.dylib (140.50.6) <7FD43735-9DDD-300E-8C4A-F909A74BDF49> /usr/lib/system/libsystem_malloc.dylib
| 0x7fff7e5b9000 - 0x7fff7e6e9ff7 libsystem_network.dylib (1229.70.2) <5E86B2DE-9E15-3354-8714-4094ED5F698D> /usr/lib/system/libsystem_network.dylib
| 0x7fff7e6ea000 - 0x7fff7e6f4ffb libsystem_networkextension.dylib (767.70.2) <9DC03712-552D-3AEE-9519-B5ED70980B70> /usr/lib/system/libsystem_networkextension.dylib
| 0x7fff7e6f5000 - 0x7fff7e6feff3 libsystem_notify.dylib (172) <08012EC0-2CD2-34BE-BF93-E7F56491299A> /usr/lib/system/libsystem_notify.dylib
| 0x7fff7e6ff000 - 0x7fff7e706ff7 libsystem_platform.dylib (161.50.1) <6355EE2D-5456-3CA8-A227-B96E8F1E2AF8> /usr/lib/system/libsystem_platform.dylib
| 0x7fff7e707000 - 0x7fff7e712fff libsystem_pthread.dylib (301.50.1) <0E51CCBA-91F2-34E1-BF2A-FEEFD3D321E4> /usr/lib/system/libsystem_pthread.dylib
| 0x7fff7e713000 - 0x7fff7e716fff libsystem_sandbox.dylib (765.70.1) <553DFCC6-9D31-3B9C-AB7C-30F6F265786D> /usr/lib/system/libsystem_sandbox.dylib
| 0x7fff7e717000 - 0x7fff7e718ff3 libsystem_secinit.dylib (30) <DE8D14E8-A276-3FF8-AE13-77F7040F33C1> /usr/lib/system/libsystem_secinit.dylib
| 0x7fff7e719000 - 0x7fff7e720ff7 libsystem_symptoms.dylib (820.60.3) <441C6CA0-5711-3BB1-8420-DDAC3D5272E1> /usr/lib/system/libsystem_symptoms.dylib
| 0x7fff7e721000 - 0x7fff7e734fff libsystem_trace.dylib (829.70.1) <3A6CB706-8CA6-3616-8AFC-14AAD7FAF187> /usr/lib/system/libsystem_trace.dylib
| 0x7fff7e736000 - 0x7fff7e73bff7 libunwind.dylib (35.3) <BEF3FB49-5604-3B5F-82B5-332B80023AC3> /usr/lib/system/libunwind.dylib
| 0x7fff7e73c000 - 0x7fff7e769ff7 libxpc.dylib (1205.70.10) <903AB944-964B-3E73-89AE-A55F5424BD9A> /usr/lib/system/libxpc.dylib
|
| External Modification Summary:
| Calls made by other processes targeting this process:
| task_for_pid: 0
| thread_create: 0
| thread_set_state: 0
| Calls made by this process:
| task_for_pid: 0
| thread_create: 0
| thread_set_state: 0
| Calls made by all processes on this machine:
| task_for_pid: 1601214
| thread_create: 0
| thread_set_state: 0
|
| VM Region Summary:
| ReadOnly portion of Libraries: Total=299.0M resident=0K(0%) swapped_out_or_unallocated=299.0M(100%)
| Writable regions: Total=135.1M written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=135.1M(100%)
|
| VIRTUAL REGION
| REGION TYPE SIZE COUNT (non-coalesced)
| =========== ======= =======
| Kernel Alloc Once 8K 2
| MALLOC 70.3M 17
| MALLOC guard page 32K 6
| STACK GUARD 4K 2
| Stack 64.5M 4
| Stack Guard 4K 2
| __DATA 14.1M 182
| __FONT_DATA 4K 2
| __LINKEDIT 193.9M 10
| __TEXT 105.2M 187
| __UNICODE 560K 2
| mapped file 9916K 3
| shared memory 8K 3
| =========== ======= =======
| TOTAL 458.2M 409
|
[109/314] TestString#test_split/Users/kazuma.furuhashi/src/github.com/ruby/ruby/test/ruby/test_string.rb:1684: [BUG] Segmentation fault at 0x0000000000000008
ruby 2.7.0dev (2019-04-16 trunk 67569) [x86_64-darwin17]
-- Crash Report log information --------------------------------------------
See Crash Report log file under the one of following:
* ~/Library/Logs/DiagnosticReports
* /Library/Logs/DiagnosticReports
for more details.
Don't forget to include the above Crash Report log file in bug reports.
-- Control frame information -----------------------------------------------
c:0027 p:---- s:0161 e:000160 CFUNC :split
c:0026 p:0078 s:0156 e:000153 METHOD /Users/kazuma.furuhashi/src/github.com/ruby/ruby/test/ruby/test_string.rb:1684
c:0025 p:0059 s:0149 e:000148 METHOD /Users/kazuma.furuhashi/src/github.com/ruby/ruby/test/lib/test/unit.rb:1182
c:0024 p:0059 s:0143 E:001638 METHOD /Users/kazuma.furuhashi/src/github.com/ruby/ruby/test/lib/minitest/unit.rb:1291
c:0023 p:0015 s:0134 e:000133 METHOD /Users/kazuma.furuhashi/src/github.com/ruby/ruby/test/lib/test/unit/testcase.rb:18
c:0022 p:0082 s:0129 e:000128 BLOCK /Users/kazuma.furuhashi/src/github.com/ruby/ruby/test/lib/minitest/unit.rb:952 [FINISH]
c:0021 p:---- s:0122 e:000121 CFUNC :map
c:0020 p:0134 s:0118 e:000117 METHOD /Users/kazuma.furuhashi/src/github.com/ruby/ruby/test/lib/minitest/unit.rb:945
c:0019 p:0045 s:0106 e:000105 METHOD /Users/kazuma.furuhashi/src/github.com/ruby/ruby/test/lib/test/unit.rb:1045
c:0018 p:0011 s:0099 e:000097 BLOCK /Users/kazuma.furuhashi/src/github.com/ruby/ruby/test/lib/test/unit.rb:553 [FINISH]
c:0017 p:---- s:0093 e:000092 CFUNC :each
c:0016 p:0057 s:0089 e:000088 METHOD /Users/kazuma.furuhashi/src/github.com/ruby/ruby/test/lib/test/unit.rb:551
c:0015 p:0009 s:0082 e:000081 METHOD /Users/kazuma.furuhashi/src/github.com/ruby/ruby/test/lib/test/unit.rb:588
c:0014 p:0155 s:0075 e:000074 METHOD /Users/kazuma.furuhashi/src/github.com/ruby/ruby/test/lib/minitest/unit.rb:888
c:0013 p:0018 s:0061 e:000060 METHOD /Users/kazuma.furuhashi/src/github.com/ruby/ruby/test/lib/test/unit.rb:982
c:0012 p:0006 s:0056 e:000055 METHOD /Users/kazuma.furuhashi/src/github.com/ruby/ruby/test/lib/minitest/unit.rb:1110
c:0011 p:0007 s:0052 e:000051 BLOCK /Users/kazuma.furuhashi/src/github.com/ruby/ruby/test/lib/minitest/unit.rb:1097 [FINISH]
c:0010 p:---- s:0048 e:000047 CFUNC :each
c:0009 p:0058 s:0044 e:000043 METHOD /Users/kazuma.furuhashi/src/github.com/ruby/ruby/test/lib/minitest/unit.rb:1096
c:0008 p:0016 s:0039 e:000038 METHOD /Users/kazuma.furuhashi/src/github.com/ruby/ruby/test/lib/minitest/unit.rb:1084
c:0007 p:0009 s:0034 e:000033 METHOD /Users/kazuma.furuhashi/src/github.com/ruby/ruby/test/lib/test/unit.rb:791
c:0006 p:0009 s:0028 e:000027 METHOD /Users/kazuma.furuhashi/src/github.com/ruby/ruby/test/lib/test/unit.rb:621
c:0005 p:0017 s:0022 e:000021 METHOD /Users/kazuma.furuhashi/src/github.com/ruby/ruby/test/lib/test/unit.rb:33
c:0004 p:0037 s:0017 e:000016 METHOD /Users/kazuma.furuhashi/src/github.com/ruby/ruby/test/lib/test/unit.rb:1144
c:0003 p:0011 s:0013 e:000012 METHOD /Users/kazuma.furuhashi/src/github.com/ruby/ruby/test/lib/test/unit.rb:1148
c:0002 p:0263 s:0008 E:000fd8 EVAL ./test/runner.rb:33 [FINISH]
c:0001 p:0000 s:0003 E:000970 (none) [FINISH]
-- Ruby level backtrace information ----------------------------------------
./test/runner.rb:33:in `<main>'
/Users/kazuma.furuhashi/src/github.com/ruby/ruby/test/lib/test/unit.rb:1148:in `run'
/Users/kazuma.furuhashi/src/github.com/ruby/ruby/test/lib/test/unit.rb:1144:in `run'
/Users/kazuma.furuhashi/src/github.com/ruby/ruby/test/lib/test/unit.rb:33:in `run'
/Users/kazuma.furuhashi/src/github.com/ruby/ruby/test/lib/test/unit.rb:621:in `run'
/Users/kazuma.furuhashi/src/github.com/ruby/ruby/test/lib/test/unit.rb:791:in `run'
/Users/kazuma.furuhashi/src/github.com/ruby/ruby/test/lib/minitest/unit.rb:1084:in `run'
/Users/kazuma.furuhashi/src/github.com/ruby/ruby/test/lib/minitest/unit.rb:1096:in `_run'
/Users/kazuma.furuhashi/src/github.com/ruby/ruby/test/lib/minitest/unit.rb:1096:in `each'
/Users/kazuma.furuhashi/src/github.com/ruby/ruby/test/lib/minitest/unit.rb:1097:in `block in _run'
/Users/kazuma.furuhashi/src/github.com/ruby/ruby/test/lib/minitest/unit.rb:1110:in `run_tests'
/Users/kazuma.furuhashi/src/github.com/ruby/ruby/test/lib/test/unit.rb:982:in `_run_anything'
/Users/kazuma.furuhashi/src/github.com/ruby/ruby/test/lib/minitest/unit.rb:888:in `_run_anything'
/Users/kazuma.furuhashi/src/github.com/ruby/ruby/test/lib/test/unit.rb:588:in `_run_suites'
/Users/kazuma.furuhashi/src/github.com/ruby/ruby/test/lib/test/unit.rb:551:in `_run_suites'
/Users/kazuma.furuhashi/src/github.com/ruby/ruby/test/lib/test/unit.rb:551:in `each'
/Users/kazuma.furuhashi/src/github.com/ruby/ruby/test/lib/test/unit.rb:553:in `block in _run_suites'
/Users/kazuma.furuhashi/src/github.com/ruby/ruby/test/lib/test/unit.rb:1045:in `_run_suite'
/Users/kazuma.furuhashi/src/github.com/ruby/ruby/test/lib/minitest/unit.rb:945:in `_run_suite'
/Users/kazuma.furuhashi/src/github.com/ruby/ruby/test/lib/minitest/unit.rb:945:in `map'
/Users/kazuma.furuhashi/src/github.com/ruby/ruby/test/lib/minitest/unit.rb:952:in `block in _run_suite'
/Users/kazuma.furuhashi/src/github.com/ruby/ruby/test/lib/test/unit/testcase.rb:18:in `run'
/Users/kazuma.furuhashi/src/github.com/ruby/ruby/test/lib/minitest/unit.rb:1291:in `run'
/Users/kazuma.furuhashi/src/github.com/ruby/ruby/test/lib/test/unit.rb:1182:in `run_test'
/Users/kazuma.furuhashi/src/github.com/ruby/ruby/test/ruby/test_string.rb:1684:in `test_split'
/Users/kazuma.furuhashi/src/github.com/ruby/ruby/test/ruby/test_string.rb:1684:in `split'
-- Machine register context ------------------------------------------------
rax: 0xd6ceb94bdac100d2 rbx: 0x00007fc927181c98 rcx: 0x000000000019c10c
rdx: 0x00000000ffffffff rdi: 0x0000000000000008 rsi: 0x000000000019c10c
rbp: 0x00007ffee8f4aba0 rsp: 0x00007ffee8f4ab60 r8: 0x0000000000000000
r9: 0x0000000000000000 r10: 0x00007fc927181ce8 r11: 0x000000010720fa50
r12: 0x0000000000000000 r13: 0x0000000000000000 r14: 0x0000000000000001
r15: 0x0000000000000008 rip: 0x0000000106d71b75 rfl: 0x0000000000010206
-- C level backtrace information -------------------------------------------
/Users/kazuma.furuhashi/src/github.com/ruby/ruby/libruby.2.7.dylib(rb_print_backtrace+0xf) [0x106f000c2] vm_dump.c:715
/Users/kazuma.furuhashi/src/github.com/ruby/ruby/libruby.2.7.dylib(rb_vm_bugreport) vm_dump.c:901
/Users/kazuma.furuhashi/src/github.com/ruby/ruby/libruby.2.7.dylib(rb_vm_bugreport) (null):0
/Users/kazuma.furuhashi/src/github.com/ruby/ruby/libruby.2.7.dylib(bug_report_end+0x0) [0x106d42e93] error.c:599
/Users/kazuma.furuhashi/src/github.com/ruby/ruby/libruby.2.7.dylib(rb_bug_context) error.c:599
/Users/kazuma.furuhashi/src/github.com/ruby/ruby/libruby.2.7.dylib(sigsegv+0x51) [0x106e64731] signal.c:997
/usr/lib/system/libsystem_platform.dylib(_sigtramp+0x1a) [0x7fff7e700f5a]
/Users/kazuma.furuhashi/src/github.com/ruby/ruby/libruby.2.7.dylib(hash_stlike_lookup+0xb32c0) [0x106d71b75] hash.c:1801
/Users/kazuma.furuhashi/src/github.com/ruby/ruby/libruby.2.7.dylib(rb_hash_aref) hash.c:1804
/Users/kazuma.furuhashi/src/github.com/ruby/ruby/libruby.2.7.dylib(rb_str_split_m+0xdfc) [0x106e857fc] string.c:7818
/Users/kazuma.furuhashi/src/github.com/ruby/ruby/libruby.2.7.dylib(vm_call_cfunc_with_frame+0x218cea) [0x106ef2cc5] ./vm_insnhelper.c:2207
/Users/kazuma.furuhashi/src/github.com/ruby/ruby/libruby.2.7.dylib(vm_call_cfunc) ./vm_insnhelper.c:2225
/Users/kazuma.furuhashi/src/github.com/ruby/ruby/libruby.2.7.dylib(vm_sendish+0x218cc1) [0x106eda62f] ./vm_insnhelper.c:3623
/Users/kazuma.furuhashi/src/github.com/ruby/ruby/libruby.2.7.dylib(vm_exec_core) insns.def:789
/Users/kazuma.furuhashi/src/github.com/ruby/ruby/libruby.2.7.dylib(rb_vm_exec+0xa1d) [0x106eee6dd]
/Users/kazuma.furuhashi/src/github.com/ruby/ruby/libruby.2.7.dylib(vm_yield+0x218c0f) [0x106ee7b2e] vm.c:1167
/Users/kazuma.furuhashi/src/github.com/ruby/ruby/libruby.2.7.dylib(rb_yield_0) ./vm_eval.c:979
/Users/kazuma.furuhashi/src/github.com/ruby/ruby/libruby.2.7.dylib(rb_yield) ./vm_eval.c:992
/Users/kazuma.furuhashi/src/github.com/ruby/ruby/libruby.2.7.dylib(rb_ary_collect+0xe6) [0x106cc7776] array.c:3017
/Users/kazuma.furuhashi/src/github.com/ruby/ruby/libruby.2.7.dylib(vm_call_cfunc_with_frame+0x218cea) [0x106ef2cc5] ./vm_insnhelper.c:2207
/Users/kazuma.furuhashi/src/github.com/ruby/ruby/libruby.2.7.dylib(vm_call_cfunc) ./vm_insnhelper.c:2225
/Users/kazuma.furuhashi/src/github.com/ruby/ruby/libruby.2.7.dylib(vm_sendish+0x218cc1) [0x106eda36a] ./vm_insnhelper.c:3623
/Users/kazuma.furuhashi/src/github.com/ruby/ruby/libruby.2.7.dylib(vm_exec_core) insns.def:771
/Users/kazuma.furuhashi/src/github.com/ruby/ruby/libruby.2.7.dylib(rb_vm_exec+0xa1d) [0x106eee6dd]
/Users/kazuma.furuhashi/src/github.com/ruby/ruby/libruby.2.7.dylib(vm_yield+0x218c0f) [0x106ee7b2e] vm.c:1167
/Users/kazuma.furuhashi/src/github.com/ruby/ruby/libruby.2.7.dylib(rb_yield_0) ./vm_eval.c:979
/Users/kazuma.furuhashi/src/github.com/ruby/ruby/libruby.2.7.dylib(rb_yield) ./vm_eval.c:992
/Users/kazuma.furuhashi/src/github.com/ruby/ruby/libruby.2.7.dylib(rb_ary_each+0x39) [0x106cc0e19] array.c:2087
/Users/kazuma.furuhashi/src/github.com/ruby/ruby/libruby.2.7.dylib(vm_call_cfunc_with_frame+0x218cea) [0x106ef2cc5] ./vm_insnhelper.c:2207
/Users/kazuma.furuhashi/src/github.com/ruby/ruby/libruby.2.7.dylib(vm_call_cfunc) ./vm_insnhelper.c:2225
/Users/kazuma.furuhashi/src/github.com/ruby/ruby/libruby.2.7.dylib(vm_sendish+0x218cc1) [0x106eda36a] ./vm_insnhelper.c:3623
/Users/kazuma.furuhashi/src/github.com/ruby/ruby/libruby.2.7.dylib(vm_exec_core) insns.def:771
/Users/kazuma.furuhashi/src/github.com/ruby/ruby/libruby.2.7.dylib(rb_vm_exec+0xa1d) [0x106eee6dd]
/Users/kazuma.furuhashi/src/github.com/ruby/ruby/libruby.2.7.dylib(vm_yield+0x218c0f) [0x106ee7b2e] vm.c:1167
/Users/kazuma.furuhashi/src/github.com/ruby/ruby/libruby.2.7.dylib(rb_yield_0) ./vm_eval.c:979
/Users/kazuma.furuhashi/src/github.com/ruby/ruby/libruby.2.7.dylib(rb_yield) ./vm_eval.c:992
/Users/kazuma.furuhashi/src/github.com/ruby/ruby/libruby.2.7.dylib(rb_ary_each+0x39) [0x106cc0e19] array.c:2087
/Users/kazuma.furuhashi/src/github.com/ruby/ruby/libruby.2.7.dylib(vm_call_cfunc_with_frame+0x218cea) [0x106ef2cc5] ./vm_insnhelper.c:2207
/Users/kazuma.furuhashi/src/github.com/ruby/ruby/libruby.2.7.dylib(vm_call_cfunc) ./vm_insnhelper.c:2225
/Users/kazuma.furuhashi/src/github.com/ruby/ruby/libruby.2.7.dylib(vm_sendish+0x218cc1) [0x106eda36a] ./vm_insnhelper.c:3623
/Users/kazuma.furuhashi/src/github.com/ruby/ruby/libruby.2.7.dylib(vm_exec_core) insns.def:771
/Users/kazuma.furuhashi/src/github.com/ruby/ruby/libruby.2.7.dylib(rb_vm_exec+0xa1d) [0x106eee6dd]
/Users/kazuma.furuhashi/src/github.com/ruby/ruby/libruby.2.7.dylib(ruby_exec_internal+0xe8) [0x106d4dea8] eval.c:262
/Users/kazuma.furuhashi/src/github.com/ruby/ruby/libruby.2.7.dylib(ruby_exec_node+0xe) [0x106d4dd19] eval.c:326
/Users/kazuma.furuhashi/src/github.com/ruby/ruby/libruby.2.7.dylib(ruby_run_node) eval.c:318
/Users/kazuma.furuhashi/src/github.com/ruby/ruby/ruby(main+0x71) [0x106cb3ee1] ./main.c:42
/Users/kazuma.furuhashi/src/github.com/ruby/ruby/ruby(main) (null):0
-- Other runtime information -----------------------------------------------
* Loaded script: ./test/runner.rb: TestString#test_split
* Loaded features:
0 enumerator.so
1 thread.rb
2 rational.so
3 complex.so
4 /Users/kazuma.furuhashi/src/github.com/ruby/ruby/.ext/x86_64-darwin17/enc/encdb.bundle
5 /Users/kazuma.furuhashi/src/github.com/ruby/ruby/.ext/x86_64-darwin17/enc/trans/transdb.bundle
6 /Users/kazuma.furuhashi/src/github.com/ruby/ruby/rbconfig.rb
7 /Users/kazuma.furuhashi/src/github.com/ruby/ruby/lib/optparse.rb
8 /Users/kazuma.furuhashi/src/github.com/ruby/ruby/test/lib/leakchecker.rb
9 /Users/kazuma.furuhashi/src/github.com/ruby/ruby/test/lib/minitest/unit.rb
10 /Users/kazuma.furuhashi/src/github.com/ruby/ruby/lib/prettyprint.rb
11 /Users/kazuma.furuhashi/src/github.com/ruby/ruby/lib/pp.rb
12 /Users/kazuma.furuhashi/src/github.com/ruby/ruby/test/lib/test/unit/assertions.rb
13 /Users/kazuma.furuhashi/src/github.com/ruby/ruby/lib/open3.rb
14 /Users/kazuma.furuhashi/src/github.com/ruby/ruby/lib/timeout.rb
15 /Users/kazuma.furuhashi/src/github.com/ruby/ruby/test/lib/find_executable.rb
16 /Users/kazuma.furuhashi/src/github.com/ruby/ruby/.ext/x86_64-darwin17/rbconfig/sizeof.bundle
17 /Users/kazuma.furuhashi/src/github.com/ruby/ruby/test/lib/envutil.rb
18 /Users/kazuma.furuhashi/src/github.com/ruby/ruby/test/lib/test/unit/testcase.rb
19 /Users/kazuma.furuhashi/src/github.com/ruby/ruby/test/lib/test/unit.rb
20 /Users/kazuma.furuhashi/src/github.com/ruby/ruby/test/lib/tracepointchecker.rb
21 /Users/kazuma.furuhashi/src/github.com/ruby/ruby/test/lib/zombie_hunter.rb
22 /Users/kazuma.furuhashi/src/github.com/ruby/ruby/lib/delegate.rb
23 /Users/kazuma.furuhashi/src/github.com/ruby/ruby/lib/fileutils/version.rb
24 /Users/kazuma.furuhashi/src/github.com/ruby/ruby/lib/fileutils.rb
25 /Users/kazuma.furuhashi/src/github.com/ruby/ruby/.ext/x86_64-darwin17/etc.bundle
26 /Users/kazuma.furuhashi/src/github.com/ruby/ruby/lib/tmpdir.rb
27 /Users/kazuma.furuhashi/src/github.com/ruby/ruby/lib/tempfile.rb
28 /Users/kazuma.furuhashi/src/github.com/ruby/ruby/test/lib/iseq_loader_checker.rb
29 /Users/kazuma.furuhashi/src/github.com/ruby/ruby/test/ruby/test_string.rb
30 /Users/kazuma.furuhashi/src/github.com/ruby/ruby/.ext/x86_64-darwin17/io/console.bundle
31 /Users/kazuma.furuhashi/src/github.com/ruby/ruby/.ext/x86_64-darwin17/enc/gb18030.bundle
32 /Users/kazuma.furuhashi/src/github.com/ruby/ruby/.ext/x86_64-darwin17/enc/utf_16le.bundle
33 /Users/kazuma.furuhashi/src/github.com/ruby/ruby/.ext/x86_64-darwin17/enc/trans/utf_16_32.bundle
34 /Users/kazuma.furuhashi/src/github.com/ruby/ruby/.ext/x86_64-darwin17/enc/utf_16be.bundle
35 /Users/kazuma.furuhashi/src/github.com/ruby/ruby/.ext/x86_64-darwin17/enc/utf_32le.bundle
36 /Users/kazuma.furuhashi/src/github.com/ruby/ruby/.ext/x86_64-darwin17/enc/utf_32be.bundle
37 /Users/kazuma.furuhashi/src/github.com/ruby/ruby/.ext/x86_64-darwin17/enc/shift_jis.bundle
38 /Users/kazuma.furuhashi/src/github.com/ruby/ruby/.ext/x86_64-darwin17/enc/trans/japanese_euc.bundle
39 /Users/kazuma.furuhashi/src/github.com/ruby/ruby/.ext/x86_64-darwin17/enc/trans/iso2022.bundle
40 /Users/kazuma.furuhashi/src/github.com/ruby/ruby/.ext/x86_64-darwin17/-test-/memory_status.bundle
41 /Users/kazuma.furuhashi/src/github.com/ruby/ruby/test/lib/memory_status.rb
42 /Users/kazuma.furuhashi/src/github.com/ruby/ruby/.ext/x86_64-darwin17/enc/euc_jp.bundle
43 /Users/kazuma.furuhashi/src/github.com/ruby/ruby/.ext/x86_64-darwin17/enc/windows_31j.bundle
44 /Users/kazuma.furuhashi/src/github.com/ruby/ruby/.ext/x86_64-darwin17/enc/big5.bundle
45 /Users/kazuma.furuhashi/src/github.com/ruby/ruby/.ext/x86_64-darwin17/enc/cp949.bundle
46 /Users/kazuma.furuhashi/src/github.com/ruby/ruby/.ext/x86_64-darwin17/enc/emacs_mule.bundle
47 /Users/kazuma.furuhashi/src/github.com/ruby/ruby/.ext/x86_64-darwin17/enc/euc_kr.bundle
48 /Users/kazuma.furuhashi/src/github.com/ruby/ruby/.ext/x86_64-darwin17/enc/euc_tw.bundle
49 /Users/kazuma.furuhashi/src/github.com/ruby/ruby/.ext/x86_64-darwin17/enc/gb2312.bundle
50 /Users/kazuma.furuhashi/src/github.com/ruby/ruby/.ext/x86_64-darwin17/enc/gbk.bundle
51 /Users/kazuma.furuhashi/src/github.com/ruby/ruby/.ext/x86_64-darwin17/enc/iso_8859_1.bundle
52 /Users/kazuma.furuhashi/src/github.com/ruby/ruby/.ext/x86_64-darwin17/enc/iso_8859_2.bundle
53 /Users/kazuma.furuhashi/src/github.com/ruby/ruby/.ext/x86_64-darwin17/enc/iso_8859_3.bundle
54 /Users/kazuma.furuhashi/src/github.com/ruby/ruby/.ext/x86_64-darwin17/enc/iso_8859_4.bundle
55 /Users/kazuma.furuhashi/src/github.com/ruby/ruby/.ext/x86_64-darwin17/enc/iso_8859_5.bundle
56 /Users/kazuma.furuhashi/src/github.com/ruby/ruby/.ext/x86_64-darwin17/enc/iso_8859_6.bundle
57 /Users/kazuma.furuhashi/src/github.com/ruby/ruby/.ext/x86_64-darwin17/enc/iso_8859_7.bundle
58 /Users/kazuma.furuhashi/src/github.com/ruby/ruby/.ext/x86_64-darwin17/enc/iso_8859_8.bundle
59 /Users/kazuma.furuhashi/src/github.com/ruby/ruby/.ext/x86_64-darwin17/enc/iso_8859_9.bundle
60 /Users/kazuma.furuhashi/src/github.com/ruby/ruby/.ext/x86_64-darwin17/enc/iso_8859_10.bundle
61 /Users/kazuma.furuhashi/src/github.com/ruby/ruby/.ext/x86_64-darwin17/enc/iso_8859_11.bundle
62 /Users/kazuma.furuhashi/src/github.com/ruby/ruby/.ext/x86_64-darwin17/enc/iso_8859_13.bundle
63 /Users/kazuma.furuhashi/src/github.com/ruby/ruby/.ext/x86_64-darwin17/enc/iso_8859_14.bundle
64 /Users/kazuma.furuhashi/src/github.com/ruby/ruby/.ext/x86_64-darwin17/enc/iso_8859_15.bundle
65 /Users/kazuma.furuhashi/src/github.com/ruby/ruby/.ext/x86_64-darwin17/enc/iso_8859_16.bundle
66 /Users/kazuma.furuhashi/src/github.com/ruby/ruby/.ext/x86_64-darwin17/enc/koi8_r.bundle
67 /Users/kazuma.furuhashi/src/github.com/ruby/ruby/.ext/x86_64-darwin17/enc/koi8_u.bundle
68 /Users/kazuma.furuhashi/src/github.com/ruby/ruby/.ext/x86_64-darwin17/enc/windows_1250.bundle
69 /Users/kazuma.furuhashi/src/github.com/ruby/ruby/.ext/x86_64-darwin17/enc/windows_1251.bundle
70 /Users/kazuma.furuhashi/src/github.com/ruby/ruby/.ext/x86_64-darwin17/enc/windows_1252.bundle
71 /Users/kazuma.furuhashi/src/github.com/ruby/ruby/.ext/x86_64-darwin17/enc/windows_1253.bundle
72 /Users/kazuma.furuhashi/src/github.com/ruby/ruby/.ext/x86_64-darwin17/enc/windows_1254.bundle
73 /Users/kazuma.furuhashi/src/github.com/ruby/ruby/.ext/x86_64-darwin17/enc/windows_1257.bundle
[IMPORTANT]
Don't forget to include the Crash Report log file under
DiagnosticReports directory in bug reports.
make: *** [yes-test-all] Abort trap: 6
$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment