Developer forums (C::B DEVELOPMENT STRICTLY!) > Development

Reporting a FREEZE bug

<< < (2/2)

Der Meister:

--- Quote from: Death Knight on November 23, 2006, 11:19:05 pm ---I wonder  how can I copy/paste tty window? :
might be running with
gdb codeblocks > debug.txt helps.

--- End quote ---
This way you won't see the output of gdb but this command should help:

--- Code: ---gdb codeblocks | tee debug.txt

--- End code ---
Now the output will be printed to stdout *and* debug.txt. ;)


--- Quote from: Death Knight ---thread_db_get_info: cannot get thread info: generic error

--- End quote ---
Too bad. Had this message sometimes, too. Did you try to continue with debugging (entering "c" as command)? I think this helped me from time to time.

kai:

I assume that is the bug which freezes code::blocks in a drag state of a drag and drop operation. that was a wxwidgets bug which has recently been fixed in wxwidgets2.8 cvs. so for now just be careful when you click on a tab.

Death Knight:
Hi,

I don't saw this message, next time, I will be try with "|tee" this...
But I captured freeze time with
>gdb --pid=xxxx > debug.txt
command.
I don't think it will be helpfull. But I needed to send it...

I attached this file.


--- Quote from: Der Meister on November 23, 2006, 11:30:31 pm ---
--- Quote from: Death Knight ---thread_db_get_info: cannot get thread info: generic error

--- End quote ---
Too bad. Had this message sometimes, too. Did you try to continue with debugging (entering "c" as command)? I think this helped me from time to time.

--- End quote ---
I am rookie with gdb, I will use 'c' option next time :)

For Kai:
It might be that bug. it happens commonly drag n drop "tabs" and "text selections".

[attachment deleted by admin]

Navigation

[0] Message Index

[*] Previous page

Go to full version