Skip to content

Instantly share code, notes, and snippets.

@waTeim
Created April 13, 2016 03:12
Show Gist options
  • Save waTeim/e2e45527be57ea1405b9e2a5268fcec2 to your computer and use it in GitHub Desktop.
Save waTeim/e2e45527be57ea1405b9e2a5268fcec2 to your computer and use it in GitHub Desktop.
warning: JITed object file architecture armv4 is not compatible with target architecture arm.
warning: JITed object file architecture armv4 is not compatible with target architecture arm.
warning: JITed object file architecture armv4 is not compatible with target architecture arm.
warning: JITed object file architecture armv4 is not compatible with target architecture arm.
warning: JITed object file architecture armv4 is not compatible with target architecture arm.
Program received signal SIGABRT, Aborted.
0x757b2f70 in __GI_raise (sig=sig@entry=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:56
56 ../nptl/sysdeps/unix/sysv/linux/raise.c: No such file or directory.
(gdb) where
#0 0x757b2f70 in __GI_raise (sig=sig@entry=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:56
#1 0x757b4324 in __GI_abort () at abort.c:89
#2 0x756ceb5c in __gnu_cxx::__verbose_terminate_handler() () from /usr/lib/arm-linux-gnueabihf/libstdc++.so.6
#3 0x756cc9a0 in ?? () from /usr/lib/arm-linux-gnueabihf/libstdc++.so.6
Backtrace stopped: previous frame identical to this frame (corrupt stack?)
(gdb) thread 1
[Switching to thread 1 (Thread 0x76f92000 (LWP 2847))]
#0 0x757b2f70 in __GI_raise (sig=sig@entry=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:56
56 in ../nptl/sysdeps/unix/sysv/linux/raise.c
(gdb) where
#0 0x757b2f70 in __GI_raise (sig=sig@entry=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:56
#1 0x757b4324 in __GI_abort () at abort.c:89
#2 0x756ceb5c in __gnu_cxx::__verbose_terminate_handler() () from /usr/lib/arm-linux-gnueabihf/libstdc++.so.6
#3 0x756cc9a0 in ?? () from /usr/lib/arm-linux-gnueabihf/libstdc++.so.6
Backtrace stopped: previous frame identical to this frame (corrupt stack?)
(gdb) thread 2
[Switching to thread 2 (Thread 0x4f9f6450 (LWP 2852))]
#0 0x758fe7a4 in __pthread_cond_wait (cond=0x522e8d20 <thread_status+288>, mutex=0x522e8d08 <thread_status+264>) at pthread_cond_wait.c:187
187 pthread_cond_wait.c: No such file or directory.
(gdb) where
#0 0x758fe7a4 in __pthread_cond_wait (cond=0x522e8d20 <thread_status+288>, mutex=0x522e8d08 <thread_status+264>) at pthread_cond_wait.c:187
#1 0x51c528c0 in blas_thread_server () from /usr/local/julia-6bf9e981a3/bin/../lib/julia/libopenblas.so
#2 0x758f9e90 in start_thread (arg=0x4f9f6450) at pthread_create.c:311
#3 0x75856698 in ?? () at ../ports/sysdeps/unix/sysv/linux/arm/nptl/../clone.S:92 from /lib/arm-linux-gnueabihf/libc.so.6
Backtrace stopped: previous frame identical to this frame (corrupt stack?)
(gdb) thread 3
[Switching to thread 3 (Thread 0x511f6450 (LWP 2851))]
#0 0x758fe7a4 in __pthread_cond_wait (cond=0x522e8ca0 <thread_status+160>, mutex=0x522e8c88 <thread_status+136>) at pthread_cond_wait.c:187
187 in pthread_cond_wait.c
(gdb) where
#0 0x758fe7a4 in __pthread_cond_wait (cond=0x522e8ca0 <thread_status+160>, mutex=0x522e8c88 <thread_status+136>) at pthread_cond_wait.c:187
#1 0x51c528c0 in blas_thread_server () from /usr/local/julia-6bf9e981a3/bin/../lib/julia/libopenblas.so
#2 0x758f9e90 in start_thread (arg=0x511f6450) at pthread_create.c:311
#3 0x75856698 in ?? () at ../ports/sysdeps/unix/sysv/linux/arm/nptl/../clone.S:92 from /lib/arm-linux-gnueabihf/libc.so.6
Backtrace stopped: previous frame identical to this frame (corrupt stack?)
(gdb) thread 4
[Switching to thread 4 (Thread 0x519f6450 (LWP 2850))]
#0 0x758fe7a4 in __pthread_cond_wait (cond=0x522e8c20 <thread_status+32>, mutex=0x522e8c08 <thread_status+8>) at pthread_cond_wait.c:187
187 in pthread_cond_wait.c
(gdb) where
#0 0x758fe7a4 in __pthread_cond_wait (cond=0x522e8c20 <thread_status+32>, mutex=0x522e8c08 <thread_status+8>) at pthread_cond_wait.c:187
#1 0x51c528c0 in blas_thread_server () from /usr/local/julia-6bf9e981a3/bin/../lib/julia/libopenblas.so
#2 0x758f9e90 in start_thread (arg=0x519f6450) at pthread_create.c:311
#3 0x75856698 in ?? () at ../ports/sysdeps/unix/sysv/linux/arm/nptl/../clone.S:92 from /lib/arm-linux-gnueabihf/libc.so.6
Backtrace stopped: previous frame identical to this frame (corrupt stack?)
(gdb) thread 5
[Switching to thread 5 (Thread 0x7541a450 (LWP 2848))]
#0 do_sigwait (set=<optimized out>, sig=0x75419da4) at ../nptl/sysdeps/unix/sysv/linux/../../../../../sysdeps/unix/sysv/linux/sigwait.c:63
63 ../nptl/sysdeps/unix/sysv/linux/../../../../../sysdeps/unix/sysv/linux/sigwait.c: No such file or directory.
(gdb) where
#0 do_sigwait (set=<optimized out>, sig=0x75419da4) at ../nptl/sysdeps/unix/sysv/linux/../../../../../sysdeps/unix/sysv/linux/sigwait.c:63
#1 0x7590319c in __sigwait (set=0x75419da8, sig=0x75419da4) at ../nptl/sysdeps/unix/sysv/linux/../../../../../sysdeps/unix/sysv/linux/sigwait.c:97
#2 0x75ac52bc in signal_listener (arg=<optimized out>) at /home/jeffw/src/julia/src/signals-unix.c:346
#3 0x758f9e90 in start_thread (arg=0x7541a450) at pthread_create.c:311
#4 0x75856698 in ?? () at ../ports/sysdeps/unix/sysv/linux/arm/nptl/../clone.S:92 from /lib/arm-linux-gnueabihf/libc.so.6
Backtrace stopped: previous frame identical to this frame (corrupt stack?)
(gdb) thread 6
Thread ID 6 not known.
(gdb)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment