Author Topic: The 17 July 2006 build is out.  (Read 20723 times)

sethjackson

  • Guest
Re: The 17 July 2006 build is out.
« Reply #15 on: July 19, 2006, 07:14:46 pm »
EDIT:

Ok I think it is the keybinder which is messing up. This has been fixed in a newer SVN revision AFAIK. Please try the most recent nightly build. :)

Offline Pecan

  • Plugin developer
  • Lives here!
  • ****
  • Posts: 2750
Re: The 17 July 2006 build is out.
« Reply #16 on: July 19, 2006, 08:07:54 pm »
application encountered a crash at adress 0

has whenever I leave IDE CB

merci

Error occured on Wednesday, July 19, 2006 at 19:12:57.

C:\CodeBlocks\codeblocks.exe caused an Access Violation at location 00000006 Reading from location 00000006.

Registers:
eax=00000000 ebx=00b5d688 ecx=00000000 edx=021e7500 esi=004c2910 edi=0022edf4
eip=00000006 esp=0022e7f0 ebp=0022e80c iopl=0         nv up ei pl nz ac po nc
cs=001b  ss=0023  ds=0023  es=0023  fs=003b  gs=0000             efl=00010216

Call stack:
00000006
6298411E  C:\CodeBlocks\share\codeblocks\plugins\keybinder.dll:6298411E
629A940B  C:\CodeBlocks\share\codeblocks\plugins\keybinder.dll:629A940B  PluginSDKVersion
62991674  C:\CodeBlocks\share\codeblocks\plugins\keybinder.dll:62991674  PluginSDKVersion
617D8735  C:\CodeBlocks\codeblocks.dll:617D8735  _ZN8cbPlugin7ReleaseEb
6188C6F8  C:\CodeBlocks\codeblocks.dll:6188C6F8  _ZN13PluginManager16UnloadAllPluginsEv
<snip>

Let me guess... you redefined the ctrl-q "quit" key.
So now CB shutsdown before clearing the keyboard buffer, then
wxWidgets sees it and sends the key to a non-existent routine.

Oh well, I'll find a fix.


Offline Pecan

  • Plugin developer
  • Lives here!
  • ****
  • Posts: 2750
Re: The 17 July 2006 build is out.
« Reply #17 on: July 19, 2006, 08:10:22 pm »
EDIT:

Ok I think it is the keybinder which is messing up. This has been fixed in a newer SVN revision AFAIK. Please try the most recent nightly build. :)

Seth, he's posting on the 17 july thread about an 18 july nightly.
So the bug is still there. I'll work on a fix.


sethjackson

  • Guest
Re: The 17 July 2006 build is out.
« Reply #18 on: July 19, 2006, 08:23:22 pm »
EDIT:

Ok I think it is the keybinder which is messing up. This has been fixed in a newer SVN revision AFAIK. Please try the most recent nightly build. :)

Seth, he's posting on the 17 july thread about an 18 july nightly.
So the bug is still there. I'll work on a fix.



Ok.

agent007se

  • Guest
Re: The 17 July 2006 build is out.
« Reply #19 on: July 19, 2006, 09:44:33 pm »
Don't know if it was already said but :

To have chances to reproduce : DON'T work on the project. Just open and close.

Because when I open files AND I modify one file & compile, I can close safely. Strange. (Only with 17 july night because with the 19... I didn't find the way to skip that windows which says that an error occured...

some infos that I don't understand :

Quote
HEAP[codeblocks.exe]: HEAP: Free Heap block 4c84a88 modified at 4c84abc after it was freed
Unhandled exception at 0x77f667cd in codeblocks.exe: User breakpoint.

Quote
77F667BD  ret         10h 
77F667C0  mov         eax,11Bh
77F667C5  mov         edx,7FFE0300h
77F667CA  call        edx 
77F667CC  ret             
>77F667CD  int         3    

there are some other but I don't know if that can help... moreover I never tried to compile C::B maybe I'll try to activate debugging symbols (or are they already activated ?)
« Last Edit: July 19, 2006, 09:46:10 pm by agent007se »