Discussion:
need help debugging
Olivier Sessink
2014-06-15 07:49:56 UTC
Permalink
Hi all,

the last days I've been trying to find the problem for

https://bugzilla.gnome.org/show_bug.cgi?id=729978

but I really cannot find what is causing this. There is so little difference between loading from a project and loading from commandline arguments.... Anybody a clue?

Olivier
--
Bluefish website http://bluefish.openoffice.nl/
Blog http://oli4444.wordpress.com/
Andrius Rinkevicius
2014-06-16 07:00:42 UTC
Permalink
I could not reproduce this on MacOSX (sftp is not yet available), but I
remember once I had issue when broken project was loading (see commit
8312). The issue was related to the thread workers being not released
properly. Since ftp/sftp also is using workers, I would look into that part
of the code to see if workers that are dealing with sftp are released after
project is closed.
Andrius


On Sun, Jun 15, 2014 at 10:49 AM, Olivier Sessink <
Post by Olivier Sessink
Hi all,
the last days I've been trying to find the problem for
https://bugzilla.gnome.org/show_bug.cgi?id=729978
but I really cannot find what is causing this. There is so little
difference between loading from a project and loading from commandline
arguments.... Anybody a clue?
Olivier
--
Bluefish website http://bluefish.openoffice.nl/
Blog http://oli4444.wordpress.com/
--
To unsubscribe from this list: send the line "unsubscribe bluefish-dev" in
panel at http://www.ems.ru/cgi-bin/listargate.cgi
Bluefish web site: http://bluefish.openoffice.nl/
Olivier Sessink
2014-06-20 20:13:32 UTC
Permalink
fixed it!

we had two different code paths to activate a document after loading.
One from the callback after the data was loaded into the documents, and
one from a callback after the project was loaded. That last one was
redundant and interfering, so I removed it.

Olivier
Post by Olivier Sessink
Hi all,
the last days I've been trying to find the problem for
https://bugzilla.gnome.org/show_bug.cgi?id=729978
but I really cannot find what is causing this. There is so little difference between loading from a project and loading from commandline arguments.... Anybody a clue?
Olivier
--
Bluefish website http://bluefish.openoffice.nl/
Blog http://oli4444.wordpress.com/
Andrius Rinkevicius
2014-06-21 07:55:43 UTC
Permalink
These callbacks are tricky thing... One thing callback after project load
was doing is getting cursor blinking in the textview after filebrowser
load. After removal of callback now I am seeing cursor blinking for several
seconds after project files load, and then cursor dissappears (after
filebrowser load). It is minor inconvenience, is it worth fixing? If not in
callback, probably we need to add some code somewhere else.
Andrius


On Fri, Jun 20, 2014 at 11:13 PM, Olivier Sessink <
Post by Olivier Sessink
fixed it!
we had two different code paths to activate a document after loading.
One from the callback after the data was loaded into the documents, and
one from a callback after the project was loaded. That last one was
redundant and interfering, so I removed it.
Olivier
Post by Olivier Sessink
Hi all,
the last days I've been trying to find the problem for
https://bugzilla.gnome.org/show_bug.cgi?id=729978
but I really cannot find what is causing this. There is so little
difference between loading from a project and loading from commandline
arguments.... Anybody a clue?
Post by Olivier Sessink
Olivier
--
Bluefish website http://bluefish.openoffice.nl/
Blog http://oli4444.wordpress.com/
--
To unsubscribe from this list: send the line "unsubscribe bluefish-dev" in
panel at http://www.ems.ru/cgi-bin/listargate.cgi
Bluefish web site: http://bluefish.openoffice.nl/
Andrius Rinkevicius
2014-06-23 06:55:48 UTC
Permalink
I am seeing one more regression this this fix:
When I double click on the file in filebrowser sidepanel that is already
opened (marked bold), the notepad does not switches to that file. Before
this fix the notebook tab was switching to double-clicked file. Are anybody
else seeing this?
Andrius


