[Qt-interest] qFatal when creating QLocale
Schimkowitsch Robert
Robert.Schimkowitsch at andritz.com
Mon Jul 18 17:38:09 CEST 2011
In 4.7.3, I get an assertion when I attempt to create a QLocale object
on the stack.
I have tried
QLocale tempoaryLocale = QLocale::system();
and
QLocale tempoaryLocale;
and
QLocale tempoaryLocale(QLocale::German, QLocale::Austria);
all run into the same assertion, specifically
ASSERT: "index <= locale_data_size" in file
<c:\ndk_buildrepos\qt-desktop\src\corelib\tools\qlocale.cpp, line 2175>
I am using Windows XP with a German/Austria system locale.
How can I create a QLocale on the stack without a crash?
Kind regards
Robert Schimkowitsch
#####################################################################################
This message and any attachments are solely for the use of the intended recipients. They may contain privileged and/or confidential information or other information protected from disclosure. If you are not an intended recipient, you are hereby notified that you received this email in error and that any review, dissemination, distribution or copying of this email and any attachment is strictly prohibited. If you have received this email in error, please contact the sender and delete the message and any attachment from your system.
Thank You.
#####################################################################################
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.qt-project.org/pipermail/qt-interest-old/attachments/20110718/bc33ad1f/attachment.html
More information about the Qt-interest-old
mailing list