[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kdevelop-devel
Subject:    [Bug 74336] New: much qDebug output in an application crashes kdevelop
From:       holger-kde () holgis ! net
Date:       2004-02-06 12:14:05
Message-ID: 20040206121405.29306.qmail () ktown ! kde ! org
[Download RAW message or body]

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
      
http://bugs.kde.org/show_bug.cgi?id=74336      
           Summary: much qDebug output in an application crashes kdevelop
           Product: kdevelop
           Version: 3.0.0
          Platform: unspecified
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: crash
          Priority: NOR
         Component: general
        AssignedTo: kdevelop-devel@kdevelop.org
        ReportedBy: holger-kde@holgis.net


Version:           3.0.0 (using KDE 3.2.0, Gentoo)
Compiler:          gcc version 3.2.3 20030422 (Gentoo Linux 1.4 3.2.3-r3, propolice)
OS:          Linux (i686) release 2.6.0-gentoo

Hi,

on much debug output of a program kdevelop 3.0.0 silently dies without a backtrace. \
to reproduce do the following:

create a new project: a kde application framework, compile it, run it, verify that it \
works. now edit the <project>view.cpp. for example in the method fileNew and add a \
loop, that only produces debug output:

void crashtestdummy::fileNew()
{
    // this slot is called whenever the File->New menu is selected,
    // the New shortcut is pressed (usually CTRL+N) or the New toolbar
    // button is clicked
    while ( true )
    {
	qDebug( "this is a debug statement..." );
	qDebug( "this is a very \
looooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooong debug \
statement..." );  }

    // create a new window
    (new crashtestdummy)->show();
}


now run the program. for me it runs about 3 seconds and then the kdevelop window \
disappears. then i have to kill the test app.

also sometimes it seems as some debug lines in the kdevelop application window are \
printed more than once...

i hope this is enough description to reproduce.

thanks, Holger

_______________________________________________
Kdevelop-devel mailing list
Kdevelop-devel@barney.cs.uni-potsdam.de
http://barney.cs.uni-potsdam.de/mailman/listinfo/kdevelop-devel


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic