Bug #6793 2006-03-16 14:31

skirby

Application stop to responde while debugging a piece of code

I found a bug with the debugger.

It is easy to reproduce.

Create a new MS DOS project and paste the piece of code contains in the following archive

http://www.badongo.com/file/302168

Now debug the code.

Put a breakpoint as indicated in the code.

Press F7 up to the test function.

Move your mouse above the piece of code str[0] (in main function) => C::B display its content in tooltip

Now continue to debug and enter in the function test

Move again your mouse above the piece of code f_str[0] => C::B freeze

You have to kill the process :cry:

If you do the same test with the second variable, C::B does not freeze but all the buttons of the toolbar become disable!!!

I hope you could fix it.

Thanks and have a nice day.

Category
 
Group
 
Status
Closed
Close date
2006-05-25 11:56
Assigned to
 
thomasdenk 2006-03-20 17:53

Please provide the svn revision number (preferrably the complete

build information) with *every* bug report.

The complete build information is automatically copied to the

clipboard if you click the "Report a bug" link or the revision

string on the "Start Here" page.

Without accurate information, we are unable to reproduce and

address bugs.

skirby 2006-03-21 14:20

Hello thomasdenk,

Excuse me for my oversight.

I have signaled this problem with 15 march 2006 build but you can reproduce the problem with the following version:

Build : Mar 19 2006, 23:41:11 - wx2.6.2 (Windows unicode)

For my information, what is the way to modify informations like "Category" or Close a Bug I have reported?

Thanks and have a nice day.

skirby 2006-03-21 16:35

Some precision about svn revision string on the "Start Here" page

Version 1.0 revision 2218 (gcc 3.4.4 Windows/unicode, build: Mar 17 2006 22:26:50)

thomasdenk 2006-03-22 15:50

Alright, went through the pain of downloading from that site ("all download slots are busy, please wait...") and tried your sample. Just to be sure, I truncated the binary data to 5 bytes...

This is what it looks like, just as it should:

http://img123.imageshack.us/img123/714/00000gz.png

No freeze, no unexpected behaviour.

skirby 2006-03-23 13:04

Hello thomasdenk,

I have written a word document which explain how to reproduce the problem.

It contains screenshots and project files.

You can download it here: http://www.badongo.com/file/345404

I hope it will help you.

thomasdenk 2006-04-24 19:47

Tried this project too, and still cannot reproduce, sorry.

For me, it displays a tooltip showing the pointer's address and the character array's contents in "".

No freezes, no diasbled toolbars, no other strange things. Clueless what to make of it.

skirby 2006-04-25 10:20

Hello thomasdenk,

I have just tried again and I have the same problem.

Do you use WIndows XP or Windows 2000?

I am using Windows 2000 sp4.

Please, have look to the following thread.

http://forums.codeblocks.org/index.php?topic=2910.msg22975#msg22975

I have explained a way to make the toolbar disabled while debugging

mandrav 2006-05-25 11:56

This bug has been already fixed in HEAD.

Thank you.