Skip to content

Instantly share code, notes, and snippets.

View tkelman's full-sized avatar

Tony Kelman tkelman

View GitHub Profile
$ gdb -q --args usr/bin/julia-debug test/runtests.jl parallel
Reading symbols from usr/bin/julia-debug...done.
(gdb) r
Starting program: /home/Tony/julia/usr/bin/julia-debug test/runtests.jl parallel
[New Thread 6980.0x119c]
DW_FORM_strp pointing outside of .debug_str section [in module /home/Tony/julia/usr/lib/julia/sys.DLL]
DW_FORM_strp pointing outside of .debug_str section [in module /home/Tony/julia/usr/lib/julia/sys.DLL]
DW_FORM_strp pointing outside of .debug_str section [in module /home/Tony/julia/usr/lib/julia/sys.dll]
[New Thread 6980.0x3008]
[New Thread 6980.0xecc]
$ gdb --args usr/bin/julia-debug test/runtests.jl numbers
GNU gdb (GDB) 7.8
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-pc-cygwin".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
$ gdb -q --args usr/bin/julia-debug test/runtests.jl spawn
Reading symbols from usr/bin/julia-debug...done.
(gdb) r
Starting program: /home/Tony/julia/usr/bin/julia-debug test/runtests.jl spawn
[New Thread 6988.0x1cc4]
DW_FORM_strp pointing outside of .debug_str section [in module /home/Tony/julia/usr/lib/julia/sys.DLL]
DW_FORM_strp pointing outside of .debug_str section [in module /home/Tony/julia/usr/lib/julia/sys.DLL]
DW_FORM_strp pointing outside of .debug_str section [in module /home/Tony/julia/usr/lib/julia/sys.dll]
[New Thread 6988.0x32c4]
[New Thread 6988.0x2e70]
$ JULIA_CPU_CORES=1 gdb --args usr/bin/julia-debug test/runtests.jl numbers parallel
GNU gdb (GDB) 7.8
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-pc-cygwin".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
$ JULIA_CPU_CORES=1 usr/bin/julia test/runtests.jl linalg
* linalg1
* linalg2
* linalg3
* linalg4
* linalg/lapack
* linalg/triangular
Please submit a bug report with steps to reproduce this fault, and any error messages that follow (in their entirety). Thanks.
Exception: UNKNOWN at 0x7fefd64940d -- RaiseException at C:\Windows\system32\KERNELBASE.dll (unknown line)
julia> dump(:(a > 5 && b < 10))
Expr
head: Symbol &&
args: Array(Any,(2,))
1: Expr
head: Symbol comparison
args: Array(Any,(3,))
1: Symbol a
2: Symbol >
3: Int64 5
@tkelman
tkelman / ipopt.pc
Last active August 29, 2015 14:13 — forked from staticfloat/ipopt.pc
prefix=/Users/travis/.julia/v0.4/Homebrew/deps/usr/Cellar/ipopt/3.11.8_1
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include/coin
Name: IPOPT
Description: Interior Point Optimizer
URL: https://projects.coin-or.org/Ipopt
Version: 3.11.8
Libs: -L${libdir} -lipopt /Users/travis/.julia/v0.4/Homebrew/deps/usr/Cellar/ipopt/3.11.8_1/lib/libcoinlapack.a /Users/travis/.julia/v0.4/Homebrew/deps/usr/Cellar/ipopt/3.11.8_1/lib/libcoinblas.a -L/Users/travis/.julia/v0.4/Homebrew/deps/usr/Cellar/libgfortran/4.9.2_1/lib/ -lgfortran -lSystem -lquadmath -lm /Users/travis/.julia/v0.4/Homebrew/deps/usr/Cellar/ipopt/3.11.8_1/lib/libcoinblas.a -lm -ldl
[ 0s] Using BUILD_ROOT=/var/cache/obs/worker/root_3/.mount
[ 0s] Using BUILD_ARCH=x86_64:i686:i586:i486:i386
[ 0s] Doing kvm build in /var/cache/obs/worker/root_3/root
[ 0s]
[ 0s]
[ 0s] build21 started "build mingw64-libgit2.spec" at Mon Jan 26 21:52:10 UTC 2015.
[ 0s]
[ 0s] Building mingw64-libgit2 for project 'home:kelman:branches:windows:mingw:win64' repository 'openSUSE_Factory' arch 'x86_64' srcmd5 '9f563eac388384cd4b391b3d45725446'
[ 0s]
[ 0s] processing recipe /var/cache/obs/worker/root_3/.build-srcdir/mingw64-libgit2.spec ...
Tony@TK-samsung ~/julia32
$ git bisect skip
There are only 'skip'ped commits left to test.
The first bad commit could be any of:
6dbcf80e127bef03858075030a4c9f9e6276c33a
5cff519069c4c9653dae25621ee082386b327391
cdb6f7ca57b440fb46ce5a504e1d824a44f8f313
1666552c470c4923a1a5cb4e8e27651b2f310fef
502e5fdce65ca9e422b6c96b60e069529b2b76f6
d3d6291f38510d2aadfeab3aee74ee7745c26872
<?xml version="1.0" encoding="utf-8"?>
<osol xmlns="os.optimizationservices.org" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="os.optimizationservices.org http://www.optimizationservices.org/schemas/2.0/OSoL.xsd">
<optimization>
<variables>
<initialVariableValues numberOfVar="1604">
<var idx="0" value="0.0"/>
<var idx="1" value="0.0024937500000000003"/>
<var idx="2" value="0.004975"/>
<var idx="3" value="0.00744375"/>
<var idx="4" value="0.0099"/>