Skip to content

Instantly share code, notes, and snippets.

View tkelman's full-sized avatar

Tony Kelman tkelman

View GitHub Profile
* arrayops Instruction does not dominate all uses!
%53 = call %jl_value_t* @julia_vcat_1078(%jl_value_t* inttoptr (i32 268190832 to %jl_value_t*), %jl_value_t** %52, i32 2), !dbg !84683
%93 = bitcast %jl_value_t* %53 to %jl_value_t**, !dbg !84683
Instruction does not dominate all uses!
%53 = call %jl_value_t* @julia_vcat_1078(%jl_value_t* inttoptr (i32 268190832 to %jl_value_t*), %jl_value_t** %52, i32 2), !dbg !84683
%99 = bitcast %jl_value_t* %53 to %jl_value_t**, !dbg !84683
Broken module found, verification continues.
; Function Attrs: sspreq alignstack(16)
define %jl_value_t* @julia_anonymous_28473(%jl_value_t*, %jl_value_t**, i32) #3 {
@tkelman
tkelman / -
Last active August 29, 2015 14:16 — forked from anonymous/-
tkelman@ygdesk:~/github/ecos$ ./ecostester
ECOS 1.1.1 - (c) A. Domahidi, ETH Zurich & embotech 2012-15. Support: ecos@embotech.com
It pcost dcost gap pres dres k/t mu step IR
0 -1.030e+02 -3.786e+03 +6e+04 8e-01 3e-01 1e+00 3e+01 N/A 1 1 -
1 -1.873e+02 -5.983e+02 +1e+04 7e-02 3e-02 5e-01 6e+00 0.8442 1 2 2
2 -1.890e+02 -2.683e+02 +4e+03 1e-02 6e-03 4e-01 2e+00 0.8197 2 3 3
3 -2.094e+02 -2.160e+02 +4e+02 1e-03 4e-04 3e-02 2e-01 0.9129 2 2 2
4 -2.109e+02 -2.113e+02 +3e+01 7e-05 2e-05 6e-04 2e-02 0.9263 2 3 3
Starting program: /home/Tony/julia/usr/bin/julia test/runtests.jl core
[New Thread 6216.0x19e4]
[New Thread 6216.0x7d0]
[New Thread 6216.0x2774]
[New Thread 6216.0x249c]
[New Thread 6216.0xac4]
[New Thread 6216.0x2784]
[New Thread 6216.0x27a0]
[New Thread 6216.0x2368]
[New Thread 6216.0x23cc]
Starting program: /home/Tony/julia/usr/bin/julia test/runtests.jl ccall
[New Thread 17488.0x43b4]
[New Thread 17488.0x4748]
[New Thread 17488.0x454c]
[New Thread 17488.0x448c]
[New Thread 17488.0x42d0]
[New Thread 17488.0x20e8]
[New Thread 17488.0x32e4]
[New Thread 17488.0x3e80]
[New Thread 17488.0x427c]
Starting program: /home/Tony/julia/usr/bin/julia test/runtests.jl socket
[New Thread 17032.0x4574]
[New Thread 17032.0x4334]
[New Thread 17032.0x42ac]
[New Thread 17032.0x33c8]
[New Thread 17032.0x43cc]
[New Thread 17032.0x4444]
[New Thread 17032.0x47e4]
[New Thread 17032.0x4140]
[New Thread 17032.0x281c]
<?xml version="1.0" encoding="UTF-8"?>
<repomd xmlns="http://linux.duke.edu/metadata/repo" xmlns:rpm="http://linux.duke.edu/metadata/rpm">
<revision>1428095718</revision>
<tags>
<repo>obsrepository://build.opensuse.org/windows:mingw:win32/openSUSE_13.1</repo>
</tags>
<data type="filelists">
<checksum type="sha256">6a4df47c6772234efd09f95320d8f4f1b3823be89fa605009f4b035d5e0a2dbf</checksum>
<open-checksum type="sha256">d37eeeb15e84944e32ca382a0df9438e522bda89237d3be4d2ad26302cb04677</open-checksum>
<location href="repodata/6a4df47c6772234efd09f95320d8f4f1b3823be89fa605009f4b035d5e0a2dbf-filelists.xml.gz"/>
$ usr/bin/julia -e 'versioninfo(); include("test/choosetests.jl"); testlist, net_on = choosetests(); for i in testlist; try Base.runtests(i, 1); catch; end; end'
Julia Version 0.4.0-dev+4157
Commit 0e127d4* (2015-04-04 01:57 UTC)
Platform Info:
System: Windows (x86_64-w64-mingw32)
CPU: Intel(R) Core(TM) i7-2630QM CPU @ 2.00GHz
WORD_SIZE: 64
BLAS: libopenblas (USE64BITINT DYNAMIC_ARCH NO_AFFINITY Sandybridge)
LAPACK: libopenblas
LIBM: libopenlibm
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:
# 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 \
_/ |\__'_|_|_|\__'_| | 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