Bug 50425 - gideon crash - click remove button twice in automake manager
Summary: gideon crash - click remove button twice in automake manager
Status: CLOSED FIXED
Alias: None
Product: kdevelop
Classification: Applications
Component: kdevelop 2.x (obsolete) (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR crash
Target Milestone: ---
Assignee: KDevelop-Devel List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-11-08 20:21 UTC by Brian Gold
Modified: 2002-11-13 17:13 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Brian Gold 2002-11-08 20:21:04 UTC
Version:           gideon (using KDE KDE 3.0.9)
Installed from:    Compiled From Sources
Compiler:          gcc version 2.95.4 20011002 (Debian prerelease)  
OS:          Linux

Open Automake manager (in IDEAl mode)
Select a source file in bottom half
Click remove file button - say ok
Remove file button stays active - click again and crash.

Occurred within a "C++ Hello world" application, latest CVS gideon (20021108 - 8AM EST)
Comment 1 Brian Gold 2002-11-08 21:25:27 UTC
Similar bugs are found by selecting a source file in the bottom pane (details view?), and 
then clicking off a source file.  Probably related, so not entering whole new bug. 
Comment 2 Yann Hodique 2002-11-11 11:09:10 UTC
Fixed in CVS
Comment 3 Brian Gold 2002-11-13 14:54:01 UTC
Subject: Re:  gideon crash - click remove button twice in automake manager

On Monday 11 November 2002 05:10 am, you wrote:
> ------- You are receiving this mail because: -------
> You reported the bug, or are watching the reporter.
>
> http://bugs.kde.org/show_bug.cgi?id=50425
> y_hodique@yahoo.fr changed:
>
>            What    |Removed                     |Added
> ---------------------------------------------------------------------------
>- Status|RESOLVED                    |CLOSED


Hmmm.... when I go to webcvs, I see your changes.  However, a "cvs status 
autoprojectwidget.cpp" shows that the current revision is 1.48 - one less 
than what webcvs shows.  I removed my copy, and did a "cvs update -r 1.49 
autoprojectwidget.cpp" and got:

bsdcvs server: warning: autoprojectwidget.cpp is not (any longer) pertinent

Just doing a cvs update autoprojectwidget.cpp gets me the right file again.  I 
also tried checking out a completely new copy of kdevelop - same result.

Thanks for any help,
Brian

Comment 4 Caleb Tennis 2002-11-13 17:13:17 UTC
Are you updating from a mirror?  It's possible it hadn't updated the change to 1.49.  Everything 
looks okay from cvs.kde.org 
 
 
Comment 5 Brian Gold 2002-11-13 17:38:42 UTC
Subject: Re:  gideon crash - click remove button twice in
	automake manager

On Wed, 2002-11-13 at 11:13, Caleb Tennis wrote:
> ------- You are receiving this mail because: -------
> You reported the bug, or are watching the reporter.
>      
> http://bugs.kde.org/show_bug.cgi?id=50425     
> 
> 
> 
> 
> ------- Additional Comments From caleb@aei-tech.com  2002-11-13 17:13 -------
> Are you updating from a mirror?  It's possible it hadn't updated the change to 1.49.  Everything 
> looks okay from cvs.kde.org

I was using anoncvs.kde.org, as per the kdevelop.org instructions.  I
can't do cvs.kde.org b/c I don't have an account.  I switched to
cvsup.kde.org (still using anonymous), and got the latest version
(1.49), still using the basic cvs commands (i.e. not using the cvsup
program itself).  Is something funny going on with anoncvs.kde.org?

Thanks for the help,
Brian