[Gambas-user] [Gambas Bug Tracker] Bug #728: crash in profiler

2015-09-11 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.728&from=L21haW4-

Charlie REINL added an attachment:

screen003.png



--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[Gambas-user] [Gambas Bug Tracker] Bug #728: crash in profiler

2015-09-11 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.728&from=L21haW4-

Charlie REINL added an attachment:

screen002.png



--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[Gambas-user] [Gambas Bug Tracker] Bug #728: crash in profiler

2015-09-11 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.728&from=L21haW4-

Charlie REINL reported a new bug.

Summary
---

crash in profiler

Type : Bug
Priority : Medium
Gambas version   : 3.8.90 (TRUNK)
Product  : Development Environment


Description
---

pressing % Button the IDE crash





--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[Gambas-user] [Gambas Bug Tracker] Bug #728: crash in profiler

2015-09-11 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.728&from=L21haW4-

Charlie REINL added an attachment:

screen001.png



--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[Gambas-user] It's a Bug or I have something misconfigured?

2015-09-11 Thread Jorge Carrión
1.- Create a new qt graphic proyect. (I've attached it)
2.- Activate de Desktop component.
3.- Put a button on fMain with the event click with this only code

desktop.open("http://yahoo.com";)
Works fine and open the default web navigator (google Chrome) with the
yahoo's page

But in console I've got the message:

Fontconfig error: Cannot load default config file

I don't know if I must report it on bugtracker or its a misconfiguration on
my computer...

Regards


My system config:
[System]
Gambas=3.8.1
OperatingSystem=Linux
Kernel=3.16.0-38-generic
Architecture=x86_64
Distribution=Linux Mint 17.2 Rafaela
Desktop=GNOME
Theme=Cleanlooks
Language=es_ES.UTF-8
Memory=7927M

[Libraries]
Cairo=libcairo.so.2.11301.0
Curl=libcurl.so.4.3.0
DBus=libdbus-1.so.3.7.6
GStreamer=libgstreamer-0.10.so.0.30.0
GStreamer=libgstreamer-1.0.so.0.204.0
GTK+2=libgtk-x11-2.0.so.0.2400.23
GTK+3=libgtk-3.so.0.1000.8
OpenGL=libGL.so.1.2.0
Poppler=libpoppler.so.44.0.0
QT4=libQtCore.so.4.8.6
QT5=libQt5Core.so.5.2.1
SDL=libSDL-1.2.so.0.11.4

[Environment]
CINNAMON_VERSION=2.6.13
CLUTTER_BACKEND=x11
DBUS_SESSION_BUS_ADDRESS=unix:abstract=/tmp/dbus-248uDD9iqD,guid=4e60060b593b0c259d10540e55f2f45e
DEFAULTS_PATH=/usr/share/gconf/cinnamon.default.path
DESKTOP_SESSION=cinnamon
DISPLAY=:0
GB_GUI=gb.qt4
GDMSESSION=cinnamon
GDM_XSERVER_LOCATION=local
GIO_LAUNCHED_DESKTOP_FILE=/usr/share/applications/gambas3.desktop
GIO_LAUNCHED_DESKTOP_FILE_PID=6891
GJS_DEBUG_OUTPUT=stderr
GJS_DEBUG_TOPICS=JS ERROR;JS LOG
GNOME_DESKTOP_SESSION_ID=this-is-deprecated
GNOME_KEYRING_CONTROL=/run/user/1000/keyring-p0gBgk
GNOME_KEYRING_PID=2588
GPG_AGENT_INFO=/run/user/1000/keyring-p0gBgk/gpg:0:1
HOME=
LANG=es_ES.UTF-8
LOGNAME=
MANDATORY_PATH=/usr/share/gconf/cinnamon.mandatory.path
MDMSESSION=cinnamon
MDM_LANG=es_ES.UTF-8
MDM_XSERVER_LOCATION=local
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games
PWD=
SESSION_MANAGER=local/:@/tmp/.ICE-unix/2598,unix/:/tmp/.ICE-unix/2598
SHELL=/bin/bash
SSH_AGENT_PID=2733
SSH_AUTH_SOCK=/run/user/1000/keyring-p0gBgk/ssh
TEXTDOMAIN=im-config
TEXTDOMAINDIR=/usr/share/locale/
TZ=:/etc/localtime
USER=
USERNAME=
WINDOWPATH=8
XAUTHORITY=/.Xauthority
XDG_CONFIG_DIRS=/etc/xdg/xdg-cinnamon:/etc/xdg
XDG_CURRENT_DESKTOP=X-Cinnamon
XDG_DATA_DIRS=/usr/share/cinnamon:/usr/share/gnome:/usr/local/share/:/usr/share/:/usr/share/mdm/
XDG_RUNTIME_DIR=/run/user/1000
XDG_SEAT=seat0
XDG_SESSION_COOKIE=e628335a80f946a6457cca0f555e0703-1441985630.34781-245213985
XDG_SESSION_DESKTOP=cinnamon
XDG_SESSION_ID=c2
XDG_VTNR=8


fontconfigwarning-0.0.1.tar.gz
Description: GNU Zip compressed data
--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] It's a Bug or I have something misconfigured?

