User forums > Nightly builds

The 06 December 2014 build (10050) is out.

<< < (2/8) > >>

Melchior:
statement correction:
.... considering that this is a nightly, why is it not  always being compiled with debugging symbols to begin with?!

I what I am trying to say is considering that it is a nightly dev build why are there not already symbols built into it?



while it is true the symbols have been stripped.... there are some clues maybe not enough but some....

--- Quote ---(gdb) bt
#0  0x6cc8ded4 in wxmsw28u_gcc_cb!_ZNK13wxArrayString5IndexEPKwbb () from C:\Dev-CodeBlocks\wxmsw28u_gcc_cb.dll
#1  0x618cf91e in codeblocks!_ZN11ProjectFile14AddBuildTargetERK8wxString () from C:\Dev-CodeBlocks\codeblocks.dll
#2  0x7050a83d in ?? () from C:\Dev-CodeBlocks\share\codeblocks\plugins\projectsimporter.dll
#3  0x7050a6a0 in ?? () from C:\Dev-CodeBlocks\share\codeblocks\plugins\projectsimporter.dll
#4  0x70510591 in ?? () from C:\Dev-CodeBlocks\share\codeblocks\plugins\projectsimporter.dll
#5  0x7051118d in ?? () from C:\Dev-CodeBlocks\share\codeblocks\plugins\projectsimporter.dll
#6  0x70523205 in ?? () from C:\Dev-CodeBlocks\share\codeblocks\plugins\projectsimporter.dll
#7  0x705244b5 in ?? () from C:\Dev-CodeBlocks\share\codeblocks\plugins\projectsimporter.dll
#8  0x00483634 in ?? ()
#9  0x00483b39 in ?? ()
#10 0x004068a9 in ?? ()
#11 0x004082e7 in ?? ()
#12 0x6cc71e85 in wxmsw28u_gcc_cb!_Z14wxUninitializev () from C:\Dev-CodeBlocks\wxmsw28u_gcc_cb.dll
#13 0x6ccc9010 in wxmsw28u_gcc_cb!_Z7wxEntryP11HINSTANCE__S0_Pci () from C:\Dev-CodeBlocks\wxmsw28u_gcc_cb.dll
#14 0x004022a8 in ?? ()
#15 0x004010fd in ?? ()
#16 0x00000000 in ?? ()

--- End quote ---
wxmsw28u_gcc_cb.dll
codeblocks.dll
projectsimporter.dll

killerbot:
the binaries of a nightly are indeed stripped, in order to keep the upload/dowload size acceptable.

Melchior:
understandable... but unless you plan to upload a debug version for me to test you guys will have to do it on your own...
I gave the instructions to repeat and a copy of Notepad2's src code complete with the Codeblocks & VC project files
plus the batch file I used to  test it.

Debugging (gdb)_CodeBlocks opening Notepad2 vcproj file.cmd

--- Code: ---@ECHO on
gdb -readnow --args "C:\Dev-CodeBlocks\codeblocks.exe" Notepad2.vcproj
pause

--- End code ---
shortened version.... as I copied and customized an older cmd to make it easier...


oohh yah if you are using a newer version of Windows like 7+
you can use a neat program called Types, comment on FileHippo is where I originally heard of it..

http://izt.name/apps/types/
http://izt.name/apps/types/new.rss  <<-- Suffices as a change-log. =D

that and it requires .NET framework 2+
it seems to be loading with .NET(v2), in the JIT debug-log I am getting on this latest crash I am testing on WinXP-64bit...
overall its a good program and at last  ihad what I needed to make the best use of Windows 7,
that is I could finally create ALL of the custom file type associations I use... ;^_^;

Melchior:
IO got the repo downloaded  I love TortoiseSVN ^_^

got wxWidgets downloaded now just figuring out where to put it....
I had stored archives of wxWidgets v2.8.11 and v2.9.5 from years ago (2010 & 2013) can't recall ever using them.. I must have had something I intended to compile but got frustrated with it so let it go...

so I have v2.8.12 &  v3.0.2 ^_^
should I bother with v2.8 or just go for v3?!

BlueHazzard:
use v2.8. v3 has still some annoying error messages and bugs. With v2.8 you are sure that all is working.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version