google-code-export / gambas

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

Seg Fault 11 when re-sizing FileChooser #340

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Using the attached test code, I get a Segmentation Fault 11 if the initial 
FileChoose Width property is set > 300 (i.e. in the Property list).
If the initial width is less than (say) 200 there is no problem.

Alternatively, if I disable the FileChooser.Raise() method there is also no 
problem.

This problem came to light when I upgraded from 3.1.1 (where there was not a 
problem) to 3.3.3

I am now running 3.3.90 and still see this problem.

Linux Lubuntu 12.10 + LXDE

Original issue reported on code.google.com by SteveDav...@googlemail.com on 24 Oct 2012 at 1:18

Attachments:

GoogleCodeExporter commented 9 years ago
Please provide a full test project.

Original comment by benoit.m...@gmail.com on 25 Oct 2012 at 7:24

GoogleCodeExporter commented 9 years ago
Attached project as requested.

I've also noticed that even running this with an initial width of 200 (as 
explained above) I can still get Seg 11 faults when using break-points to 
stop/start code execution.

Original comment by SteveDav...@googlemail.com on 26 Oct 2012 at 10:01

Attachments:

GoogleCodeExporter commented 9 years ago
Sorry, something when wrong with my previous upload. Please use the attached.

Original comment by SteveDav...@googlemail.com on 26 Oct 2012 at 10:14

Attachments:

GoogleCodeExporter commented 9 years ago
Fixed in revision #5265.

Original comment by benoit.m...@gmail.com on 30 Oct 2012 at 1:35