[Gambas-user] Issue 266 in gambas: IDE crashes when removing controls from HSplit or Vsplit
gambas at ...2524...
gambas at ...2524...
Mon Jul 2 17:48:41 CEST 2012
Status: New
Owner: ----
Labels: Version Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any
Desktop-Any GUI-Any
New issue 266 by ea7... at ...626...: IDE crashes when removing controls from
HSplit or Vsplit
http://code.google.com/p/gambas/issues/detail?id=266
1) Describe the problem.
IDE crashes with signal 6 when deleting a control from inside a VSplit or
HSplit.
Error message:
[6] Type Mismatch. Wanted String, got Picture instead.
FFormStack.FillTree.110
2) GIVE THE FOLLOWING INFORMATIONS (if they are appropriate):
[System]
OperatingSystem=Linux
Kernel=3.2.0-23-generic
Architecture=i686
Memory=2061788 kB
DistributionVendor=LinuxMint
DistributionRelease="Linux Mint 13 Maya"
Desktop=Mate
[Gambas 2]
Version=2.23.1
Path=/usr/bin/gbx2
[Gambas 3]
Version=3.2.0
Path=/usr/local/bin/gbx3
[Libraries]
Qt4=libQtCore.so.4.8.1
GTK+=libgtk-x11-2.0.so.0.2400.10
Version: TRUNK/3.2
Revision: r4882
GUI component: GTK+
Desktop used: Mate
3) Provide a little project that reproduces the bug or the crash.
N/A
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.
Create a new graphical project. Set the mainform arrangement to Fill. Drop
a Vsplit or an HSplit on the main form and drop two controls on the split
container. Try to delete one of them, or both. You got it!
More information about the User
mailing list