User forums > Nightly builds
The 25 August 2012 build (8248) is out.
OsminohejTygr:
Hello. Thank you for next nightly. I have a little bug in Settings->Editor...->BrowseTracker (on the picture bellow). Please can someone verify it? Thanks :)
[attachment deleted by admin]
janissl:
--- Quote from: OsminohejTygr on August 27, 2012, 09:39:01 pm ---I have a little bug in Settings->Editor...->BrowseTracker (on the picture bellow). Please can someone verify it?
--- End quote ---
I haven't such bug in my C::B installation.
Pecan:
--- Quote from: OsminohejTygr on August 27, 2012, 09:39:01 pm ---Hello. Thank you for next nightly. I have a little bug in Settings->Editor...->BrowseTracker (on the picture bellow). Please can someone verify it? Thanks :)
--- End quote ---
Fixed: svn 8252
Thanks for the report.
stefanos_:
greetings everyone.
I have built svn-8251, and when I right-click on a Headers / Sources sub-folder in Manager to remove files, it crashes.
Below you can find as an attachment the crash report.
System Specs:
OS = Windows XP SP3 [32-bit]
Compiler: TDM's GCC (the latest available)
wxWidgets = 2.8.10
xunxun:
--- Quote from: Agetian on August 27, 2012, 04:29:34 pm ---
--- Quote from: xunxun on August 27, 2012, 04:20:36 pm ---
--- Quote from: Agetian on August 27, 2012, 03:57:42 pm ---
--- Quote from: ollydbg on August 27, 2012, 03:22:42 pm ---@Agetian, I think it is a gdb bug or gcc bug, as you can see, print a value/expression does not work under the command line.
--- End quote ---
Yeah, it might as well be - I'll retry with some older revisions of MinGW (I have old binaries for 4.5 and 4.6 series) and see if that solves the issue, I'll keep you posted. Thanks!
EDIT: Yeah, definitely works after reverting to MinGW v4.6.1 - so, could be related to some gdb bug in the 4.7 series. Looks like this is not C::B-related.
--- End quote ---
Can you provide your project (maybe put it on some web space)?
I will look into the issue to see whether its related with gcc/gdb.
--- End quote ---
Sure thing, it's really a very simple test though, the entire test project that works as a test case consists of one file which is as follows:
--- Code: ---#include <iostream>
using namespace std;
int main()
{
string s = "Test";
cout << s << endl;
return 0;
}
--- End code ---
The breakpoint is set on the "cout << s << endl" line. I think it most surely is a gcc/gdb/mingw issue though, cause 4.6.1 works fine and 4.7.1 doesn't. I have, in addition to everything else, made double sure that I'm generating debugging symbols and that no optimizations are set, so it looks like a bug in gcc/gdb... Thanks for your desire to look into it!
--- End quote ---
I think it's a gdb issue, and I will test it on Linux or ask gdb mail list.
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version