Closed GoogleCodeExporter closed 9 years ago
I am having the same problem. I am running Windows XP, Qt 4.3.1, latest
QDevelop
from svn as of today, MinGW 3.4.2. I ran QDevelop in debug mode, here is the
error I
get:
Program received signal SIGSEGV, Segmentation fault.
0x004e3349 in _size_of_stack_reserve__ ()
(gdb)
BFD: C:\WINDOWS\system32\wmvcore.dll (.reloc): Section flag
IMAGE_SCN_MEM_NOT_PAGED
(0x8000000) ignored
warning: QObject::connect: Cannot connect
TextEdit::initParse(InitCompletion::Request, QString, QString, bool, bool, bool,
QString) to (null)::slotInitParse(InitCompletion::Request, QString, QString,
bool,
bool, bool, QString)
Original comment by monst...@gmail.com
on 11 Jun 2008 at 2:33
It has to do with the auto completion. Since a project has not been opened,
m_completion is never set, so it is NULL. What needs to be fixed is when a
file is
opened but a project is not, then do not attempt auto completion.
Original comment by monst...@gmail.com
on 11 Jun 2008 at 3:31
This is a duplicate of issue 223
http://code.google.com/p/qdevelop/issues/detail?id=223
Original comment by monst...@gmail.com
on 11 Jun 2008 at 8:04
Fixed in revision 329
Original comment by jlbi...@gmail.com
on 19 Jul 2008 at 4:03
Original issue reported on code.google.com by
njperez@gmail.com
on 12 Mar 2008 at 6:49Attachments: