Re: [Gambas-user] Circular references with latest revision

2015-01-02 Thread Ron
The issue is already present in this revision: $ gbx3 --version 3.6.90 r6754 We do need to go back further in revisions, any suggestions? Is seems to occur when I'm writing some text (log) to an textarea on another form than FMain while closing The very last command in Form_Close Not isolated.

Re: [Gambas-user] Circular references with latest revision

2015-01-02 Thread Benoît Minisini
Le 02/01/2015 11:56, Ron a écrit : > No I didn't de-install it, thinking it will overwrite everything.. like it > did in the past ;P > > There was indeed an older gb.net.smtp.so* set under /usr/lib/gambas3 > After delete and sudo make install of trunk it works ok. > The sudo install was needed othe

Re: [Gambas-user] Circular references with latest revision

2015-01-02 Thread Ron
Btw, my cli DomotiGaServer3 project doesn't display any circular refrences issues anymore with this smtp lib deleted. So it seems circular references are caused (or can be) by crashing of other components? (in this case smtp) The GUI version still has them, maybe cause by another component having

Re: [Gambas-user] Circular references with latest revision

2015-01-02 Thread Ron
No I didn't de-install it, thinking it will overwrite everything.. like it did in the past ;P There was indeed an older gb.net.smtp.so* set under /usr/lib/gambas3 After delete and sudo make install of trunk it works ok. The sudo install was needed otherwise the project couldn't find the component.

Re: [Gambas-user] Circular references with latest revision

2015-01-02 Thread Benoît Minisini
Le 02/01/2015 11:39, Ron a écrit : > It's in gb.net.smtp, I think! > See bug report I just filled, if you de-select gb.net.smtp crash stops.. > > Ron. > Did you carefully uninstall Gambas 3.6.2 before compiling the development version? Because gb.net.smtp is now written entirely in Gambas. So if

Re: [Gambas-user] Circular references with latest revision

2015-01-02 Thread Ron
It's in gb.net.smtp, I think! See bug report I just filled, if you de-select gb.net.smtp crash stops.. Ron. 2015-01-02 11:32 GMT+01:00 Benoît Minisini : > Le 02/01/2015 11:14, Ron a écrit : > > I have the same issue, trying to get it isolated, but didn't succeed yet, > > will let you know when.

Re: [Gambas-user] Circular references with latest revision

2015-01-02 Thread Benoît Minisini
Le 02/01/2015 11:14, Ron a écrit : > I have the same issue, trying to get it isolated, but didn't succeed yet, > will let you know when. > > In 3.6.2 no issue, but with trunk (some revisions ago already) > > $ ./DomotiGa3.gambas > gbx3: warning: circular references detected: > gbx3: 1 FMusic >

Re: [Gambas-user] Circular references with latest revision

2015-01-02 Thread Ron
I have the same issue, trying to get it isolated, but didn't succeed yet, will let you know when. In 3.6.2 no issue, but with trunk (some revisions ago already) $ ./DomotiGa3.gambas gbx3: warning: circular references detected: gbx3: 1 FMusic gbx3: 1 FLogfiles gbx3: 2 FToolBar gbx3:

[Gambas-user] Circular references with latest revision

2014-12-31 Thread Jussi Lahtinen
One of my projects reports circular references when shutdown, but it works perfectly. I haven't get these messages with earlier revisions (not sure from what revision this started exactly). Part of the messages: gbx3: 1 GridViewSelection gbx3: 1 _TreeView_Item gbx3: 1 _GridView_Rows gb