User forums > Nightly builds

The 25 June 2008 build (5106) is out.

<< < (4/10) > >>

Loaden:

--- Quote from: Biplab on June 28, 2008, 03:24:26 pm ---
You report a number of crashes which no other users / devs can confirm which is really weird.

--- End quote ---

Because you computer is fast, but my computer is slow.
When i close CB's 'close btn', CB can not shut. so i close CB's 'Close Button' again, then, CB crash!

Biplab:

--- Quote from: Loaden on June 29, 2008, 02:34:40 am ---Because you computer is fast, but my computer is slow.
When i close CB's 'close btn', CB can not shut. so i close CB's 'Close Button' again, then, CB crash!

--- End quote ---

Hmm.. If that is the case then you have to be little patient. If a bug is not reproducible, it's difficult to fix. :)

Der Meister:

--- Quote from: Biplab on June 28, 2008, 03:24:26 pm ---
--- Quote from: Loaden on June 28, 2008, 03:19:28 pm ---When i close CB, but the PC so slow, so i click 'close button' again, and CB crash!

if click CB's close btn two times, CB will crash.

--- End quote ---

You report a number of crashes which no other users / devs can confirm which is really weird.

--- End quote ---
I can reproduce it and I'm working on a fix. Seems as if ProjectManager is accessed after it was already freed.

Edit:
Actually it was an easy one:

--- Code: ---
Index: src/src/main.cpp
===================================================================
--- src/src/main.cpp (revision 5106)
+++ src/src/main.cpp (working copy)
@@ -2577,6 +2577,9 @@
 
 void MainFrame::OnApplicationClose(wxCloseEvent& event)
 {
+    if (m_InitiatedShutdown)
+        return;
+
     CodeBlocksEvent evt(cbEVT_APP_START_SHUTDOWN);
     Manager::Get()->ProcessEvent(evt);
     Manager::Yield();

--- End code ---

Loaden:
Thanks to Der Meister!

Found new question: Debian OS, in CB's 'Management'->'Projects', i remove a file form project, add a new file in the same time. but CB auto close, and can't show crash report.

Loaden:
Charset question.

[attachment deleted by admin]

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version