[Gambas-user] a bug(?) that crashes Gambas 1.9.36

Benoit Minisini gambas at ...1...
Sun Aug 6 09:31:40 CEST 2006


On Friday 04 August 2006 15:53, Stefano Palmeri wrote:
> Hi, Benoit.
>
> I found a bug(?) in the Search & Replace tool that
> crashes Gambas 1.9.36.
>
> To reproduce the bug do the following:
>
> 1) Copy this text in a project.
>
> PUBLIC SUB Main()
>
>   DIM sAll AS String
>   DIM sAllspaced AS String
>
>   sAll = "doremifasollasido"
>   sAllspaced = "do re mi fa sol la si do"
>
> END
>
> 2) Open the Search & Replace panel. Toggle "Word only" on.
>
> 3) Do a "Find previous" (pay attention to the inverted icons) search for
> the word "do".
>
> After two or three click on "Find previous", Gambas2 will crash.
>
> No problem with "Find next".
> No problem with "Find previous" and "Word only" toggled off.
>
> Regards,
>
> Stefano Palmeri
>
>

I confirm. It didn't crash for me, but freezed. I fixed it!

-- 
Benoit Minisini





More information about the User mailing list