code-google-com / qdevelop

Automatically exported from code.google.com/p/qdevelop
GNU General Public License v2.0
1 stars 1 forks source link

QDevelop hangs #264

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. open the IDE.
2. Create a main.cpp File and Saved
3. when i try to edit the File QDevelop hangs

Thanks for the Help.

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?

MinGW 4.1.1

Qt 4.3.4 

QDevelop Version 0.25

Windows XP sp2

Please provide any additional information below.

on the External tools i didn't specified the make & gdb External Programs
every things is as default.

Original issue reported on code.google.com by njperez@gmail.com on 12 Mar 2008 at 6:49

Attachments:

GoogleCodeExporter commented 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

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
Fixed in revision 329

Original comment by jlbi...@gmail.com on 19 Jul 2008 at 4:03