[Gambas-user] Signal 11 in revision #5142

Willy Raets willy at ...2734...
Mon Sep 10 02:14:38 CEST 2012


On zo, 2012-09-09 at 15:25 +0200, Willy Raets wrote:
> On zo, 2012-09-09 at 15:02 +0200, Willy Raets wrote:
> > On zo, 2012-09-09 at 14:48 +0200, Willy Raets wrote:
> > > On zo, 2012-09-09 at 10:45 +0200, Benoît Minisini wrote:
> > > > Le 09/09/2012 03:50, Willy Raets a écrit :
> > > > > Discovered this testing my library and isolated the problem.
> > > > > Next made this test application and run some tests.
> > > > >
> > > > > I attached a source code archive.
> > > > > Just open in IDE and run, then click on button Signal 11 to generate the
> > > > > Signal 11 error.
> > > > >
> > > > > On 3.2.1 it runs
> > > > > On 3.2.90 #5071 it runs
> > > > > On 3.2.90 #5142 I get a signal 11
> > > > >
> > > > > Willy
> > > > >
> > > > 
> > > > I have no crash at all. Which version of QT and/or GTK+ do you use? Can 
> > > > you send me a gdb backtrace/valgrind output of the crash?
> > > 
> > > Attached:
> > > - SystemInformation.txt  -> desktop is LXDE (says unknown)
> > 
> > Note1: It is a Lubuntu 12.04 - Openbox - LXDE, just so you know.
> > 
> > Note2: I just update to sebikul's Gambas Daily Builds PPA, 3.2.90-0
> > +svn4039~precise1 (revision #5144) rerun the project but the problem
> > persist.
> > 
> 
> I have further isolated the problem.
> Try Exec["kwin", "--version"]  -> signal 11 -> I have no kwin on my
> system
> Try Exec["metatcity", "--version"]  -> signal 11 -> I have no metacity
> on my system
> Try Exec["openbox", "--version"] -> runs without signal 11 as I have
> openbox installed on my system
> 
> So the Try seems to signal 11 when it can't find what it should execute.
> I added two buttons to signal11 project.
> 
> One checks for kwin, one for metacity and one for openbox.
> If you are for example on KDE, kwin will work but then try openbox,
> should give you a signal 11
> 
> Project source code archive attached (version 0.0.2)
> 
Tested with rev# 5146, no more signal 11.
All works fine now.

Thanks Benoît,

Willy





More information about the User mailing list