[Webkit-unassigned] [Bug 44052] Crash on mingw-w64 in Qt Browser demo and Assistant

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Sep 13 12:22:25 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=44052





--- Comment #2 from vanboxem.ruben at gmail.com  2010-09-13 12:22:25 PST ---
I downloaded a nightly snapshot dated 13-9-2010 and got this error when building with Qt 4.7 from git (~11-9-2010):

perl WebKitTools\Scripts\build-webkit --qt
...
g++ -c -Wall -Wextra -Wreturn-type -fno-strict-aliasing -Wcast-align -Wchar-subscripts -Wformat-security -Wreturn-type -Wno-unused-parameter -Wno-sign-compare -Wno-switch -Wno-switch-enum -Wundef -Wmissing-noreturn -Winit-self -O3 -frtti -fexceptions -mthreads -flto -DUNICODE -DQT_LARGEFILE_SUPPORT -DBUILDING_QT__=1 -DWTF_USE_ACCELERATED_COMPOSITING -DUSE_SYSTEM_MALLOC -DNDEBUG -D_HAS_TR1=0 -DBUILDING_QT__ -DBUILDING_JavaScriptCore -DBUILDING_WTF -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT -I"..\..\..\..\Qt\include\QtCore" -I"..\..\..\..\Qt\include" -I"..\..\..\JavaScriptCore" -I"..\..\..\..\WebKit" -I"..\..\..\JavaScriptCore\assembler" -I"..\..\..\JavaScriptCore\bytecode" -I"..\..\..\JavaScriptCore\bytecompiler" -I"..\..\..\JavaScriptCore\debugger" -I"..\..\..\JavaScriptCore\interpreter" -I"..\..\..\JavaScriptCore\jit" -I"..\..\..\JavaScriptCore\parser" -I"..\..\..\JavaScriptCore\pcre" -I"..\..\.
 .\JavaScriptCore\profiler" -I"..\..\..\JavaScriptCore\runtime" -I"..\..\..\JavaScriptCore\wtf" -I"m:\Development\x64\WebKit\JavaScriptCore\wtf\symbian" -I"..\..\..\JavaScriptCore\wtf\unicode" -I"..\..\..\JavaScriptCore\yarr" -I"..\..\..\JavaScriptCore\API" -I"..\..\..\JavaScriptCore\ForwardingHeaders" -I"generated" -I"..\include\QtWebKit" -I"..\..\..\JavaScriptCore\pcre" -I"m:\Development\x64\WebKit\WebKitBuild\Release\JavaScriptCore\tmp" -I"..\..\..\..\Qt\include\ActiveQt" -I"release" -I"..\..\..\JavaScriptCore" -I"." -I"..\..\..\..\Qt\mkspecs\default" -o obj\release\ExecutableAllocatorFixedVMPool.o ..\..\..\JavaScriptCore\jit\ExecutableAllocatorFixedVMPool.cpp
..\..\..\JavaScriptCore\jit\ExecutableAllocatorFixedVMPool.cpp:35:22: fatal error: sys/mman.h: No such file or directory
compilation terminated.

sys/mman.h isn't present for a mingw toolchain... perhaps some other build steps are needed, but it seems Platform.h has changed quite a bit since I had it modified for mingw-w64... Is JIT now enabled for 64-bit Windows + GCC (mingw-w64)?

I must be honest and say that the problem I reported here, went away somewhere in September, and Qt 4.7 Webkit does not exhibit this problem.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list