google-code-export / gambas

Automatically exported from code.google.com/p/gambas
1 stars 0 forks source link

Intermittent project crash with "DrawingArea is being drawn" #348

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
1) Describe the problem.
Form with a listview and a textarea, when the form is loading the project (not 
the IDE) intermittently crashes with a "DrawingArea is being drawn" message.

2) GIVE THE FOLLOWING INFORMATIONS (if they are appropriate):

Version: TRUNK
Revision: r5298
Operating system: Linux
Distribution: PCLinuxOS
Architecture: x86
GUI component: QT4
Desktop used: LXDE

3) Provide a little project that reproduces the bug or the crash.
Just a form with a listview and a textarea.

4) If your project needs a database, try to provide it, or part of it.
N/A

5) Explain clearly how to reproduce the bug or the crash.
Intermittent! Don't you just love them!

It just crashes sometimes (1 in 5ish) either when running the archive or when 
running from the IDE.

Here's a backtrace:
ScrollArea.ScrollArea_Arrange.228
ScrollArea.ScrollArea_Arrange.194
ScrollArea.ResizeContents.242
GridView._ResizeContents.635
_GridView_Rows._SetRowHeight.189
_GridView_Row.Height_Write.34
_TreeView.ScrollArea_Draw.1271
ScrollArea.DrawingArea_Draw.306

Note, no project lines in the backtrace.
I believe it's the textarea.

Original issue reported on code.google.com by adamn...@gmail.com on 4 Nov 2012 at 7:03

GoogleCodeExporter commented 9 years ago

Original comment by benoit.m...@gmail.com on 4 Nov 2012 at 9:23

GoogleCodeExporter commented 9 years ago
It should be fixed in revision #5300.

Original comment by benoit.m...@gmail.com on 4 Nov 2012 at 11:13