Details
-
Bug
-
Resolution: Duplicate
-
P1: Critical
-
None
-
5.15.1
-
None
Description
QCoreApplication::arguments() will readily crash when a positional argument is composed of one or more asterisks "*". Attached dead simple program that reproduces the problem. I am compiling and running this under MinGW64 using Qt 5.15.1.
Run the program with: Test.exe * and observe that it crashes.
Attachments
Issue Links
- duplicates
-
QTBUG-67515 MinGW: process fails with wildcards under windows command prompt: ASSERT: "allArguments.size() == d->origArgc" in file kernel/qcoreapplication.cpp, line 2362
- Closed