[Gambas-user] Fedora 17/18 Segmentation Faults

2013-06-03 Thread Denis Crowther
Hi guys, Before I start delving into core dumps and/or bothering Benoît Minisini etc. Are there any known problems with Fedora 17 or 18? I continually get Segmentation Faults for no "apparent" reason BUT not always. Almost positive it's not Gambas. I've tried; Fedora 17: i3, 8gb ram -multiple

[Gambas-user] Fedora 17/18 Segmentation Faults

2013-06-03 Thread denisc
Hi guys, Before I start delving into core dumps and/or bothering Benoît etc. Are there any known problems with Fedora 17 or 18? I continually get Segmentation Faults for no "apparent" reason BUT not always. Almost positive it's not Gambas. I've tried; Fedora 17: i3, 8gb ram -multiple kernels,

Re: [Gambas-user] Connect hang with latest revision

2013-06-03 Thread Benoît Minisini
Le 02/06/2013 17:05, Ron a écrit : > Bug #1 and Bug #2 are fixed, thanks for that! > > The time it takes for Event_Error to trigger is still more than 2 minutes. > I see that in ClientSocket there is a 10sec timer running which cuts > the socket if still not connected. > > Is this the way it should

Re: [Gambas-user] Connect hang with latest revision

2013-06-03 Thread Benoît Minisini
Le 03/06/2013 09:39, Caveat a écrit : > Strangely enough, I had a similar problem with sockets in python. > Turned out that the problem was caused by setting the timeout value on a > socket, *then* setting the blocking mode. It seems as if the underlying > socket 'loses' the timeout value (I actua

Re: [Gambas-user] The WebCam Examples crash

2013-06-03 Thread Benoît Minisini
Le 03/06/2013 19:50, Benoît Minisini a écrit : > Le 03/06/2013 16:17, Fabien Bodard a écrit : >> But there is always the problem of how to grab the cam picture and put it >> in the image stream, to be able to map it every where ... like in an ogl >> texture ? >> > > It's on its way... > Here it is

Re: [Gambas-user] The WebCam Examples crash

2013-06-03 Thread Benoît Minisini
Le 03/06/2013 16:17, Fabien Bodard a écrit : > But there is always the problem of how to grab the cam picture and put it > in the image stream, to be able to map it every where ... like in an ogl > texture ? > It's on its way... -- Benoît Minisini ---

Re: [Gambas-user] The WebCam Examples crash

2013-06-03 Thread Fabien Bodard
But there is always the problem of how to grab the cam picture and put it in the image stream, to be able to map it every where ... like in an ogl texture ? 2013/6/2 Adrien Prokopowicz > Le Sun, 02 Jun 2013 12:02:43 +0200, Adrien Prokopowicz > a écrit: > > > Le Sat, 01 Jun 2013 19:00:45 +020

[Gambas-user] Issue 436 in gambas: IconView + "DEL" Key Cause ScrollArea_KeyPress.823 OutofBound Exception

2013-06-03 Thread gambas
Status: New Owner: Labels: Version-3.4.1 Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any Desktop-Any GUI-Any New issue 436 by s...@lawipac.com: IconView + "DEL" Key Cause ScrollArea_KeyPress.823 OutofBound Exception http://code.google.com/p/gambas/issues/detail?id=436 1) Describe t

Re: [Gambas-user] If Markdown comments of a component aren't visible in a project.

2013-06-03 Thread Ru Vuott
> I think documentation for components > comes only from Gambas documentation > pages ( http://www.gambasdoc.org ). > > Jussi > Hello Jussi, I wrote this my question, because if I use libraries ".gambas", I can see "Markdown" comments in projects that loaded those libraries. So, if I this c

Re: [Gambas-user] Connect hang with latest revision

2013-06-03 Thread Caveat
Strangely enough, I had a similar problem with sockets in python. Turned out that the problem was caused by setting the timeout value on a socket, *then* setting the blocking mode. It seems as if the underlying socket 'loses' the timeout value (I actually discovered it when creating a help fu