2015-09-11 Thread Benoît Minisini
Le 11/09/2015 19:12, Jorge Carrión a écrit :
> 1.- Create a new qt graphic proyect. (I've attached it)
> 2.- Activate de Desktop component.
> 3.- Put a button on fMain with the event click with this only code
>
>  desktop.open("http://yahoo.com";)
> Works fine and open the default web navigator (google Chrome) with the
> yahoo's page
>
> But in console I've got the message:
>
> Fontconfig error: Cannot load default config file
>
> I don't know if I must report it on bugtracker or its a misconfiguration on
> my computer...
>
> Regards
>

If it says "FontConfig error: Cannot load default config file", it may 
be a problem in... the FontConfig configuration file.

-- 
Benoît Minisini

--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] It's a Bug or I have something misconfigured?

2015-09-11 Thread Jorge Carrión
ok, ok, I deserved it... ☺☺

Just wondering about the message origin: Chrome? Gambas itself?
Gb.Desktop?...

Sorry for the noise.

Regards

2015-09-11 19:17 GMT+02:00 Benoît Minisini :

> Le 11/09/2015 19:12, Jorge Carrión a écrit :
> > 1.- Create a new qt graphic proyect. (I've attached it)
> > 2.- Activate de Desktop component.
> > 3.- Put a button on fMain with the event click with this only code
> >
> >  desktop.open("http://yahoo.com";)
> > Works fine and open the default web navigator (google Chrome) with the
> > yahoo's page
> >
> > But in console I've got the message:
> >
> > Fontconfig error: Cannot load default config file
> >
> > I don't know if I must report it on bugtracker or its a misconfiguration
> on
> > my computer...
> >
> > Regards
> >
>
> If it says "FontConfig error: Cannot load default config file", it may
> be a problem in... the FontConfig configuration file.
>
> --
> Benoît Minisini
>
>
> --
> ___
> Gambas-user mailing list
> Gambas-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
>
--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[Gambas-user] Circular references and allocations non freed

2015-09-11 Thread martin p cristia
Hi:

this shows up in the debugger after program ends with me.Close() in the 
main window:

gbx3: warning: circular references detected:
gbx3: 8 flagsSTRUCT
gbx3:  47896 settingsSTRUCT
gbx3:  13038 datosSTRUCT
gbx3:  262848 zoomSTRUCT
gbx3: warning: 323790 allocation(s) non freed.

The total allocations are the sum of the list.

all those struct are single objects, i.e. :


Public Struct flagsSTRUCT
 LogFile As File   ' 0 = cerrado
 LogFileName As String
 Perfil As Integer
 Pausa As Boolean
 PerfilTipo As String
 LogOn As Boolean
 palabra_clave As String
 lenguaje As String
 parar_calculos As Integer
 carga As Integer
 barra As Integer
 nudo As Integer
 material As Integer
 dibujar As Boolean
  resultado As Integer
 modo As Integer
 cambios As Boolean
 dibujando As Integer
 ayuda As String
 ayuda_mostrar As Boolean
 Estado As Integer
 Entrada As String
 EntradaLista As Boolean
 EntradaCancel As Boolean
 asistente_copletado As Integer
 asistente_actual As Integer
 MostrarDespuesCalculo As Integer
 OcultarCargas As Boolean

End Struct

Public flags As Struct FlagsSTRUCT

any ideas?

-- 
Saludos

Ing. Martin P Cristia


--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Circular references and allocations non freed

2015-09-11 Thread Benoît Minisini
Le 11/09/2015 19:32, martin p cristia a écrit :
> Hi:
>
> this shows up in the debugger after program ends with me.Close() in the
> main window:
>
> gbx3: warning: circular references detected:
> gbx3: 8 flagsSTRUCT
> gbx3:  47896 settingsSTRUCT
> gbx3:  13038 datosSTRUCT
> gbx3:  262848 zoomSTRUCT
> gbx3: warning: 323790 allocation(s) non freed.
>
> The total allocations are the sum of the list.
>
> all those struct are single objects, i.e. :
>
>
> Public Struct flagsSTRUCT
>   LogFile As File   ' 0 = cerrado
>   LogFileName As String
>   Perfil As Integer
>   Pausa As Boolean
>   PerfilTipo As String
>   LogOn As Boolean
>   palabra_clave As String
>   lenguaje As String
>   parar_calculos As Integer
>   carga As Integer
>   barra As Integer
>   nudo As Integer
>   material As Integer
>   dibujar As Boolean
>resultado As Integer
>   modo As Integer
>   cambios As Boolean
>   dibujando As Integer
>   ayuda As String
>   ayuda_mostrar As Boolean
>   Estado As Integer
>   Entrada As String
>   EntradaLista As Boolean
>   EntradaCancel As Boolean
>   asistente_copletado As Integer
>   asistente_actual As Integer
>   MostrarDespuesCalculo As Integer
>   OcultarCargas As Boolean
>
> End Struct
>
> Public flags As Struct FlagsSTRUCT
>
> any ideas?
>

Do you know what a circular reference is?

-- 
Benoît Minisini

--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[Gambas-user] [Gambas Bug Tracker] Bug #729: questions about webcam.

2015-09-11 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.729&from=L21haW4-

humner LENIS reported a new bug.

Summary
---

questions about webcam.

Type : Bug
Priority : Medium
Gambas version   : Unknown
Product  : Unknown


Description
---

It is a question ... as I can do to capture images from a webcam with 
gambas3.8.1 





--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[Gambas-user] [Gambas Bug Tracker] Bug #729: questions about webcam.

2015-09-11 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.729&from=L21haW4-

Benoît MINISINI changed the state of the bug to: Invalid.




--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[Gambas-user] [Gambas Bug Tracker] Bug #729: questions about webcam.

2015-09-11 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.729&from=L21haW4-

Comment #1 by Benoît MINISINI:

This is a bugtracker. To ask questions, please use the mailing-list.



--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[Gambas-user] [Gambas Bug Tracker] Bug #728: crash in profiler

2015-09-11 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.728&from=L21haW4-

Benoît MINISINI changed the state of the bug to: Accepted.




--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[Gambas-user] [Gambas Bug Tracker] Bug #728: crash in profiler

2015-09-11 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.728&from=L21haW4-

Benoît MINISINI changed the state of the bug to: Waiting.




--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[Gambas-user] [Gambas Bug Tracker] Bug #728: crash in profiler

2015-09-11 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.728&from=L21haW4-

Comment #1 by Benoît MINISINI:

Revision #7298 should not crash anymore. Instead gray columns should be 
displayed.

The reason why it crashed has not disappeared: a null total function time.

How did you make your profiles exactly? Usually you get a zero total function 
time when you run it once and stop the program before the function ends.
Because the function total time is accumulated when it terminates only.



--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[Gambas-user] [Gambas Bug Tracker] Bug #728: crash in profiler

2015-09-11 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.728&from=L21haW4-

Comment #2 by Charlie REINL:

No, it was a full run, thats the preview part of my DBReport project, it load 
the Report description, read in the DBdata, creates the page(s) and put the 
preview to the screen. There exit the program and looked to the profile 
data-window.
I have a saved copy of the last run. If you can read it in or read, I attach it.



--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[Gambas-user] [Gambas Bug Tracker] Bug #728: crash in profiler

2015-09-11 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.728&from=L21haW4-

Charlie REINL added an attachment:

DBReportViewer3.1.prof



--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] The interview on FLOSS