On Fri, Jun 20, 2014 at 11:13 PM, Olivier Sessink <
Post by Olivier Sessink
fixed it!
we had two different code paths to activate a document after loading.
One from the callback after the data was loaded into the documents, and
one from a callback after the project was loaded. That last one was
redundant and interfering, so I removed it.
Olivier
Post by Olivier Sessink
Hi all,
the last days I've been trying to find the problem for
https://bugzilla.gnome.org/show_bug.cgi?id=729978
but I really cannot find what is causing this. There is so little
difference between loading from a project and loading from commandline
arguments.... Anybody a clue?
Post by Olivier Sessink
Olivier
--
Bluefish website http://bluefish.openoffice.nl/
Blog http://oli4444.wordpress.com/
--
To unsubscribe from this list: send the line "unsubscribe bluefish-dev" in
panel at http://www.ems.ru/cgi-bin/listargate.cgi
Bluefish web site: http://bluefish.openoffice.nl/
Olivier Sessink
2014-06-24 06:52:08 UTC
Permalink
revision 8365 was supposed to fix that. It did not?

Olivier
Post by Andrius Rinkevicius
When I double click on the file in filebrowser sidepanel that is
already opened (marked bold), the notepad does not switches to that
file. Before this fix the notebook tab was switching to double-clicked
file. Are anybody else seeing this?
Andrius
On Fri, Jun 20, 2014 at 11:13 PM, Olivier Sessink
fixed it!
we had two different code paths to activate a document after loading.
One from the callback after the data was loaded into the
documents, and
one from a callback after the project was loaded. That last one was
redundant and interfering, so I removed it.
Olivier
Post by Olivier Sessink
Hi all,
the last days I've been trying to find the problem for
https://bugzilla.gnome.org/show_bug.cgi?id=729978
but I really cannot find what is causing this. There is so
little difference between loading from a project and loading from
commandline arguments.... Anybody a clue?
Post by Olivier Sessink
Olivier
--
Bluefish website http://bluefish.openoffice.nl/
Blog http://oli4444.wordpress.com/
--
To unsubscribe from this list: send the line "unsubscribe
bluefish-dev" in
http://www.ems.ru/cgi-bin/listargate.cgi
Bluefish web site: http://bluefish.openoffice.nl/
--
Bluefish website http://bluefish.openoffice.nl/
Blog http://oli4444.wordpress.com/
Andrius Rinkevicius
2014-06-24 07:19:23 UTC
Permalink
I am testing latest 8366.
It switches to document when I open *new* file (which is not already
opened). This is an improvement over 8364, which did not switched to
document after double clicking at all.
But as I wrote, now the problem is if I double click already *opened* file,
it does not switches to it. Just does nothing.
Andrius


On Tue, Jun 24, 2014 at 9:52 AM, Olivier Sessink <
Post by Olivier Sessink
revision 8365 was supposed to fix that. It did not?
Olivier
When I double click on the file in filebrowser sidepanel that is already
opened (marked bold), the notepad does not switches to that file. Before
this fix the notebook tab was switching to double-clicked file. Are anybody
else seeing this?
Andrius
On Fri, Jun 20, 2014 at 11:13 PM, Olivier Sessink <
Post by Olivier Sessink
fixed it!
we had two different code paths to activate a document after loading.
One from the callback after the data was loaded into the documents, and
one from a callback after the project was loaded. That last one was
redundant and interfering, so I removed it.
Olivier
Post by Olivier Sessink
Hi all,
the last days I've been trying to find the problem for
https://bugzilla.gnome.org/show_bug.cgi?id=729978
but I really cannot find what is causing this. There is so little
difference between loading from a project and loading from commandline
arguments.... Anybody a clue?
Post by Olivier Sessink
Olivier
--
Bluefish website http://bluefish.openoffice.nl/
Blog http://oli4444.wordpress.com/
--
To unsubscribe from this list: send the line "unsubscribe bluefish-dev" in
panel at http://www.ems.ru/cgi-bin/listargate.cgi
Bluefish web site: http://bluefish.openoffice.nl/
--
Bluefish website http://bluefish.openoffice.nl/
Blog http://oli4444.wordpress.com/
Loading...