Author Topic: The 11 November 2007 build will NOT be out.  (Read 13938 times)

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5490
The 11 November 2007 build will NOT be out.
« on: November 11, 2007, 07:57:08 pm »
There might be something wrong, builds on linux seems ok.
But 2 builds on windows act strange :
- my nightly build machine --> crashes (though svn 4615 didn't)
Quote
C:\CodeBlocks\src\output\codeblocks.exe caused an Access Violation at location 670cfd96 in module C:\CodeBlocks\src\output\wxsmithlib.dll Reading from location 00000028.

Registers:
eax=00000020 ebx=0207c448 ecx=02027b70 edx=00000000 esi=00ae1740 edi=0022feb8
eip=670cfd96 esp=0022f7bc ebp=0022f7bc iopl=0     vif nv up ei pl nz na pe nc
cs=001b  ss=0023  ds=0023  es=0023  fs=0038  gs=0000             efl=00090202

Call stack:
670CFD96  C:\CodeBlocks\src\output\wxsmithlib.dll:670CFD96  _ZNK41wxPGHashMapS2P_wxImplementation_HashTable4sizeEv
670CFDF1  C:\CodeBlocks\src\output\wxsmithlib.dll:670CFDF1  _ZNK41wxPGHashMapS2P_wxImplementation_HashTable5emptyEv
6705AAF4  C:\CodeBlocks\src\output\wxsmithlib.dll:6705AAF4  _ZN14wxPropertyGrid5Init1Ev
6705B487  C:\CodeBlocks\src\output\wxsmithlib.dll:6705B487  _ZN14wxPropertyGridC1Ev
6706BDCF  C:\CodeBlocks\src\output\wxsmithlib.dll:6706BDCF  _ZNK21wxPropertyGridManager18CreatePropertyGridEv
670674FE  C:\CodeBlocks\src\output\wxsmithlib.dll:670674FE  _ZN21wxPropertyGridManager5Init1Ev
6706D61B  C:\CodeBlocks\src\output\wxsmithlib.dll:6706D61B  _ZN21wxPropertyGridManagerC2EP8wxWindowiRK7wxPointRK6wxSizelPKw
66F483F0  C:\CodeBlocks\src\output\wxsmithlib.dll:66F483F0  _ZN22wxsPropertyGridManagerC1EP8wxWindowiRK7wxPointRK6wxSizelPKw
66F511D8  C:\CodeBlocks\src\output\wxsmithlib.dll:66F511D8  _ZN7wxSmith8OnAttachEv
617D691C  C:\CodeBlocks\src\output\codeblocks.dll:617D691C  _ZN8cbPlugin6AttachEv
61862820  C:\CodeBlocks\src\output\codeblocks.dll:61862820  _ZN13PluginManager12AttachPluginEP8cbPluginb
61862D76  C:\CodeBlocks\src\output\codeblocks.dll:61862D76  _ZN13PluginManager14LoadAllPluginsEv
004327EC  C:\CodeBlocks\src\output\codeblocks.exe:004327EC
00436BFD  C:\CodeBlocks\src\output\codeblocks.exe:00436BFD
004041DE  C:\CodeBlocks\src\output\codeblocks.exe:004041DE
004053A3  C:\CodeBlocks\src\output\codeblocks.exe:004053A3
00451DE8  C:\CodeBlocks\src\output\codeblocks.exe:00451DE8  _ZN12cbToolPlugin9BuildMenuEP9wxMenuBar
6CC7709A  C:\CodeBlocks\src\output\wxmsw28u_gcc_cb.dll:6CC7709A  _Z12wxInitializeiPPw
6CCD2048  C:\CodeBlocks\src\output\wxmsw28u_gcc_cb.dll:6CCD2048  _Z7wxEntryP11HINSTANCE__S0_Pci
00405C3E  C:\CodeBlocks\src\output\codeblocks.exe:00405C3E
0044C0D8  C:\CodeBlocks\src\output\codeblocks.exe:0044C0D8
0040124B  C:\CodeBlocks\src\output\codeblocks.exe:0040124B
004012B8  C:\CodeBlocks\src\output\codeblocks.exe:004012B8
7C816FD7  C:\WINDOWS\system32\kernel32.dll:7C816FD7  RegisterWaitForInputIdle
- other windows machine : nocrash but at startup all toolbars had disappeared, manually selecting them again did work

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
Re: The 11 November 2007 build will NOT be out.
« Reply #1 on: November 11, 2007, 09:12:55 pm »
The windows project-file and update.bat are missing the new openfileslist-plugin. The old openfilestree-header is still in the project-file.
You can download a patch for both from my server: http://jens.lody.name/debian/patches/openfileslist_windows.patch

Offline byo

  • Plugin developer
  • Lives here!
  • ****
  • Posts: 837
Re: The 11 November 2007 build will NOT be out.
« Reply #2 on: November 11, 2007, 10:56:39 pm »
There might be something wrong, builds on linux seems ok.
But 2 builds on windows act strange :
- my nightly build machine --> crashes (though svn 4615 didn't)
- other windows machine : nocrash but at startup all toolbars had disappeared, manually selecting them again did work

Strange. I've applied stahta01's patch so it should not crash agan. Maybe there's some old version of libpropgrid.a somewhere and it's linked instead of new one.

Regards
   BYO