2015-09-11 Thread Fabien Bodard
Le 11 sept. 2015 03:50, "Kevin Fishburne" 
a écrit :
>
> On 09/10/2015 05:37 AM, shivajiva101 wrote:
> > Just wanted to say I enjoyed watching, especially the point where you
> > expressed the debugging cycle of the IDE as  'Eating your own shit'
superb
> > use of the phrase and both presenters balked at its untimely arrival in
the
> > conversation. Priceless!
> >
> > You did a very reasonable job considering the style of question's
presented
> > to you. It served well in giving us a snapshot of who you are and how
you
> > process. Well done, hope you do a coding 101 series on Gambas so it
exists
> > as a resource for others to learn from.
>
> I haven't watch it yet, but am looking forward to doing so. The "eating
> your own shit" statement is priceless. I think the usual phrase is
> "eating your own dog food":
> https://en.wikipedia.org/wiki/Eating_your_own_dog_food
>
> Eating your own shit is WAY funnier, though. :)

I think also .

Benoit... "Bouffe ta merde" it's French, no ?

But it means that if you are not happy with what you do ... Use that
yourself.

>
> --
> Kevin Fishburne
> Eight Virtues
> www: http://sales.eightvirtues.com
> e-mail: sa...@eightvirtues.com
> phone: (770) 853-6271
>
>
>
--
> ___
> Gambas-user mailing list
> Gambas-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user