User forums > Nightly builds

The 06 December 2014 build (10050) is out.

(1/8) > >>

killerbot:
Get quick announcements through the RSS feed http://www.codeblocks.org/nightly/CodeBlock_RSS.xml

Before you use a nightly make sure you understand how it works.

A link to the unicode windows wxWidget dll for Code::Blocks : http://sourceforge.net/projects/codeblocks/files/Binaries/Nightlies/Prerequisites/wxmsw28u_gcc_cb_wx2812_gcc481-TDM.7z

For those who might need this one (when no MingW installed on your system) : the mingw10m.dll : http://sourceforge.net/projects/codeblocks/files/Binaries/Nightlies/Prerequisites/mingwm10_gcc481-TDM.7z

The 06 December 2014 build is out.
  - Windows :
   http://sourceforge.net/projects/codeblocks/files/Binaries/Nightlies/2014/CB_20141206_rev10050_win32.7z
  - Linux :
   none

Resolved Fixed:


* debugger: Fix parsing gdb locals/arguments when the values contain escaped double and single quotes
* wxScintilla control: fix the caret blink issue, see http://sourceforge.net/p/codeblocks/tickets/92
* Todo plugin: fix SourceForge Ticket #96, ToDo List plugin does not ignore */ if it is on the same line
* debugger: Fix infinite loop when parsing watches generated by Python pretty printers
* CC: handling stringize operator ('#') when expanding macros
* search: prevent lag/freeze if search logs a match contained on a long (1000+ chars) line
* Better (?) merge of panes, if multiple projects are loaded, that are not in a workspace; see: http://forums.codeblocks.org/index.php/topic,19789.msg135272/topicseen.html#msg135272
* compiler: Save in the config the setting of the Fit automatically menu item shown in the build messages window context menu
* compiler: Try to fix the wrong autosize problem (http://forums.codeblocks.org/index.php/topic,19761.0.html)
Regressions/Confirmed/Annoying/Common bugs:


Melchior:
I have noticed a bizarre occurrence...

I have created a custom File Type association for .vcproj using the other Code::Block entries as a template...

--- Quote ---Project File  (MS Visual C++)(v7.0+)
C:\Dev-CodeBlocks\codeblocks.exe "%1"
[Open("%1")]
CODEBLOCKS
[IfExec_Open("%1")]
CodeBlocksDDEServer

--- End quote ---

It automatically tries to import but doesn't explicitly say so...
note first since I already have a cbp for notepad2 it asks to confirm overwriting click [OK]

then it just pops up with the "Compiler selection" small-window,
so as I have MinGW set to default its auto selected so I just click [OK]....
next window is the config import window in this case:
Notepad2
- Debug   win32
- Release win32
I again click [OK]...
then the confirm overwriting again?! clicks [OK]
AND asks for Compiler selection AGAIN!?....
I click ok again and C.R.A.S.H. Bwhahaha... =(


--- Quote ---Faulting application codeblocks.exe,
version 13.12.0.0,

faulting module wxmsw28u_gcc_cb.dll,
version 2.8.12.0,

fault address 0x00413d40.

--- End quote ---

when I try to run it through the GDB... DING DING!! We have a winner!  ^_^ lol


--- Quote ---Program received signal SIGSEGV, Segmentation fault.

0x6cc8ded4 in
wxmsw28u_gcc_cb!_ZNK13wxArrayString5IndexEPKwbb ()
from C:\Dev-CodeBlocks\wxmsw28u_gcc_cb.dll

--- End quote ---



ps: if this deserves its own thread I or a mod can move  it there. =)


EDIT:
I tested out deleting all CodeBlocks project files including the layout file..
then re-ran it through gdb still crashes like above

Notepad2(v4.2.25)_src.rar
here is the archive with the src for testing... (;p because I couldn't upload it here as an attachment =P)
Includes Notepad 2's src, scintilla src, and the cmd-batch file I created for debugging (customize to your system layout)

oBFusCATed:
You need to rebuild codeblocks with symbols to get meaningful backtraces.

Melchior:
I am not compiling it myself.... if you dev's feel like adding the debugging symbols to the next lightly build.. I will try again...

otherwise I linked to a archive containing the notepad 2 src code and mentioned steps so some one else can test it too

I updated txt file with back trace info I could get...

.... considering this is a nightly why is it all being compiled with debugging symbols to begin with?!

oBFusCATed:

--- Quote from: Melchior on December 31, 2014, 11:53:20 am ---.... considering this is a nightly why is it all being compiled with debugging symbols to begin with?!

--- End quote ---
I don't see any symbols in the txt file. Everything has been stripped.

Navigation

[0] Message Index

[#] Next page

Go to full version