-
-
Save ararslan/acc5e587400affd93dff5e41f5dc1cda to your computer and use it in GitHub Desktop.
lldb 4.0.0, Julia pkg tests
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[12:46:27] alex:julia git:(master) $ JULIA_CPU_CORES=2 JULIA_TEST_MAXRSS_MB=600 lldb -- ./julia test/runtests.jl pkg | |
(lldb) target create "./julia" | |
Current executable set to './julia' (x86_64). | |
(lldb) settings set -- target.run-args "test/runtests.jl" "pkg" | |
(lldb) r | |
Process 2940 launching | |
Process 2940 launched: './julia' (x86_64) | |
Test (Worker) | Time (s) | GC (s) | GC % | Alloc (MB) | RSS (MB) | |
INFO: Initializing package repository /tmp/DD2dHcA7/v0.7 | |
INFO: Cloning METADATA from https://github.com/JuliaLang/METADATA.jl | |
INFO: No packages to install, update or remove | |
INFO: Cloning cache of Example from notarealprotocol://github.com/JuliaLang/Example.jl.git | |
INFO: Cloning cache of Example from https://github.com/JuliaLang/Example.jl.git | |
INFO: Installing Example v0.4.1 | |
INFO: Package database updated | |
INFO: Checking out Example master... | |
INFO: Pulling Example latest master... | |
INFO: No packages to install, update or remove | |
INFO: Freeing Example | |
INFO: No packages to install, update or remove | |
INFO: Checking out Example master... | |
INFO: Pulling Example latest master... | |
INFO: No packages to install, update or remove | |
INFO: Freeing Example | |
INFO: No packages to install, update or remove | |
INFO: Removing Example v0.4.1 | |
INFO: Package database updated | |
INFO: Package Example is not installed | |
INFO: Cloning Example from https://github.com/JuliaLang/Example.jl.git | |
INFO: Computing changes... | |
INFO: No packages to install, update or remove | |
INFO: Package database updated | |
INFO: Freeing Example | |
INFO: No packages to install, update or remove | |
INFO: Checking out Example master... | |
INFO: Pulling Example latest master... | |
INFO: No packages to install, update or remove | |
INFO: Freeing Example | |
INFO: No packages to install, update or remove | |
INFO: Cloning Example2 from /tmp/DD2dHcA7/v0.7/Example | |
INFO: Computing changes... | |
INFO: No packages to install, update or remove | |
INFO: Cloning Example3 from /tmp/DD2dHcA7/v0.7/Example | |
INFO: Computing changes... | |
INFO: No packages to install, update or remove | |
INFO: Checking out Example2 test-branch-1... | |
INFO: Pulling Example2 latest test-branch-1... | |
INFO: No packages to install, update or remove | |
INFO: Checking out Example3 test-branch-1... | |
INFO: Pulling Example3 latest test-branch-1... | |
INFO: No packages to install, update or remove | |
INFO: Checking out Example master... | |
INFO: Pulling Example latest master... | |
INFO: No packages to install, update or remove | |
INFO: Cloning Example4 from /tmp/DD2dHcA7/v0.7/Example | |
INFO: Computing changes... | |
INFO: No packages to install, update or remove | |
INFO: Checking out Example4 test-branch-2... | |
INFO: Pulling Example4 latest test-branch-2... | |
INFO: No packages to install, update or remove | |
Process 2940 stopped | |
* thread #6, stop reason = signal SIGSEGV: address access protected (fault address: 0x7fffdfbfd000) | |
frame #0: libgcc_s.so.1`uw_frame_state_for at md-unwind-support.h:60 | |
(lldb) bt | |
* thread #6, stop reason = signal SIGSEGV: address access protected (fault address: 0x7fffdfbfd000) | |
* frame #0: libgcc_s.so.1`uw_frame_state_for at md-unwind-support.h:60 | |
frame #1: libgcc_s.so.1`uw_frame_state_for(context=0x00007fffdfdfce20, fs=0x00007fffdfdfcb70) at unwind-dw2.c:1249 | |
frame #2: libgcc_s.so.1`_Unwind_ForcedUnwind_Phase2(exc=0x000000080f8d4630, context=0x00007fffdfdfce20) at unwind.inc:155 | |
frame #3: libgcc_s.so.1`_Unwind_ForcedUnwind(exc=0x000000080f8d4630, stop=(libthr.so.3`___lldb_unnamed_symbol177$$libthr.so.3), stop_argument=<unavailable>) at unwind.inc:207 | |
frame #4: 0x0000000803e7d613 libthr.so.3`___lldb_unnamed_symbol174$$libthr.so.3 + 483 | |
frame #5: 0x0000000803e7d42b libthr.so.3`pthread_exit + 11 | |
frame #6: 0x0000000803e6fbcd libthr.so.3`___lldb_unnamed_symbol1$$libthr.so.3 + 333 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment