[Gambas-user] segmentation fault

T Lee Davidson t.lee.davidson at gmail.com
Sat Feb 16 19:49:31 CET 2019


On 2/16/19 11:58 AM, philippe wrote:
> Here is the one that make segmentation fault:
> 
> Public Sub TabStrip1_Click() 'son sur les différents tab du tabstrip principal
> 
> 'here is the one that provoks segmentation fault
> 
> Select Case TabStrip1.Index
> 
> Case 0 To 4
> 
> If tbstp.Count > 1 Then tbstp.Index = 1
> 
> ' If chkNoSon.value = False Then Module1.shade 'provoque l'erreur de segmentation
> 
> End Select
> 
> End
> 
> I joint again the entire project for test.
> 
> Thank you again very much.
> -- 
> 

I had to change "/usr/share/cherchmail/sons/shade.ogg" to Application.Path &/ "shade.ogg" since the former path does not exist 
on my system.

I get no segmentation fault.


___
Lee


More information about the User mailing list