Re: [Gambas-user] SVN 4995 Segmentation fault

2012-07-28 Thread wally
On Saturday 28 July 2012 14:28:07 Benoît Minisini wrote: > Le 28/07/2012 11:53, wally a écrit : > > At revision 4995. > > > > ~> gambas3 > > gb.qt4: warning: unable to load Qt translation: en_US.UTF-8 > > Stock.Themes_Read.614: #45: File or directory does not exist > > 1: Project.Main.276 > > Segm

Re: [Gambas-user] SVN 4995 Segmentation fault

2012-07-28 Thread Benoît Minisini
Le 28/07/2012 11:53, wally a écrit : > > At revision 4995. > > ~> gambas3 > gb.qt4: warning: unable to load Qt translation: en_US.UTF-8 > Stock.Themes_Read.614: #45: File or directory does not exist > 1: Project.Main.276 > Segmentation fault > > OpenSuse 12.1 > > Any ideas ? > The bug should be fi

Re: [Gambas-user] SVN 4995 Segmentation fault

2012-07-28 Thread wally
Bruce, thank you for the info, but it does not solve the problem here. wally On Saturday 28 July 2012 21:16:41 Bruce wrote: > On Sat, 2012-07-28 at 13:26 +0200, Benoît Minisini wrote: > > Le 28/07/2012 13:24, Benoît Minisini a écrit : > > > Le 28/07/2012 13:13, wally a écrit : > > >> here the

Re: [Gambas-user] SVN 4995 Segmentation fault

2012-07-28 Thread Bruce
On Sat, 2012-07-28 at 13:26 +0200, Benoît Minisini wrote: > Le 28/07/2012 13:24, Benoît Minisini a écrit : > > Le 28/07/2012 13:13, wally a écrit : > >> > >> here the gdb output > >> > > > > Can you compile Gambas with no optimization? > > > > $ make clean && make "CFLAGS=-O0 -g -ggdb" "CXXFLAGS=-O

Re: [Gambas-user] SVN 4995 Segmentation fault

2012-07-28 Thread Benoît Minisini
Le 28/07/2012 13:24, Benoît Minisini a écrit : > Le 28/07/2012 13:13, wally a écrit : >> >> here the gdb output >> > > Can you compile Gambas with no optimization? > > $ make clean && make "CFLAGS=-O0 -g -ggdb" "CXXFLAGS=-O0 -g -ggdb" > > And send me the backtrace again (the full one if possible, n

Re: [Gambas-user] SVN 4995 Segmentation fault

2012-07-28 Thread Benoît Minisini
Le 28/07/2012 13:13, wally a écrit : > > here the gdb output > Can you compile Gambas with no optimization? $ make clean && make "CFLAGS=-O0 -g -ggdb" "CXXFLAGS=-O0 -g -ggdb" And send me the backtrace again (the full one if possible, not just the ten first lines). And you should try the valgri

Re: [Gambas-user] SVN 4995 Segmentation fault

2012-07-28 Thread wally
here the gdb output On Saturday 28 July 2012 12:36:11 Benoît Minisini wrote: > Le 28/07/2012 11:53, wally a écrit : > > At revision 4995. > > > > ~> gambas3 > > gb.qt4: warning: unable to load Qt translation: en_US.UTF-8 > > Stock.Themes_Read.614: #45: File or directory does not exist > > 1: Pro

Re: [Gambas-user] SVN 4995 Segmentation fault

2012-07-28 Thread Benoît Minisini
Le 28/07/2012 11:53, wally a écrit : > > At revision 4995. > > ~> gambas3 > gb.qt4: warning: unable to load Qt translation: en_US.UTF-8 > Stock.Themes_Read.614: #45: File or directory does not exist > 1: Project.Main.276 > Segmentation fault > > OpenSuse 12.1 > > Any ideas ? > Can you proceed as e

[Gambas-user] SVN 4995 Segmentation fault

2012-07-28 Thread wally
At revision 4995. ~> gambas3 gb.qt4: warning: unable to load Qt translation: en_US.UTF-8 Stock.Themes_Read.614: #45: File or directory does not exist 1: Project.Main.276 Segmentation fault OpenSuse 12.1 Any ideas ? ---