This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
if Rails.env.development? | |
task :set_annotation_options do | |
# You can override any of these by setting an environment variable of the | |
# same name. | |
Annotate.set_defaults({ | |
'position_in_routes' => "before", | |
'position_in_class' => "after", | |
'position_in_test' => "before", | |
'position_in_fixture' => "before", | |
'position_in_factory' => "before", |
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
DEBUG 1: Resetting dir to: C:\Temp\hello | |
DEBUG 1: Changing dir to: C:\Temp\hello | |
DEBUG 1: visiting file C:/Temp/hello/.qmake.conf | |
DEBUG 1: C:/Temp/hello/.qmake.conf: entering block | |
DEBUG 1: C:/Temp/hello/.qmake.conf:1: evaluating test function "load" | |
DEBUG 1: C:/Temp/hello/.qmake.conf:1: calling built-in load(qt_build_config) | |
DEBUG 1: visiting file C:/Qt/Qt5.6.0/5.6/msvc2015_64/mkspecs/features/qt_build_config.prf | |
DEBUG 1: C:/Qt/Qt5.6.0/5.6/msvc2015_64/mkspecs/features/qt_build_config.prf: entering block | |
DEBUG 1: C:/Qt/Qt5.6.0/5.6/msvc2015_64/mkspecs/features/qt_build_config.prf:12: NOT | |
DEBUG 1: C:/Qt/Qt5.6.0/5.6/msvc2015_64/mkspecs/features/qt_build_config.prf:12: evaluating test function "contains" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
############################################################################# | |
# Makefile for building: hello | |
# Generated by qmake (3.0) (Qt 5.6.0) | |
# Project: hello.pro | |
# Template: lib | |
############################################################################# | |
MAKEFILE = Makefile.Debug | |
####### Compiler, tools and options |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
############################################################################# | |
# Makefile for building: hello | |
# Generated by qmake (3.0) (Qt 5.7.0) | |
# Project: hello.pro | |
# Template: lib | |
############################################################################# | |
MAKEFILE = Makefile.Debug | |
####### Compiler, tools and options |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
QT_BUILD_PARTS += libs tools | |
QT_QCONFIG_PATH = | |
host_build { | |
QT_CPU_FEATURES.x86_64 = sse sse2 | |
} else { | |
QT_CPU_FEATURES.x86_64 = sse sse2 | |
} | |
QT_COORD_TYPE += double | |
#Qt for Windows CE c-runtime deployment |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Vagrant.configure(2) do |config| | |
config.vm.box = "ubuntu/trusty64" | |
config.vm.network "forwarded_port", guest: 3000, host: 3000 | |
# sync the app folder | |
config.vm.synced_folder "./", "/app/", type: "nfs" | |
config.vm.provider "virtualbox" do |vb| | |
vb.customize ["modifyvm", :id, "--memory", "2048"] | |
end |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/Source/WebCore/PlatformQt.cmake b/Source/WebCore/PlatformQt.cmake | |
index fc04f46..e380b94 100644 | |
--- a/Source/WebCore/PlatformQt.cmake | |
+++ b/Source/WebCore/PlatformQt.cmake | |
@@ -169,15 +169,19 @@ if (USE_QT_MULTIMEDIA) | |
) | |
endif () | |
-qt5_add_resources(WebCore_SOURCES | |
- WebCore.qrc |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
WTF.dll!WTFCrash() Line 322 C++ | |
Qt5WebKit.dll!WTF::String::characters16() Line 178 C++ | |
> Qt5WebKit.dll!WebCore::toNormalizedQString(const WebCore::TextRun & run={...}) Line 61 C++ | |
Qt5WebKit.dll!WebCore::FontCascade::floatWidthForComplexText(const WebCore::TextRun & run={...}, WTF::HashSet<WebCore::Font const *,WTF::PtrHash<WebCore::Font const *>,WTF::HashTraits<WebCore::Font const *> > * __formal=0x000000b4a25512b8, WebCore::GlyphOverflow * __formal=0x000000b4a2550518) Line 206 C++ | |
Qt5WebKit.dll!WebCore::FontCascade::width(const WebCore::TextRun & run={...}, WTF::HashSet<WebCore::Font const *,WTF::PtrHash<WebCore::Font const *>,WTF::HashTraits<WebCore::Font const *> > * fallbackFonts=0x000000b4a25512b8, WebCore::GlyphOverflow * glyphOverflow=0x000000b4a2550518) Line 372 C++ | |
Qt5WebKit.dll!WebCore::textWidth(WebCore::RenderText & text={...}, unsigned int from=0, unsigned int len=2, const WebCore::FontCascade & font={...}, float xPos=205.000000, bool isFixedPitch=false, bool collapseWhiteSpace=true, WT |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Qt5WebKit!WTFCrash+0x63 | |
Qt5WebKit!WTFCrash+0x4b | |
ntdll!RtlpAllocateHeapInternal+0xce | |
KERNELBASE!VirtualAlloc+0x58 | |
Qt5WebKit!WTF::OSAllocator::reserveUncommitted+0x3e | |
Qt5WebKit!WTF::PageAllocationAligned::allocate+0x2a | |
Qt5WebKit!JSC::JSObject::convertInt32ToDoubleOrContiguousWhilePerformingSetIndex+0x1db | |
Qt5WebKit!JSC::JSProxy::visitChildren+0x4375e | |
Qt5WebKit!JSC::JSSegmentedVariableObject::visitChildren+0x307 | |
Qt5WebKit!JSC::JSSegmentedVariableObject::visitChildren+0x318 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Disassembly for ?fastMalloc@WTF@@YAPAXI@Z (0x00000000`10BF66D0) | |
;******************************************************************************** | |
; ?fastMalloc@WTF@@YAPAXI@Z (0x00000000`10BF66D0) | |
; Starting RVA: 00000000`00BF66D0 | |
; Section: .text + 0x00BF56D0 | |
; Export Symbol: ?fastMalloc@WTF@@YAPAXI@Z (715) | |
0x00000000`10BF66D0: 56 PUSH ESI | |
0x00000000`10BF66D1: FF742408 PUSH DWORD PTR [ESP+0x8] | |
0x00000000`10BF66D5: FF15BC33C010 CALL DWORD PTR DS:[MSVCR120.dll!malloc] ; (0x00000000`10C033BC) | |
0x00000000`10BF66DB: 8BF0 MOV ESI,EAX |