2011-09-27 11:54:44 +02:00
|
|
|
/****************************************************************************
|
|
|
|
|
**
|
2014-01-07 13:27:11 +01:00
|
|
|
** Copyright (c) 2014 Digia Plc and/or its subsidiary(-ies).
|
2012-10-02 09:12:39 +02:00
|
|
|
** Contact: http://www.qt-project.org/legal
|
2011-09-27 11:54:44 +02:00
|
|
|
**
|
2012-10-02 09:12:39 +02:00
|
|
|
** This file is part of Qt Creator
|
2011-09-27 11:54:44 +02:00
|
|
|
**
|
|
|
|
|
**
|
|
|
|
|
** GNU Free Documentation License
|
|
|
|
|
**
|
|
|
|
|
** Alternatively, this file may be used under the terms of the GNU Free
|
|
|
|
|
** Documentation License version 1.3 as published by the Free Software
|
|
|
|
|
** Foundation and appearing in the file included in the packaging of this
|
|
|
|
|
** file.
|
|
|
|
|
**
|
|
|
|
|
**
|
|
|
|
|
****************************************************************************/
|
|
|
|
|
|
|
|
|
|
// **********************************************************************
|
|
|
|
|
// NOTE: the sections are not ordered by their logical order to avoid
|
|
|
|
|
// reshuffling the file each time the index order changes (i.e., often).
|
|
|
|
|
// Run the fixnavi.pl script to adjust the links to the index order.
|
|
|
|
|
// **********************************************************************
|
|
|
|
|
|
|
|
|
|
/*!
|
2014-03-17 12:18:12 +01:00
|
|
|
\contentspage {Qt Creator Manual}
|
2011-09-27 11:54:44 +02:00
|
|
|
\previouspage creator-tips.html
|
|
|
|
|
\page creator-known-issues.html
|
2011-12-13 11:52:47 +01:00
|
|
|
\nextpage creator-glossary.html
|
2011-09-27 11:54:44 +02:00
|
|
|
|
|
|
|
|
\title Known Issues
|
|
|
|
|
|
|
|
|
|
This section lists known issues in \QC version \qtcversion. The development
|
|
|
|
|
team is aware of them, and therefore, you do not need to report them as
|
|
|
|
|
bugs.
|
|
|
|
|
|
|
|
|
|
For a list of fixed issues and added features, see the changelog file in
|
2013-05-31 14:26:01 +02:00
|
|
|
the \c{qtcreator\dist} folder or the \l{http://bugreports.qt-project.org}
|
2011-09-27 11:54:44 +02:00
|
|
|
{Qt Bug Tracker}.
|
|
|
|
|
|
|
|
|
|
\section1 General Issues
|
|
|
|
|
|
|
|
|
|
\list
|
|
|
|
|
|
2013-02-06 08:50:23 +01:00
|
|
|
\li If you change the Input Languages in Windows, \QC might not
|
2011-09-27 11:54:44 +02:00
|
|
|
respond for 30 seconds. This is a known issue in the Advanced Text
|
|
|
|
|
Service of Microsoft Windows.
|
|
|
|
|
|
2013-02-06 08:50:23 +01:00
|
|
|
\li \QC uses SQLite for storing some of its settings. SQLite is
|
2011-09-27 11:54:44 +02:00
|
|
|
known to have problems with certain NFS servers (most notably the
|
|
|
|
|
nfs-user-server 2.2beta), since they can lock up the application
|
|
|
|
|
when it tries to lock the database. If your home directory is on an
|
|
|
|
|
NFS share and you encounter this issue, one option would be to
|
|
|
|
|
switch to the nfs-kernel-server, or create a symlink so that the
|
|
|
|
|
settings are stored locally.
|
|
|
|
|
|
2013-02-06 08:50:23 +01:00
|
|
|
\li Qt 4.7.4 is known to contain a bug exposed by g++ 4.6 which triggers
|
2011-11-11 14:09:48 +01:00
|
|
|
a crash in \QC. For more information, see
|
2013-05-31 14:26:01 +02:00
|
|
|
\l{http://bugreports.qt-project.org/browse/QTBUG-21265}{QTBUG-21265}
|
2011-11-11 14:09:48 +01:00
|
|
|
|
2013-02-06 08:50:23 +01:00
|
|
|
\li The Okteta KDE custom widget plugin might be installed as part of
|
2011-09-27 11:54:44 +02:00
|
|
|
some Linux distributions. It can cause Qt Designer to crash. For
|
|
|
|
|
more information, see:
|
|
|
|
|
|
|
|
|
|
\list
|
|
|
|
|
|
2013-05-31 14:26:01 +02:00
|
|
|
\li \l{http://bugs.launchpad.net/ubuntu/+source/kdeutils/+bug/662005}
|
2011-09-27 11:54:44 +02:00
|
|
|
{Ubuntu bug 662005}
|
|
|
|
|
|
2013-05-31 14:26:01 +02:00
|
|
|
\li \l{http://bugreports.qt-project.org/browse/QTBUG-12025}
|
2011-09-27 11:54:44 +02:00
|
|
|
{QTBUG-12025}
|
|
|
|
|
|
|
|
|
|
\endlist
|
|
|
|
|
|
|
|
|
|
To resolve the issue, enter the following command to remove the
|
|
|
|
|
package:
|
|
|
|
|
\code
|
|
|
|
|
sudo apt-get remove okteta
|
|
|
|
|
\endcode
|
|
|
|
|
Or delete the following file:
|
|
|
|
|
\c /usr/lib/kde4/plugins/designer/oktetadesignerplugin.so.
|
|
|
|
|
|
|
|
|
|
\endlist
|
|
|
|
|
|
|
|
|
|
\section1 Editing Issues
|
|
|
|
|
|
|
|
|
|
\list
|
|
|
|
|
|
2013-02-06 08:50:23 +01:00
|
|
|
\li Code completion does not support typedefs for nested classes.
|
2011-09-27 11:54:44 +02:00
|
|
|
|
|
|
|
|
\endlist
|
|
|
|
|
|
|
|
|
|
\section1 Projects Issues
|
|
|
|
|
|
|
|
|
|
\list
|
|
|
|
|
|
2013-02-06 08:50:23 +01:00
|
|
|
\li Paths or file names containing spaces or special characters
|
2011-09-27 11:54:44 +02:00
|
|
|
(such as colons, dollar signs, and hash marks) may cause problems.
|
|
|
|
|
This is because some of the tools \QC uses in the background have
|
|
|
|
|
restrictions on the characters allowed in file and directory names.
|
|
|
|
|
To be on the safe side, we recommend creating projects and project
|
|
|
|
|
items with names consisting of plain characters, numbers,
|
|
|
|
|
underscores, and hyphens.
|
|
|
|
|
|
2013-02-06 08:50:23 +01:00
|
|
|
\li Creating new CMake projects with \QC is not supported.
|
2011-09-27 11:54:44 +02:00
|
|
|
|
2014-12-11 15:43:19 +01:00
|
|
|
\li If error messages displayed in the \uicontrol {Compile Output} pane contain
|
2011-09-27 11:54:44 +02:00
|
|
|
paths where slashes are missing (for example, C:QtSDK),
|
|
|
|
|
check your PATH variable. For more information, see
|
|
|
|
|
\l{Troubleshooting MinGW Compilation Errors}.
|
|
|
|
|
|
|
|
|
|
\endlist
|
|
|
|
|
|
|
|
|
|
\section1 Debugging Issues
|
|
|
|
|
|
|
|
|
|
\list
|
|
|
|
|
|
2013-02-06 08:50:23 +01:00
|
|
|
\li When debugging executables created by the GNU Compiler version 4.5.0
|
2011-09-27 11:54:44 +02:00
|
|
|
(all platforms), some data types will not be displayed in the
|
2014-12-11 15:43:19 +01:00
|
|
|
\uicontrol{Locals and Expressions} view due to missing debug information.
|
2011-09-27 11:54:44 +02:00
|
|
|
|
2013-02-06 08:50:23 +01:00
|
|
|
\li GDB on Windows may not work if the 'Embassy \reg Security Center'
|
2011-09-27 11:54:44 +02:00
|
|
|
software by 'Wave \reg Systems' is installed and active (causing
|
|
|
|
|
crashes in \c{vxvault.dll)}).
|
|
|
|
|
|
2013-02-06 08:50:23 +01:00
|
|
|
\li GDB may take long to load debugging symbols, especially from large
|
2011-09-27 11:54:44 +02:00
|
|
|
libraries.
|
|
|
|
|
|
2013-02-06 08:50:23 +01:00
|
|
|
\li Setting breakpoints in code that is compiled into the binary more
|
2011-09-27 11:54:44 +02:00
|
|
|
than once does not work.
|
|
|
|
|
|
2013-02-06 08:50:23 +01:00
|
|
|
\li Setting breakpoints in files that do not have unique absolute
|
2011-09-27 11:54:44 +02:00
|
|
|
paths may fail. For example, remounting parts of a file system
|
|
|
|
|
using the --bind mount option.
|
|
|
|
|
|
2013-02-06 08:50:23 +01:00
|
|
|
\li A regression in GCC 4.5.0 causes return value optimization to
|
2011-11-09 16:38:17 +01:00
|
|
|
produce inaccurate debug info that GCC applies also to
|
|
|
|
|
non-optimized builds. For more information, see
|
|
|
|
|
\l{http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44731}
|
2013-02-07 14:38:13 +01:00
|
|
|
{GCC Bugzilla - Bug 44731}.
|
2011-11-09 16:38:17 +01:00
|
|
|
|
2011-09-27 11:54:44 +02:00
|
|
|
\endlist
|
|
|
|
|
|
|
|
|
|
\section1 Qt Quick Designer Issues
|
|
|
|
|
|
|
|
|
|
\list
|
|
|
|
|
|
2014-07-21 15:43:48 +02:00
|
|
|
\li \QMLD uses a QML emulation layer (QML Puppet) to render and preview
|
2011-09-27 11:54:44 +02:00
|
|
|
images and to collect data. Executing C++ code might cause the QML
|
2014-07-21 15:43:48 +02:00
|
|
|
emulation layer to crash. If it crashes, an error message is displayed and
|
2011-09-27 11:54:44 +02:00
|
|
|
you can continue editing the QML file in the code editor.
|
|
|
|
|
|
|
|
|
|
\endlist
|
|
|
|
|
*/
|