User forums > Nightly builds

The 13 september 2006 build is out.

<< < (2/4) > >>

sethjackson:

--- Quote from: Hardi on September 13, 2006, 08:14:04 pm ---I am having a reproducible crash bug which I'd like you to resolve:

1. Make a cpp file.

write the following code in it:

--- Code: (cpp) ---#include <iostream>

class A
{
    public:
        void F1() { };
        void F2() { };
};

int main()
{
}

--- End code ---

Open notepad (any program will do, just as long as you can use the Alt+Tab feature for switching between programs in Windows).
You should have the code auto-completion thingy on (i think it's that).
Now write A:: in main(), so it will look like:
int main()
{
  A::
}

Now a box should popup that offers you to choose between F1() and F2()
but if you immidiately switch to another program before the box pops up, C::B will produce a crash message.

--- End quote ---

I can confirm it. You have to be fast with the alt-tab to reproduce.

kkez:
You just have to increase the time that the code-completion window takes to show up from the options. I do get a Woah! but if i click on "Stop" (the first button) C::B doesn't crash.

David Perfors:

--- Quote from: MortenMacFly on September 13, 2006, 09:55:57 pm ---
--- Quote from: mispunt on September 13, 2006, 09:20:32 pm ---The only strange thing is that the box is popping up above the window I open...

--- End quote ---
You mean this one:
--snap--
??? -> Yes, this looks strange... well... erm... or like a bug?! ;-)
With regards, Morten.

--- End quote ---
No I mean the "normal" popup as you can see normaly in C::B, but then in (in my case) firefox.

But I think a stack trace would be usefull ;) I tried it, but I don't get it....

Vampyre_Dark:
Correctly remember the window size and position from last run, even if maximized
The undocked manager still comes back up at the same size as the main window, but at it's old position.

TDragon:

--- Quote from: killerbot on September 13, 2006, 08:00:31 pm ---Align all plugin toolbars vertically when initializing the layout. If users are missing some toolbars, they should delete the current layout and it will be fixed

--- End quote ---
Much appreciated.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version