Author Topic: The 11 May 2014 build (9765) is out.  (Read 32646 times)

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5489
The 11 May 2014 build (9765) is out.
« on: May 11, 2014, 11:30:40 pm »
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.berlios/files/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.berlios/files/mingwm10_gcc481-TDM.7z

The 11 May 2014 build is out.
  - Windows :
http://sourceforge.net/projects/codeblocks.berlios/files/CB_20140511_rev9765_win32.7z
  - Linux :
   none

Resolved Fixed:

  • pumped (wx)Scintilla to v3.4.1
  • CCManager: fix crash candidate: delay canceling call tips when C::B loses focus
  • SmartIndent: base next line indentation on the last non-empty line
  • sdk: add JavaScript lexer
  • sdk: add CoffeeScript lexer
  • CC: fix a bug that we don't get code suggestion list for a function's parameter such as: "void foo_2(Msg const& msg)". The reason for the bug is that when we try to get the base type name for the variable Token "Msg const& msg", we wrongly get the "const". The expect value should be "Msg". Discussions can be found here: http://forums.codeblocks.org/index.php/topic,17866.0.html
  • SmartIndent: Unindent "end block" correctly in VHDL mode
  • CC: Find declaration of a class constructor now goes to the correct constructor functions, not the class definition. This fixes a bug reported here: http://forums.codeblocks.org/index.php/topic,13753.msg92654.html#msg92654. Discussions can also be found there.
  • compiler: Fix crash when using *No compiler* for building projects (reported here http://forums.codeblocks.org/index.php/topic,19071.msg131370.html#msg131370)

    Changed the return type of the GetCompilerTool method, so the clients can
    check if the returned value is correct or not. This requires a change to
    the SDK version, because the API/ABI is broken.

Regressions/Confirmed/Annoying/Common bugs:


    EDIT:
    corrected download links, berlios.de seems to be gone as announced.
    Jens
    « Last Edit: May 17, 2014, 09:18:59 pm by jens »

    Offline ollydbg

    • Developer
    • Lives here!
    • *****
    • Posts: 5905
    • OpenCV and Robotics
      • Chinese OpenCV forum moderator
    Re: The 11 May 2014 build (9765) is out.
    « Reply #1 on: May 12, 2014, 03:23:52 am »
    Here is Alpha's Clanglib binary release compatible with this nightly build, very nice feature.

    Re: Clang based CC, new CC interface
    Quote
    Binary release available here for Windows, compatible with nightly build rev9765.
    If some piece of memory should be reused, turn them to variables (or const variables).
    If some piece of operations should be reused, turn them to functions.
    If they happened together, then turn them to classes.

    Offline Newling

    • Multiple posting newcomer
    • *
    • Posts: 17
    Re: The 11 May 2014 build (9765) is out.
    « Reply #2 on: May 12, 2014, 12:39:11 pm »
    Thank you very much for this nightly version, works for me great! 

     ;D ;D

    Offline shurick

    • Multiple posting newcomer
    • *
    • Posts: 35
    Re: The 11 May 2014 build (9765) is out.
    « Reply #3 on: May 12, 2014, 01:51:37 pm »
    Packages for openSUSE 12.2 - 13.1 (binaries and sources) for 32-bit and 64-bit.
    Packages for openSUSE http://codeblocks.esy.es  (binaries and sources) for 32-bit and 64-bit.

    Offline damorin

    • Multiple posting newcomer
    • *
    • Posts: 52
    Re: The 11 May 2014 build (9765) is out.
    « Reply #4 on: May 12, 2014, 02:23:57 pm »
    Hi,

    I was doing a regexp seach/replace and suddenly this:

    wxScintilla
    Assertion(cpMax <=pdoc->Length()] failed at c:\CodeBlocks\sf2\src\sdk\wxscintilla\src\Editor.cxx 7792

    Build 9765
    On Windows XP SP3
    One problem at a time and we will get there.

    Offline damorin

    • Multiple posting newcomer
    • *
    • Posts: 52
    Re: The 11 May 2014 build (9765) is out.
    « Reply #5 on: May 12, 2014, 02:44:33 pm »

    The regular expression was for search:

    Code
    FXBOOL Cfg([A-Z0-0_]+);.*$

    and for the replace:

    Code
                                          JDR_BOOL( "\1" ) \

    There is a missing \ and once added, the problem disappeared.

    One problem at a time and we will get there.

    Offline airc

    • Multiple posting newcomer
    • *
    • Posts: 37
    Re: The 11 May 2014 build (9765) is out.
    « Reply #6 on: May 12, 2014, 03:54:39 pm »
    thanks for the update .
    seems wxsmith was not updated since a while , is it deprecated ?

    Offline oBFusCATed

    • Developer
    • Lives here!
    • *****
    • Posts: 13413
      • Travis build status
    Re: The 11 May 2014 build (9765) is out.
    « Reply #7 on: May 12, 2014, 11:08:21 pm »
    No, just no one is actively working on it. Volunteers welcome.
    (most of the time I ignore long posts)
    [strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

    Max

    • Guest
    Re: The 11 May 2014 build (9765) is out.
    « Reply #8 on: May 13, 2014, 11:55:02 pm »
    Using Windows XP Service Pack 3 the latest nightly build is getting a crash adding a file using

    File->New->File

    and adding a header file into an existing c++ project.

    No crash report found.

    The problem was not present in previous 9677

    Offline oBFusCATed

    • Developer
    • Lives here!
    • *****
    • Posts: 13413
      • Travis build status
    Re: The 11 May 2014 build (9765) is out.
    « Reply #9 on: May 14, 2014, 12:18:45 am »
    Didn't reproduce on linux. Does it happen with a simple console project?
    (most of the time I ignore long posts)
    [strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

    Offline Xaviou

    • Regular
    • ***
    • Posts: 401
      • X@v's wxStuff
    Re: The 11 May 2014 build (9765) is out.
    « Reply #10 on: May 14, 2014, 08:14:53 am »
    Using Windows XP Service Pack 3 the latest nightly build is getting a crash adding a file using

    File->New->File

    and adding a header file into an existing c++ project.

    No crash report found.

    The problem was not present in previous 9677
    Couldn't reproduce on a Win XP SP3 machine (Created a new wx-3.0 project, saved, re-opened, open the main file in the editor, and added a new header file using the "File -> New -> File" Wizard).

    Regards
    Xav'
    The french wxWidgets site : http://www.wxdev.fr
    My wxWidgets's stuff : https://wxstuff.xaviou.fr/

    Offline xawari

    • Multiple posting newcomer
    • *
    • Posts: 36
    • programming, usability ctrl
      • welcome to reality
    Re: The 11 May 2014 build (9765) is out.
    « Reply #11 on: May 15, 2014, 03:10:23 pm »
    Same here. Cannot reproduce addfilecrash on win2003.
    ┌──────────────────────────────────────────────────────╖
    in another thousand years we'll be machines or gods█
    ╘══════════════════════════════════════════════════════╝

    Offline damorin

    • Multiple posting newcomer
    • *
    • Posts: 52
    Re: The 11 May 2014 build (9765) is out.
    « Reply #12 on: May 15, 2014, 07:51:11 pm »

    Got to reproduce the crash in XP SP3 except that I tried to add a C++ file.

    The instruction at "0x6d053d40" referenced memory at "0xff080174". The memory cannot be "read".

    See attached RPT.
    One problem at a time and we will get there.

    Offline White-Tiger

    • Multiple posting newcomer
    • *
    • Posts: 83
    Re: The 11 May 2014 build (9765) is out.
    « Reply #13 on: May 15, 2014, 10:11:09 pm »
    I gave up on using Code::Blocks "add file" "feature" as it crashes way to often... About a month ago I've killed it that way as well^^
    It's saver to add existing files instead of new ones and just create them inside the "open file" dialog :P

    I don't really like CB to crash... all the time I have to rename "<projectname>.layout.save" to "<projectname>.layout" since the original file is somehow deleted when CB crashes...
    « Last Edit: May 15, 2014, 10:13:07 pm by White-Tiger »
    Windoze 8.1 x86_64 16GiB RAM, wxWidgets-2.8x (latest,trunk), MinGW-builds (latest, posix-threads)
    Code::Blocks (x86 , latest , selection length patch , build option fixes/additions , toggle comments)

    Offline oBFusCATed

    • Developer
    • Lives here!
    • *****
    • Posts: 13413
      • Travis build status
    Re: The 11 May 2014 build (9765) is out.
    « Reply #14 on: May 15, 2014, 10:34:41 pm »
    Doesn't happen for me. Have you reproduced the problem while debugging C::B? Can you try if not?
    (most of the time I ignore long posts)
    [strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

    Max

    • Guest
    Re: The 11 May 2014 build (9765) is out.
    « Reply #15 on: May 17, 2014, 02:29:37 pm »
    I'm observing the crash on three different PC all using Windows XP SP3 adding a C++ or an .h file  file in an existing C++ project. The issue was not present in the previous nightly. I unable to find any .rpt files (where should it be located?).

    The error message is


    The instruction at "0x6185c452" referenced memory at "0x00000008". The memory cannot be "read".

    The issue is also present is a new project (C++ Console) created using the latest nightly.


    Offline Folco

    • Regular
    • ***
    • Posts: 343
      • Folco's blog (68k lover)
    Re: The 11 May 2014 build (9765) is out.
    « Reply #16 on: May 17, 2014, 02:56:00 pm »
    This nightly is rev.9765. I use a self compiled CB under Debian testing, rev.9760 (trunk, --with-contrib-plugins=all) and don't get this crash.
    Kernel Extremist - PedroM power ©

    Offline Jenna

    • Administrator
    • Lives here!
    • *****
    • Posts: 7255
    Re: The 11 May 2014 build (9765) is out.
    « Reply #17 on: May 17, 2014, 04:00:26 pm »
    I'm observing the crash on three different PC all using Windows XP SP3 adding a C++ or an .h file  file in an existing C++ project. The issue was not present in the previous nightly. I unable to find any .rpt files (where should it be located?).

    The error message is


    The instruction at "0x6185c452" referenced memory at "0x00000008". The memory cannot be "read".

    The issue is also present is a new project (C++ Console) created using the latest nightly.


    Did you just copy the new nightly over the old one, or did you remove the whole content of the C::B folder ?

    Offline savya

    • Single posting newcomer
    • *
    • Posts: 7
    Re: The 11 May 2014 build (9765) is out.
    « Reply #18 on: May 17, 2014, 08:28:18 pm »
    The download links are not working. I have tried several times over the past 12 hours. Can you post the mirror links.

    Offline Jenna

    • Administrator
    • Lives here!
    • *****
    • Posts: 7255
    Re: The 11 May 2014 build (9765) is out.
    « Reply #19 on: May 17, 2014, 09:11:19 pm »
    Try this (sourceforge.net) links:
    wxmsw28u_gcc_cb_wx2812_gcc481-TDM.7z
    mingwm10_gcc481-TDM.7z
    CB_20140511_rev9765_win32.7z

    Also corrected the links in the first post, thanks for reporting this.
    « Last Edit: May 17, 2014, 09:19:42 pm by jens »

    Offline savya

    • Single posting newcomer
    • *
    • Posts: 7
    Re: The 11 May 2014 build (9765) is out.
    « Reply #20 on: May 17, 2014, 10:36:08 pm »
    Try this (sourceforge.net) links:
    wxmsw28u_gcc_cb_wx2812_gcc481-TDM.7z
    mingwm10_gcc481-TDM.7z
    CB_20140511_rev9765_win32.7z

    Also corrected the links in the first post, thanks for reporting this.

    Got it..Thanks.

    Max

    • Guest
    Re: The 11 May 2014 build (9765) is out.
    « Reply #21 on: May 18, 2014, 12:35:06 am »
    Did you just copy the new nightly over the old one, or did you remove the whole content of the C::B folder ?

    I removed the whole content from the directory C:\Codeblocks where I unpacked the nightly
    « Last Edit: May 18, 2014, 12:36:52 am by MaxGaspa »

    Offline carra

    • Multiple posting newcomer
    • *
    • Posts: 117
    Re: The 11 May 2014 build (9765) is out.
    « Reply #22 on: May 27, 2014, 05:32:53 pm »
    I had not tried this nightly before, but I'm happy to report abbreviations are again working correctly, after the previous bug described here: http://forums.codeblocks.org/index.php/topic,19117.msg131330.html#msg131330