User forums > Nightly builds

The 28 May 2014 build (9781) is out.

<< < (6/14) > >>

ToApolytoXaos:
svn9817 compiled with GCC 4.9.0 on Debian testing (64-bit) had just crashed while typing a macro in C.

I presume it has something to do with the parser, because it would not let me include any structure member while pressing dot or Ctrl-Space. I have reparsed it and still nothing.


--- Code: ---<?xml version="1.0" encoding="utf-8"?>
<report version="1.0" kind="exception">
  <system description="Linux 3.14-1-amd64 x86_64"/>
   ...
   ... [ deleted unnecessary modules to save space ]
   ...
  <stack>
    <frame level="0"/>
    <frame level="1" function="wxsResourceTree::InvalidateItemData(wxsResourceTreeItemData*)" offset="00000010"/>
    <frame level="2" function="wxsResourceTreeItemData::~wxsResourceTreeItemData()" offset="00000036"/>
    <frame level="3"/>
    <frame level="4"/>
    <frame level="5" function="wxGenericTreeItem::~wxGenericTreeItem()" offset="00000016"/>
    <frame level="6" function="wxGenericTreeItem::DeleteChildren(wxGenericTreeCtrl*)" offset="0000002d"/>
    <frame level="7" function="wxGenericTreeCtrl::Delete(wxTreeItemId const&amp;)" offset="00000106"/>
    <frame level="8" function="wxGenericTreeCtrl::DeleteAllItems()" offset="00000023"/>
    <frame level="9" function="wxGenericTreeCtrl::~wxGenericTreeCtrl()" offset="00000050"/>
    <frame level="10" function="wxTreeCtrl::~wxTreeCtrl()" offset="00000043"/>
    <frame level="11" function="wxsResourceTree::~wxsResourceTree()" offset="00000061"/>
    <frame level="12" function="wxsResourceTree::~wxsResourceTree()" offset="00000018"/>
    <frame level="13" function="wxWindowBase::DestroyChildren()" offset="00000026"/>
    <frame level="14" function="wxWindow::~wxWindow()" offset="00000062"/>
    <frame level="15" function="wxPanel::~wxPanel()" offset="00000009"/>
    <frame level="16" function="wxWindowBase::DestroyChildren()" offset="00000026"/>
    <frame level="17" function="wxWindow::~wxWindow()" offset="00000062"/>
    <frame level="18" function="wxSplitterWindow::~wxSplitterWindow()" offset="00000009"/>
    <frame level="19" function="wxWindowBase::DestroyChildren()" offset="00000026"/>
    <frame level="20" function="wxWindow::~wxWindow()" offset="00000062"/>
    <frame level="21" function="wxsStoringSplitterWindow::~wxsStoringSplitterWindow()" offset="0000002a"/>
    <frame level="22" function="wxsStoringSplitterWindow::~wxsStoringSplitterWindow()" offset="00000018"/>
    <frame level="23" function="wxWindowBase::Destroy()" offset="0000000f"/>
    <frame level="24" function="wxAuiNotebook::DeletePage(unsigned long)" offset="000000b4"/>
    <frame level="25" function="wxAuiNotebook::~wxAuiNotebook()" offset="00000032"/>
    <frame level="26" function="cbAuiNotebook::~cbAuiNotebook()" offset="00000053"/>
    <frame level="27" function="cbAuiNotebook::~cbAuiNotebook()" offset="00000018"/>
    <frame level="28" function="wxWindowBase::DestroyChildren()" offset="00000026"/>
    <frame level="29" function="wxWindow::~wxWindow()" offset="00000062"/>
    <frame level="30" function="MainFrame::~MainFrame()" offset="00000000" file="/home/stefanos/svn_code/CodeBlocks/src/src/main.cpp" line="660"/>
    <frame level="31" function="MainFrame::~MainFrame()" offset="00000000" file="/home/stefanos/svn_code/CodeBlocks/src/src/main.cpp" line="660"/>
    <frame level="32" function="wxAppBase::CleanUp()" offset="00000036"/>
    <frame level="33" function="wxEntryCleanup()" offset="00000050"/>
  </stack>
</report>

--- End code ---

oBFusCATed:
Seems like a wxsmith related crash...

nasty_wolverine:

--- Quote from: Alpha on May 31, 2014, 04:32:40 am ---Note, most likely rev 9575 is the cause; I do not have time to look into it right now, so consider reverting if it is not an easy fix.

--- End quote ---

Regarding the autoformat/indent not working properly, i think i figured out whats making that happen. its the return characters(^M). when i was editing the same files with vim/emacs, i noticed that most of the places where autoformat was screwing up was where the return characters were (the code was carried over from a previous visual studio project). So i guess autoformat cant handle ^M and that throws it off.

ToApolytoXaos:

--- Quote from: oBFusCATed on June 20, 2014, 08:50:51 pm ---Seems like a wxsmith related crash...

--- End quote ---
That's weird; I'm not using wxSmith at all. It's a plain C console application, made long time ago with "Empty Project".

nasty_wolverine:

--- Quote from: nasty_wolverine on June 20, 2014, 09:10:03 pm ---
--- Quote from: Alpha on May 31, 2014, 04:32:40 am ---Note, most likely rev 9575 is the cause; I do not have time to look into it right now, so consider reverting if it is not an easy fix.

--- End quote ---

Regarding the autoformat/indent not working properly, i think i figured out whats making that happen. its the return characters(^M). when i was editing the same files with vim/emacs, i noticed that most of the places where autoformat was screwing up was where the return characters were (the code was carried over from a previous visual studio project). So i guess autoformat cant handle ^M and that throws it off.

--- End quote ---

sorry, apparently not. still happens after i have removed those symbols.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version