Author Topic: The 04 June 2015 build (10320) is out.  (Read 23140 times)

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5489
The 04 June 2015 build (10320) is out.
« on: June 04, 2015, 10:01:35 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/files/Binaries/Nightlies/Prerequisites/wxmsw28u_gcc_cb_wx2812_gcc492-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_gcc492-TDM.7z

The 04 June 2015 build is out.
  - Windows :
   http://sourceforge.net/projects/codeblocks/files/Binaries/Nightlies/2015/CB_20150604_rev10320_win32.7z
  - Linux :
   none

The current SDK version is : 1.25.0

Resolved Fixed:

  • debugger: Fix reading uninitialized variables reported by valgrind (possible fix to a crash at exit)

Regressions/Confirmed/Annoying/Common bugs:



    Offline MortenMacFly

    • Administrator
    • Lives here!
    • *****
    • Posts: 9694
    Re: The 04 June 2015 build (10320) is out.
    « Reply #1 on: June 08, 2015, 07:35:38 am »
    For those that want to play with the new (updated) installer on Windows, please try:
    http://sourceforge.net/projects/codeblocks/files/Binaries/Nightlies/2015/CB_20150604_rev10320_win32_setup.exe
    ...or:
    http://sourceforge.net/projects/codeblocks/files/Binaries/Nightlies/2015/CB_20150604_rev10320_win32_setup.zip

    Please report any installation issues here.

    In contrast to the nightly offered below, this also includes the crash handler, so its probably better suited for testing and reporting.
    Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
    C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
    C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ

    Offline stahta01

    • Lives here!
    • ****
    • Posts: 7576
      • My Best Post
    Re: The 04 June 2015 build (10320) is out.
    « Reply #2 on: June 08, 2015, 03:22:55 pm »
    In contrast to the nightly offered below, this also includes the crash handler, so its probably better suited for testing and reporting.

    Crash handler works.

    In the last 3 or 4 nightly a Windows crash has started. Edit: No Problem on svn10253; has problem on svn10314/svn10311
    Using the EnvVars plugin, if you have 2 added configs.
    Trying to change from one added config to something else causes a crash.

    Settings -> Environment
    Environmental Variables
    Then try to change the selected configs; it sometimes crashes before I try to change the selected config. 
    Tim S.

    Edit: Started new thread on the issue http://forums.codeblocks.org/index.php/topic,20329.0.html



    « Last Edit: June 08, 2015, 07:19:11 pm by stahta01 »
    C Programmer working to learn more about C++ and Git.
    On Windows 7 64 bit and Windows 10 64 bit.
    --
    When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org

    Offline MortenMacFly

    • Administrator
    • Lives here!
    • *****
    • Posts: 9694
    Re: The 04 June 2015 build (10320) is out.
    « Reply #3 on: June 08, 2015, 10:14:38 pm »
    The only changes in between are the ones of obfuscated... Can you try what happens if you revert them?
    Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
    C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
    C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ

    Offline stahta01

    • Lives here!
    • ****
    • Posts: 7576
      • My Best Post
    Re: The 04 June 2015 build (10320) is out.
    « Reply #4 on: June 08, 2015, 10:18:08 pm »
    The only changes in between are the ones of obfuscated... Can you try what happens if you revert them?

    I will try that later today. I will also try on another computer.
    It just seemed like the issue is so major that someone else could confirm the issue.
    All I know is that the issue happens on Windows; and it does NOT happen on Debian 8.0.
    The crash log is not telling me much about the cause.

    Tried on another computer; did NOT see the problem till I created the normal system var I use of WXWIN for two groups named wx28 and wx30. I will try to boot into Debian 8.0 and see if the problem happens if I do that.

    Tim S.
    « Last Edit: June 08, 2015, 11:14:56 pm by stahta01 »
    C Programmer working to learn more about C++ and Git.
    On Windows 7 64 bit and Windows 10 64 bit.
    --
    When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org

    Offline zyd

    • Multiple posting newcomer
    • *
    • Posts: 25
    Re: The 04 June 2015 build (10320) is out.
    « Reply #5 on: August 10, 2015, 04:18:42 am »
    I used 10376 for a few days, and when I opened or created the multiple projects(>=3), code editor window will often automatically split into left and right two Windows.

    And, there have been a code editor window doesn't close off phenomenon, but all the editor TAB bar has been closed.
    « Last Edit: August 10, 2015, 04:25:54 am by zyd »

    Offline Jenna

    • Administrator
    • Lives here!
    • *****
    • Posts: 7255
    Re: The 04 June 2015 build (10320) is out.
    « Reply #6 on: August 10, 2015, 10:32:13 am »
    I used 10376 for a few days, and when I opened or created the multiple projects(>=3), code editor window will often automatically split into left and right two Windows.

    And, there have been a code editor window doesn't close off phenomenon, but all the editor TAB bar has been closed.
    Try to delete the *.layout-files besides the *.cbp(project)-files.

    Offline zyd

    • Multiple posting newcomer
    • *
    • Posts: 25
    Re: The 04 June 2015 build (10320) is out.
    « Reply #7 on: August 11, 2015, 09:54:04 am »
    I used 10376 for a few days, and when I opened or created the multiple projects(>=3), code editor window will often automatically split into left and right two Windows.

    And, there have been a code editor window doesn't close off phenomenon, but all the editor TAB bar has been closed.
    Try to delete the *.layout-files besides the *.cbp(project)-files.
    I tried your method, and can't solve the problem.
    Repetition steps:
    1, open multiple projects, each project at least open one file
    2, close all projects
    3, reopen the several projects

    Offline oBFusCATed

    • Developer
    • Lives here!
    • *****
    • Posts: 13413
      • Travis build status
    Re: The 04 June 2015 build (10320) is out.
    « Reply #8 on: August 11, 2015, 10:17:35 am »
    Can you provide minimal example project we can use to reproduce the problem?
    (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 scarphin

    • Lives here!
    • ****
    • Posts: 644
    Re: The 04 June 2015 build (10320) is out.
    « Reply #9 on: August 11, 2015, 11:24:32 am »
    I observe the same behavior since I think the saving of split editors is introduced. Whenever I load a project on top of another project with open editors, the loaded projects 'open' files appears on a new split. I never thought this was a bug as I thought this was the intended behavior which I sure didn't like and couldn't find a setting to disable. Luckily the patch I submitted here:
    https://sourceforge.net/p/codeblocks/tickets/182/
    disables this behavior while remembering the open files per project/target.

    Offline CJS

    • Multiple posting newcomer
    • *
    • Posts: 12
    Re: The 04 June 2015 build (10320) is out.
    « Reply #10 on: August 11, 2015, 11:51:14 am »
    I used 10376 for a few days, and when I opened or created the multiple projects(>=3), code editor window will often automatically split into left and right two Windows...

    I have seen this occasionally, using svn 10136; this was with one project only in the IDE, after closing CB with multiple files open but not split at the time.  It may have occurred after dragging a tab to view two files side by side - oddly when re-opened, the split was vertical (left/right) instead of horizontal as I was using it previously.  Dragging the errant tab to join the others or using "Close All" seemed to fix it.  Due to its intermittent appearance, I could not see how to reliably reproduce this behaviour.

    Offline oBFusCATed

    • Developer
    • Lives here!
    • *****
    • Posts: 13413
      • Travis build status
    Re: The 04 June 2015 build (10320) is out.
    « Reply #11 on: August 11, 2015, 10:15:23 pm »
    For me it happens with one of the codeblocks projects.
    I also like to place two files next to each other.
    (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 MasterAlexei

    • Multiple posting newcomer
    • *
    • Posts: 83
      • Fun electronic
    Re: The 04 June 2015 build (10320) is out.
    « Reply #12 on: November 08, 2015, 07:34:26 am »
    For me it reproducible 100% with following scenario:
    First open a project and some files in that project.
    Than in the windows explorer "start" another project. I did configured CB that there is only one instance of CB may be started, and associated the CB projects files with the CB.
    With that scenario CB always splits the Editor and in that way, that in one side there are files form the first project, in other side - from second project. I use the revision 10554

    The problem of that behavior is that I can not unsplit it, and in one side of  the split there are more than one files, and it makes some difficulties on small monitors, f.e. on notebook.
    See screenshot here (sorry for small download of it)

    « Last Edit: November 08, 2015, 07:44:27 am by MasterAlexei »

    Offline killerbot

    • Administrator
    • Lives here!
    • *****
    • Posts: 5489
    Re: The 04 June 2015 build (10320) is out.
    « Reply #13 on: November 08, 2015, 09:18:30 am »
    I think I also found a way to reproduce, it is similar to the recipe described above .

    I have CB open containing a workspace with 50+ projects. Then in a file manager (dolphin/linux) I drag a drop another project into the cb area (and I think CB should have had this project open before, and some files of that project while it was open in the past), then the split also occurs.