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 359317 - can't load debug manager
can't load debug manager
Status: VERIFIED FIXED
Product: anjuta
Classification: Applications
Component: plugins: debug-manager
CVS HEAD
Other All
: Normal normal
: ---
Assigned To: Anjuta maintainers
Anjuta maintainers
Depends on:
Blocks:
 
 
Reported: 2006-10-03 16:56 UTC by Adam Dingle
Modified: 2009-08-15 18:40 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
fix (2.44 KB, patch)
2006-10-03 17:04 UTC, Adam Dingle
committed Details | Review

Description Adam Dingle 2006-10-03 16:56:40 UTC
Please describe the problem:
The debug manager plugin won't load; the console shows the following error:

** (anjuta:8704): WARNING **: Could not open module: /usr/local/lib/anjuta/liban juta-debug-manager.so: undefined symbol: ianjuta_variable_debugger_delete


** (anjuta:8704): WARNING **: Invalid type: Can not load anjuta-debug-manager:De bugManagerPlugin

This is a recent regression.


Steps to reproduce:
1. 
2. 
3. 


Actual results:


Expected results:


Does this happen every time?


Other information:
Comment 1 Adam Dingle 2006-10-03 17:04:34 UTC
Created attachment 73956 [details] [review]
fix

Here's a fix.  The problem was that in the IAnjutaVariableDebugger interface we recently renamed the delete() method to delete_var(), but we forgot to update a few calls to this method to use the new name.
Comment 2 Johannes Schmid 2006-10-04 09:18:20 UTC
Thanks - sorry about forgetting those!
Comment 3 Johannes Schmid 2006-10-04 09:18:45 UTC
Thanks - sorry about forgetting those!
Comment 4 Naba Kumar 2006-12-04 10:01:44 UTC
Closing all fixed bugs. Sorry for the mass update :( ...