Re: [Gambas-user] Interest in a difficult bug?

2013-08-14 Thread Tobias Boege
On Mon, 12 Aug 2013, Beno?t Minisini wrote: > Le 12/08/2013 18:48, Beno?t Minisini a ?crit : > > Le 12/08/2013 18:47, Beno?t Minisini a ?crit : > >> > >> No crash at all there. The line: > >> > >> Shell "setsid sleep 1" Wait > >> > >> never returns until the sleep is exausted or if I kill

Re: [Gambas-user] Interest in a difficult bug?

2013-08-12 Thread Benoît Minisini
Le 12/08/2013 18:48, Benoît Minisini a écrit : > Le 12/08/2013 18:47, Benoît Minisini a écrit : >> >> No crash at all there. The line: >> >> Shell "setsid sleep 1" Wait >> >> never returns until the sleep is exausted or if I kill it manually. Then >> we enter the next loop which never ter

Re: [Gambas-user] Interest in a difficult bug?

2013-08-12 Thread Benoît Minisini
Le 12/08/2013 18:47, Benoît Minisini a écrit : > > No crash at all there. The line: > > Shell "setsid sleep 1" Wait > > never returns until the sleep is exausted or if I kill it manually. Then > we enter the next loop which never terminate, as "pgrep sleep" now > always return nothing. >

Re: [Gambas-user] Interest in a difficult bug?

2013-08-12 Thread Benoît Minisini
Le 10/08/2013 18:57, Tobias Boege a écrit : > On Sat, 10 Aug 2013, Beno?t Minisini wrote: >> Le 10/08/2013 17:33, Beno?t Minisini a ?crit : >>> Le 10/08/2013 14:06, Tobias Boege a ?crit : Hi Benoit, in a project I can reliably reproduce the following message: ** Oops! Inter

Re: [Gambas-user] Interest in a difficult bug?

2013-08-10 Thread Tobias Boege
On Sat, 10 Aug 2013, Tobias Boege wrote: > No tasks involved. > > I've got a minimal project working! It's not that I wasn't minded giving you > the real project but it isn't just more complex but also needs other > software installed and set up which I didn't want to bother you with. > > Finally

Re: [Gambas-user] Interest in a difficult bug?

2013-08-10 Thread Tobias Boege
On Sat, 10 Aug 2013, Beno?t Minisini wrote: > Le 10/08/2013 17:33, Beno?t Minisini a ?crit : > > Le 10/08/2013 14:06, Tobias Boege a ?crit : > >> Hi Benoit, > >> > >> in a project I can reliably reproduce the following message: > >> > >> ** Oops! Internal error! ** > >> ** Cannot write signal #17 i

Re: [Gambas-user] Interest in a difficult bug?

2013-08-10 Thread Benoît Minisini
Le 10/08/2013 17:33, Benoît Minisini a écrit : > Le 10/08/2013 14:06, Tobias Boege a écrit : >> Hi Benoit, >> >> in a project I can reliably reproduce the following message: >> >> ** Oops! Internal error! ** >> ** Cannot write signal #17 into signal pipe: Bad file descriptor >> ** Program aborting.

Re: [Gambas-user] Interest in a difficult bug?

2013-08-10 Thread Benoît Minisini
Le 10/08/2013 14:06, Tobias Boege a écrit : > Hi Benoit, > > in a project I can reliably reproduce the following message: > > ** Oops! Internal error! ** > ** Cannot write signal #17 into signal pipe: Bad file descriptor > ** Program aborting. Sorry! :-( > ** Please send a bug report at gam...@user

[Gambas-user] Interest in a difficult bug?

2013-08-10 Thread Tobias Boege
Hi Benoit, in a project I can reliably reproduce the following message: ** Oops! Internal error! ** ** Cannot write signal #17 into signal pipe: Bad file descriptor ** Program aborting. Sorry! :-( ** Please send a bug report at gam...@users.sourceforge.net Tough, I didn't succeed in isolating th