Skip to content

Instantly share code, notes, and snippets.

View tkelman's full-sized avatar

Tony Kelman tkelman

View GitHub Profile
$ make clean && make testall1 | moreutils/ts -s
make[1]: Entering directory '/home/Tony/julia32/base'
rm -f *# *~
rm -f pcre_h.jl
rm -f errno_h.jl
rm -f build_h.jl
rm -f build_h.jl.phony
rm -f fenv_constants.jl
rm -f uv_constants.jl
rm -f file_constants.jl
C:\Users\Sim\AppData\Local\Julia-0.4.0-dev\share\julia\test>julia runtests.jl all
        From worker 5:       * linalg4              in  25.04 seconds
        From worker 5:       * linalg/lapack        in  27.55 seconds
        From worker 4:       * linalg3              in  61.16 seconds
        From worker 4:       * linalg/tridiag       in  15.53 seconds
        From worker 3:       * linalg2              in  85.88 seconds
        From worker 4:       * linalg/bidiag        in  31.97 seconds
        From worker 3:       * linalg/diagonal      in  28.99 seconds
        From worker 3:       * linalg/givens        in   6.65 seconds
JULIA test/all
From worker 3: * linalg2 in 65.72 seconds
From worker 3: * linalg3 in 23.85 seconds
From worker 3: * linalg4 in 8.84 seconds
From worker 3: * linalg/lapack in 6.64 seconds
From worker 2: * linalg1 in 143.95 seconds
From worker 2: * linalg/tridiag in 7.53 seconds
From worker 2: * linalg/bidiag in 12.39 seconds
From worker 2: * linalg/diagonal in 8.89 seconds
From worker 2: * linalg/pinv in 12.05 seconds
From worker 2: * markdown in 8.43 seconds
From worker 5: * serialize in 9.05 seconds
From worker 5: * i18n in 0.06 seconds
From worker 8: * sparse in 153.66 seconds
From worker 9: * enums in 13.28 seconds
From worker 5: * fft in 10.35 seconds
From worker 8: * dsp in 10.69 seconds
From worker 6: * bitarray in 159.58 seconds
Worker 2 terminated.
ERROR (unhandled task failure): EOFError: read end of file
Breakpoint 0 hit
libjulia!jl_new_task:
000007fe`deb36580 4889542410 mov qword ptr [rsp+10h],rdx ss:00000000`0084f198=000000000084f1f8
0:000> t
libjulia!jl_new_task+0xe:
000007fe`deb3658e 488b05d3a0d100 mov rax,qword ptr [libjulia!jl_page_size (000007fe`df850668)] ds:000007fe`df850668=0000000000001000
0:000> t
libjulia!jl_new_task+0x1a:
000007fe`deb3659a b980010000 mov ecx,180h
0:000> t
tkelman@ygdesk:~/Julia/julia-linux32$ time(make testall1 && echo ok)
JULIA test/all
* linalg1 in 101.66 seconds
* linalg2 in 78.81 seconds
* linalg3 in 34.95 seconds
* linalg4 in 12.61 seconds
* linalg/lapack in 5.99 seconds
* linalg/triangular in 589.50 seconds
* linalg/tridiag in 23.47 seconds
* linalg/bidiag in 35.92 seconds
JULIA test/all
From worker 4: * linalg3 in 79.08 seconds
From worker 4: * linalg4 in 18.02 seconds
From worker 4: * linalg/lapack in 9.43 seconds
From worker 3: * linalg2 in 139.37 seconds
From worker 2: * linalg1 in 147.02 seconds
From worker 3: * linalg/tridiag in 17.50 seconds
From worker 2: * linalg/bidiag in 25.80 seconds
From worker 3: * linalg/diagonal in 31.75 seconds
From worker 2: * linalg/pinv in 17.47 seconds
_/ |\__'_|_|_|\__'_| | tk/msvc-casts/f76fd18* (fork: 2 commits, 0 days)
|__/ |
julia> rand(1:2)
Please submit a bug report with steps to reproduce this fault, and any error mes
sages that follow (in their entirety). Thanks.
Exception: EXCEPTION_ACCESS_VIOLATION at 0x7fefaf12130 -- unknown function (ip:
-84860624)
do_recursion at d:\code\msys64\home\tony\julia\deps\dsfmt-2.2.3\dsfmt-common.h:8
# Dockerfile for testing 32-bit Linux builds on Travis (aka 64-bit Ubuntu precise)
FROM ubuntu:precise
MAINTAINER Tony Kelman <tony@kelman.net>
RUN apt-get update
RUN apt-get install binutils:i386 python-software-properties git curl patch cmake gdb -y
RUN add-apt-repository ppa:staticfloat/julia-deps -y
RUN apt-get update
RUN apt-get install gcc:i386 g++:i386 make:i386 cpp:i386 g++-4.6:i386 \
gcc-4.6:i386 libssl-dev:i386 zlib1g-dev:i386 patchelf:i386 \
tkelman@ygdesk:~/.julia/v0.4/CoinOptServices/.osil$ gdb --args ../deps/src/OS-2.9.2/build01/OS/src/OSSolverService -osil problem.osil
GNU gdb (Ubuntu 7.7.1-0ubuntu5~14.04.2) 7.7.1
Copyright (C) 2014 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law. Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see: