Skip to content

Instantly share code, notes, and snippets.

View tkelman's full-sized avatar

Tony Kelman tkelman

View GitHub Profile
x86_64-w64-mingw32-g++ -I/home/Tony/julia/deps/llvm-3.3/include -I/home/Tony/julia/deps/llvm-3.3/build_Release/include -DNDEBUG -D__NO_CTYPE_INLINE -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O2 -fomit-frame-pointer -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -Woverloaded-virtual -Wcast-qual -D_FILE_OFFSET_BITS=64 -DJULIA_TARGET_NATIVE -DJL_SYSTEM_IMAGE_PATH="../lib/julia/sys.ji" -D_WIN32_WINNT=0x0600 -pipe -fno-rtti -O3 -falign-functions -momit-leaf-frame-pointer -D_GNU_SOURCE -Wall -Wno-strict-aliasing -fno-omit-frame-pointer -Iflisp -Isupport -fvisibility=hidden -fno-common -I/home/Tony/julia/deps/llvm-3.3/include -I/home/Tony/julia/usr/include -I/home/Tony/julia/usr/include -DLIBRARY_EXPORTS -c codegen.cpp -o codegen.o
In file included from codegen.cpp:33:0:
/home/Tony/julia/usr/include/llvm/Target/TargetLibraryInfo.h:265:7: error: redefinition of ‘fseeko64’
fseeko64,
^
In file included from support/dtypes.h:16:0,
from suppo
#!/bin/sh
# Script to stand in for llvm-config in a cmake-compiled LLVM
case $1 in
--includedir)
echo `dirname $0`/../include
;;
--libs)
echo gtest_main.lib gtest.lib LLVMTableGen.lib LLVMDebugInfo.lib \
LLVMOption.lib LLVMX86Disassembler.lib LLVMX86AsmParser.lib \
LLVMX86CodeGen.lib LLVMSelectionDAG.lib LLVMAsmPrinter.lib \
FAULTING_IP:
libjulia!jl_setjmp+0
5560b872 67668b4424 mov ax,word ptr [si+24h]
EXCEPTION_RECORD: ffffffffffffffff -- (.exr 0xffffffffffffffff)
ExceptionAddress: 000000005560b872 (libjulia!jl_setjmp)
ExceptionCode: c0000005 (Access violation)
ExceptionFlags: 00000000
NumberParameters: 2
Parameter[0]: 0000000000000000
Tony@TK-samsung ~/julia/base
$ gdb --args ../usr/bin/julia-debug.exe --build /home/Tony/julia/usr/lib/julia/sys -J /home/Tony/julia/usr/lib/julia/sys0.ji -f sysimg.jl
GNU gdb (GDB) 7.6
Copyright (C) 2013 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-w64-mingw32".
For bug reporting instructions, please see:
$ git bisect log
git bisect start
# bad: [bec9cb1af56c682e5fd66dfd7791080db4c4121e] Add uncommitted blob to update linalg tests (whoops)
git bisect bad bec9cb1af56c682e5fd66dfd7791080db4c4121e
# good: [1a37f0a8333c6e3ea2a11258cb462bc9323d257b] Merge pull request #6230 from tkelman/msvc
git bisect good 1a37f0a8333c6e3ea2a11258cb462bc9323d257b
# bad: [fc35a81b44703a1a15f6e8fc8d4ba77ef3828cf5] Add return statement to map! on SharedArrays
git bisect bad fc35a81b44703a1a15f6e8fc8d4ba77ef3828cf5
# good: [8621463c15dbaba2aa6bf2f1b6bb2dbceaa985b2] Merge pull request #6351 from JuliaLang/cb/replformat
git bisect good 8621463c15dbaba2aa6bf2f1b6bb2dbceaa985b2
***** loading boot.jl
on line 114
Expr(:import, :Core, :Intrinsics, :ccall)::<null>.Any
on line 116
Expr(:export, :Any, :DataType, :Vararg, :ANY, :NTuple, :None, :Top, :Tuple, :Type, :TypeConstructor, :TypeName, :TypeVar, :Union, :UnionType, :Void, :AbstractArray, :DenseArray, :Box, :Function, :IntrinsicFunction, :LambdaStaticData, :Method, :MethodTable, :Module, :Nothing, :Symbol, :Task, :Array, :Bool, :FloatingPoint, :Float16, :Float32, :Float64, :Number, :Integer, :Int, :Int8, :Int16, :Int32, :Int64, :Int128, :Ptr, :Real, :Signed, :Uint, :Uint8, :Uint16, :Uint32, :Uint64, :Uint128, :Unsigned, :Char, :ASCIIString, :ByteString, :DirectIndexString, :String, :UTF8String, :BoundsError, :DivideError, :DomainError, :Exception, :InexactError, :InterruptException, :MemoryError, :OverflowError, :StackOverflowError, :UndefRefError, :UndefVarError, :Expr, :GotoNode, :LabelNode, :LineNumberNode, :QuoteNode, :SymbolNode, :TopNode, :GetfieldNode, :NewvarNode, :apply, :arraylen, :arrayref, :arrayset, :arraysize, :fiel
Microsoft (R) Windows Debugger Version 6.11.0001.404 AMD64
Copyright (c) Microsoft Corporation. All rights reserved.
CommandLine: ..\usr\bin\julia.exe --build D:/code/msys64/home/Tony/julia/usr/lib/julia/sys0 sysimg.jl
Symbol search path is: srv*
Executable search path is:
ModLoad: 00000001`3fbb0000 00000001`3fbbc000 julia.exe
ModLoad: 00000000`778c0000 00000000`77a69000 ntdll.dll
ModLoad: 00000000`776a0000 00000000`777bf000 C:\Windows\system32\kernel32.dll
CC src/codegen.o
In file included from D:/code/msys64/home/Tony/julia/usr/include/llvm/ExecutionEngine/RuntimeDyld.h:19:0,
from D:/code/msys64/home/Tony/julia/usr/include/llvm/ExecutionEngine/JITMemoryManager.h:13,
from codegen.cpp:33:
D:/code/msys64/home/Tony/julia/usr/include/llvm/ExecutionEngine/RTDyldMemoryManager.h:44:20: warning: 'virtual uint8_t* llvm::RTDyldMemoryManager::allocateCodeSection(uintptr_t, unsigned int, unsigned int, llvm::StringRef)' was hidden [-Woverloaded-virtual]
virtual uint8_t *allocateCodeSection(
^
In file included from codegen.cpp:683:0:
debuginfo.cpp:189:20: warning: by 'virtual uint8_t* JITMemoryManagerWin::allocateCodeSection(uintptr_t, unsigned int, unsigned int)' [-Woverloaded-virtual]
virtual uint8_t *allocateCodeSection(uintptr_t Size, unsigned Alignment,
CC src/codegen.o
In file included from D:/code/msys64/home/Tony/julia/usr/include/llvm/ExecutionEngine/RuntimeDyld.h:19:0,
from D:/code/msys64/home/Tony/julia/usr/include/llvm/ExecutionEngine/JITMemoryManager.h:13,
from codegen.cpp:33:
D:/code/msys64/home/Tony/julia/usr/include/llvm/ExecutionEngine/RTDyldMemoryManager.h:44:20: warning: 'virtual uint8_t* llvm::RTDyldMemoryManager::allocateCodeSection(uintptr_t, unsigned int, unsigned int, llvm::StringRef)' was hidden [-Woverloaded-virtual]
virtual uint8_t *allocateCodeSection(
^
In file included from codegen.cpp:683:0:
debuginfo.cpp:189:20: warning: by 'virtual uint8_t* JITMemoryManagerWin::allocateCodeSection(uintptr_t, unsigned int, unsigned int)' [-Woverloaded-virtual]
virtual uint8_t *allocateCodeSection(uintptr_t Size, unsigned Alignment,
In file included from D:/code/msys64/home/Tony/julia/usr/include/llvm/ExecutionEngine/RuntimeDyld.h:19:0,
from D:/code/msys64/home/Tony/julia/usr/include/llvm/ExecutionEngine/JITMemoryManager.h:13,
from codegen.cpp:33:
D:/code/msys64/home/Tony/julia/usr/include/llvm/ExecutionEngine/RTDyldMemoryManager.h:44:20: warning: 'virtual uint8_t* llvm::RTDyldMemoryManager::allocateCodeSection(uintptr_t, unsigned int, unsigned int, llvm::StringRef)' was hidden [-Woverloaded-virtual]
virtual uint8_t *allocateCodeSection(
^
In file included from codegen.cpp:686:0:
debuginfo.cpp:189:20: warning: by 'virtual uint8_t* JITMemoryManagerWin::allocateCodeSection(uintptr_t, unsigned int, unsigned int)' [-Woverloaded-virtual]
virtual uint8_t *allocateCodeSection(uintptr_t Size, unsigned Alignment,
^