After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 324096 - A Refresh at Symbol Browser blocks Anjuta when static class variable is of type "self" (non pointer).
A Refresh at Symbol Browser blocks Anjuta when static class variable is of ty...
Status: VERIFIED DUPLICATE of bug 315218
Product: anjuta
Classification: Applications
Component: plugins: symbol-browser
2.0.x
Other All
: Normal blocker
: ---
Assigned To: Anjuta maintainers
Anjuta maintainers
Depends on:
Blocks:
 
 
Reported: 2005-12-14 18:13 UTC by teikecorp
Modified: 2009-08-15 18:40 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description teikecorp 2005-12-14 18:13:01 UTC
Please describe the problem:
I have a class like this:

class A{
  static A m_A;
};

There is other methods and variables, but the point is when I go to symbol
browser and hit refresh, Anjuta blocks and the only thing I can do is SIGKILL it.

Then I go to project path and restore a backup I made of file: .tm_project2.cache

I found this exact point by commenting out the other parts of class declaration
and at last leaving only that line commented and then the problem happened when
I uncomment it.


Steps to reproduce:
1. create this class
 class A{
   //static A m_A;
 };

2. activate "refresh" at symbol browser tab
3. uncomment the "static" line, save file
4. activate "refresh" at symbol browser tab again
5. ajuta stop working


Actual results:
anjuta stop working

Expected results:
symbol browser refreshes normally

Does this happen every time?
at that circunstances, yes

Other information:
Anjuta ROCKS, most now that i found a workaround to that bug :D
Comment 1 Sébastien Granjoux 2005-12-14 21:34:37 UTC
I think it is the same bug than 315218 which has already been corrected in CVS head.
Comment 2 Johannes Schmid 2006-03-13 11:43:45 UTC

*** This bug has been marked as a duplicate of 315218 ***
Comment 3 Naba Kumar 2006-12-04 10:00:56 UTC
Closing all fixed bugs. Sorry for the mass update :( ...