Send MinGW-Notify mailing list submissions to
[email protected]
To subscribe or unsubscribe via the World Wide Web, visit
https://lists.osdn.me/mailman/listinfo/mingw-notify
or, via email, send a message with subject or body 'help' to
[email protected]
You can reach the person managing the list at
[email protected]
When replying, please edit your Subject line so it is more specific
than "Re: Contents of MinGW-Notify digest..."
Please do not reply to this notification; the sender address is unable to
accept incoming e-mail. If you wish to unsubscribe you can do so at
https://lists.osdn.me/mailman/listinfo/mingw-notify.
Today's Topics:
1. [mingw] #39232: Mingw crashing Windows with
IRQL_NOT_LESS_OR_EQUAL (MinGW Notification List)
2. [mingw] #39232: Mingw crashing Windows with
IRQL_NOT_LESS_OR_EQUAL (MinGW Notification List)
----------------------------------------------------------------------
Message: 1
Date: Thu, 09 May 2019 07:04:43 +0900
From: MinGW Notification List <[email protected]>
To: OSDN Ticket System <[email protected]>
Subject: [MinGW-Notify] [mingw] #39232: Mingw crashing Windows with
IRQL_NOT_LESS_OR_EQUAL
Message-ID: <[email protected]>
Content-Type: text/plain; charset=UTF-8
#39232: Mingw crashing Windows with IRQL_NOT_LESS_OR_EQUAL
Open Date: 2019-05-09 07:04
Last Update: 2019-05-09 07:04
URL for this Ticket:
https://osdn.net//projects/mingw/ticket/39232
RSS feed for this Ticket:
https://osdn.net/ticket/ticket_rss.php?group_id=3917&tid=39232
---------------------------------------------------------------------
Last Changes/Comment on this Ticket:
2019-05-09 07:04 Updated by: amianto
* New Ticket "Mingw crashing Windows with IRQL_NOT_LESS_OR_EQUAL" created
---------------------------------------------------------------------
Ticket Status:
Reporter: amianto
Owner: (None)
Type: Issues
Status: Open
Priority: 5 - Medium
MileStone: (None)
Component: (None)
Severity: 5 - Medium
Resolution: None
---------------------------------------------------------------------
Ticket details:
Hello everyone, I'm not a developer I'm just trying to collaborate the best way
I can. I'm trying to compile the MAME source code (https://github.com/mamedev/
mame) and make and clang++ is causing the Windows Pro (1803 - 17134.753 x64) to
crash with IRQL_NOT_LESS_OR_EQUAL and SYSTEM_SERVICE_EXCEPTION. I've run
Memtest86+ analysis and there is nothing wrong with my memory.
This is the options used to compile on Windows:
1. make OVERRIDE_CC=/mingw64/bin/clang OVERRIDE_CXX=/mingw64/bin/clang++
SYMBOLS=1 SYMLEVEL=1 STRIP_SYMBOLS=1 PTR64=1 SSE3=1 ARCHOPTS=-march="bdver1"
-mfpmath=sse NOWERROR=1 PRECOMPILE=0
I don't know how to handle it so I'm posting the crashdumps:
https://www.mediafire.com/file/m6b5og7e551bu9f/050219-33687-01.7z
https://www.mediafire.com/file/w22pnss6wc9thd3/050219-33750-01.7z
https://www.mediafire.com/file/czexpka6q6q11ro/analysis.zip
I've notice this problem after the previous mingw update from clang 7 to 8.
Thank you.
1. ld -v
2. GNU ld (GNU Binutils) 2.30
3.
4. uname -a
5. MINGW64_NT-10.0-17134 Dragon 3.0.6-338.x86_64 2019-04-15 06:44 UTC x86_64
Msys
6.
7. make -v
8. GNU Make 4.2.1
9. Compilado para x86_64-pc-msys
10.
11. clang++ -v
12. clang version 8.0.0 (tags/RELEASE_800/final)
13. Target: x86_64-w64-windows-gnu
14. Thread model: posix
15. InstalledDir: D:\msys64\mingw64\bin
16.
17. gcc -v
18. Using built-in specs.
19. COLLECT_GCC=D:\msys64\mingw64\bin\gcc.exe
20.
COLLECT_LTO_WRAPPER=D:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/lto-wrapper.exe
21. Target: x86_64-w64-mingw32
22. Configured with: ../gcc-8.3.0/configure --prefix=/mingw64
--with-local-prefix=/mingw64/local --build=x86_64-w64-mingw32
--host=x86_64-w64-mingw32 --target=x86_64-w64-mingw32
--with-native-system-header-dir=/mingw64/x86_64-w64-mingw32/include
--libexecdir=/mingw64/lib --enable-bootstrap --with-arch=x86-64
--with-tune=generic --enable-languages=ada,c,lto,c++,objc,obj-c++,fortran
--enable-shared --enable-static --enable-libatomic --enable-threads=posix
--enable-graphite --enable-fully-dynamic-string
--enable-libstdcxx-filesystem-ts=yes --enable-libstdcxx-time=yes
--disable-libstdcxx-pch --disable-libstdcxx-debug --disable-isl-version-check
--enable-lto --enable-libgomp --disable-multilib --enable-checking=release
--disable-rpath --disable-win32-registry --disable-nls --disable-werror
--disable-symvers --with-libiconv --with-system-zlib --with-gmp=/mingw64
--with-mpfr=/mingw64 --with-mpc=/mingw64 --with-isl=/mingw64
--with-pkgversion='Rev2, Built by MSYS2 project'
--with-bugurl=https://sourceforge.net/projects/msys2 --with-gnu-as --with-gnu-ld
23. Thread model: posix
24. gcc version 8.3.0 (Rev2, Built by MSYS2 project)
--
Ticket information of MinGW - Minimalist GNU for Windows project
MinGW - Minimalist GNU for Windows Project is hosted on OSDN
Project URL: https://osdn.net/projects/mingw/
OSDN: https://osdn.net
URL for this Ticket:
https://osdn.net/projects/mingw/ticket/39232
RSS feed for this Ticket:
https://osdn.net/ticket/ticket_rss.php?group_id=3917&tid=39232
------------------------------
Message: 2
Date: Wed, 08 May 2019 23:59:09 +0100
From: MinGW Notification List <[email protected]>
To: OSDN Ticket System <[email protected]>
Subject: [MinGW-Notify] [mingw] #39232: Mingw crashing Windows with
IRQL_NOT_LESS_OR_EQUAL
Message-ID: <[email protected]>
Content-Type: text/plain; charset=UTF-8
#39232: Mingw crashing Windows with IRQL_NOT_LESS_OR_EQUAL
Open Date: 2019-05-08 23:04
Last Update: 2019-05-08 23:59
URL for this Ticket:
https://osdn.net//projects/mingw/ticket/39232
RSS feed for this Ticket:
https://osdn.net/ticket/ticket_rss.php?group_id=3917&tid=39232
---------------------------------------------------------------------
Last Changes/Comment on this Ticket:
2019-05-08 23:59 Updated by: keith
* Status Update from Open to Closed
* Resolution Update from None to Invalid
Comment:
gcc version 8.3.0 (Rev2, Built by MSYS2 project)
This is not a MinGW product. MSYS2 is not affiliated with MinGW; any
misrepresentation that it is constitutes unauthorized, and thus illegal, abuse
of our registered trademark. Can't help you, sorry.
---------------------------------------------------------------------
Ticket Status:
Reporter: amianto
Owner: (None)
Type: Issues
Status: Closed
Priority: 5 - Medium
MileStone: (None)
Component: (None)
Severity: 5 - Medium
Resolution: Invalid
---------------------------------------------------------------------
Ticket details:
Hello everyone, I'm not a developer I'm just trying to collaborate the best way
I can. I'm trying to compile the MAME source code (https://github.com/mamedev/
mame) and make and clang++ is causing the Windows Pro (1803 - 17134.753 x64) to
crash with IRQL_NOT_LESS_OR_EQUAL and SYSTEM_SERVICE_EXCEPTION. I've run
Memtest86+ analysis and there is nothing wrong with my memory.
This is the options used to compile on Windows:
1. make OVERRIDE_CC=/mingw64/bin/clang OVERRIDE_CXX=/mingw64/bin/clang++
SYMBOLS=1 SYMLEVEL=1 STRIP_SYMBOLS=1 PTR64=1 SSE3=1 ARCHOPTS=-march="bdver1"
-mfpmath=sse NOWERROR=1 PRECOMPILE=0
I don't know how to handle it so I'm posting the crashdumps:
https://www.mediafire.com/file/m6b5og7e551bu9f/050219-33687-01.7z
https://www.mediafire.com/file/w22pnss6wc9thd3/050219-33750-01.7z
https://www.mediafire.com/file/czexpka6q6q11ro/analysis.zip
I've notice this problem after the previous mingw update from clang 7 to 8.
Thank you.
1. ld -v
2. GNU ld (GNU Binutils) 2.30
3.
4. uname -a
5. MINGW64_NT-10.0-17134 Dragon 3.0.6-338.x86_64 2019-04-15 06:44 UTC x86_64
Msys
6.
7. make -v
8. GNU Make 4.2.1
9. Compilado para x86_64-pc-msys
10.
11. clang++ -v
12. clang version 8.0.0 (tags/RELEASE_800/final)
13. Target: x86_64-w64-windows-gnu
14. Thread model: posix
15. InstalledDir: D:\msys64\mingw64\bin
16.
17. gcc -v
18. Using built-in specs.
19. COLLECT_GCC=D:\msys64\mingw64\bin\gcc.exe
20.
COLLECT_LTO_WRAPPER=D:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/lto-wrapper.exe
21. Target: x86_64-w64-mingw32
22. Configured with: ../gcc-8.3.0/configure --prefix=/mingw64
--with-local-prefix=/mingw64/local --build=x86_64-w64-mingw32
--host=x86_64-w64-mingw32 --target=x86_64-w64-mingw32
--with-native-system-header-dir=/mingw64/x86_64-w64-mingw32/include
--libexecdir=/mingw64/lib --enable-bootstrap --with-arch=x86-64
--with-tune=generic --enable-languages=ada,c,lto,c++,objc,obj-c++,fortran
--enable-shared --enable-static --enable-libatomic --enable-threads=posix
--enable-graphite --enable-fully-dynamic-string
--enable-libstdcxx-filesystem-ts=yes --enable-libstdcxx-time=yes
--disable-libstdcxx-pch --disable-libstdcxx-debug --disable-isl-version-check
--enable-lto --enable-libgomp --disable-multilib --enable-checking=release
--disable-rpath --disable-win32-registry --disable-nls --disable-werror
--disable-symvers --with-libiconv --with-system-zlib --with-gmp=/mingw64
--with-mpfr=/mingw64 --with-mpc=/mingw64 --with-isl=/mingw64
--with-pkgversion='Rev2, Built by MSYS2 project'
--with-bugurl=https://sourceforge.net/projects/msys2 --with-gnu-as --with-gnu-ld
23. Thread model: posix
24. gcc version 8.3.0 (Rev2, Built by MSYS2 project)
--
Ticket information of MinGW - Minimalist GNU for Windows project
MinGW - Minimalist GNU for Windows Project is hosted on OSDN
Project URL: https://osdn.net/projects/mingw/
OSDN: https://osdn.net
URL for this Ticket:
https://osdn.net/projects/mingw/ticket/39232
RSS feed for this Ticket:
https://osdn.net/ticket/ticket_rss.php?group_id=3917&tid=39232
------------------------------
Subject: Digest Footer
_______________________________________________
MinGW-Notify mailing list
[email protected]
https://lists.osdn.me/mailman/listinfo/mingw-notify
------------------------------
End of MinGW-Notify Digest, Vol 20, Issue 3
*******************************************