google-code-export / gambas

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

Gambas 3.3.4 - Crash - Consistently Reproducible #360

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
1) Describe the problem.
Complete Crash when clicking blank area of Properties for Timer

2) GIVE THE FOLLOWING INFORMATIONS (if they are appropriate):
[System]
OperatingSystem=Linux
Kernel=3.2.0-34-generic-pae
Architecture=i686
Memory=3095920 kB
DistributionVendor=Ubuntu
DistributionRelease="Ubuntu 12.04.1 LTS"
(am using Kubuntu not Ubuntu as reported)
Desktop=KDE4.9.3

[Gambas 3]
Version=3.3.3
(as using 3.3.4 not 3.3.3 as reported)
Path=/usr/local/bin/gbx3

[Libraries]
Qt4=libQtCore.so.4.8.2
GTK+=libgtk-x11-2.0.so.0.2400.10

3) Provide a little project that reproduces the bug or the crash.
I tried to load a project but the Open button was not enabled anywhere in the 
project files - I did though attach a composite image - in my theme the blank 
area is black

5) Explain clearly how to reproduce the bug or the crash.
Open a form - place a timer on the form - while the timer has the focus click 
in the blank area of Properties under the X and Y - message "This application 
has raised an unexpected error and must abort. Bad row index 
GridView._Checkcall.932" - I tried it about 5 or 6 times with varying controls 
but the timer seems the only thing affected - when reproducing I had to click 
more than once about 25% of my testing time

6) By doing that carefully, you have done 50% of the bug fix job!

IMPORTANT NOTE: if you encounter several different problems or bugs, (for
example, a bug in your project, and an interpreter crash while debugging
it), please create distinct issues!

Original issue reported on code.google.com by t4769_a...@cogeco.ca on 24 Nov 2012 at 11:48

Attachments:

GoogleCodeExporter commented 9 years ago
Please start the IDE from a terminal, and give me the stack backtrace displayed 
there just after the crash.

Thanks!

Original comment by benoit.m...@gmail.com on 25 Nov 2012 at 12:51

GoogleCodeExporter commented 9 years ago
As requested:

????@????:~$ gambas3
gb.qt4: warning: unable to load Qt translation: en_GB.UTF-8
GridView._CheckCell.932: Bad row index
1: FProperty.ShowProperty.596
2: FProperty.grdProperty_MouseUp.1075

Hope this helps.

Original comment by t4769_a...@cogeco.ca on 25 Nov 2012 at 3:19

GoogleCodeExporter commented 9 years ago
It is fixed in revision #5366, and will be in the 3.3.5 bug fix release.

Original comment by benoit.m...@gmail.com on 27 Nov 2012 at 10:32