Olivier Sessink | 8 May 2013 13:19
Picon
Gravatar

need help testing new code

Hi all,

I have optimised the code that updates internal data structures about
language syntax and spell checking. However, this is very complex code. So
what I did is that I added a lot of internal integrity checking to the
code, and bluefish aborts if there is an integrity problem.

I need some help to find reproducable cases where bluefish aborts with
such a message. So please compile latest svn (r7904 or later), and see if
you can make it abort.

The new code is most touched when doing lots of changes in one operation,
for example large search and replace actions, tabs to spaces, "redo all",
"undo all", etc.

There will be a message on the console which integrity problem is found.
Please send them to me or post them to the list.

thanks,

Olivier

--

-- 
To unsubscribe from this list: send the line "unsubscribe bluefish-dev" in
the body of a message to listar@... or visit the list control
panel at http://www.ems.ru/cgi-bin/listargate.cgi
Bluefish web site: http://bluefish.openoffice.nl/

Lindsay Haisley | 3 May 2013 23:33
Favicon

BF Crash when trying to add a "name" link

When using the BF toolbar to place href or name anchor tags around a
selected snippet of text in bluefish 2.2.4 rev7891M, I get the following
crash when I press the OK button:

ABORT: sou->found->charoffset_o(3095) < prevpos(3115) (startpos=3120, prevoffset=25)
**
ERROR:bftextview2_scanner.c:593:scancache_update_single_offset: code should not be reached

This happens when the snippet of text is as follows:

<h2><strong>Class: fmplib_session</strong></h2>

If the snippet includes the <h2> tags the crash occurs.  If it omits the
<h2> tags and only includes the <strong> tags, it doesn't happen.

The page is large, but I may be able to reduce the problem down to
something simpler, but I though perhaps Olivier might recognize the
message and the condition and be able to fix it quickly.  If not, I'll
try to reduce the problem to simpler terms and file a bug report.

--

-- 
Lindsay Haisley       | "Everything works if you let it"
FMP Computer Services |
512-259-1190          |          --- The Roadie
http://www.fmp.com    |

Olivier Sessink | 1 May 2013 08:10
Picon
Gravatar

need help testing r7888

Hi all,

I made the undo/redo code more efficient. To get good testing if this
new code works it would be nice if more people used it for daily
production work. So please help testing revision 7888 (or later).

Olivier

--

-- 
Bluefish website http://bluefish.openoffice.nl/
Blog http://oli4444.wordpress.com/

clansco | 6 Apr 2013 02:29
Favicon

preferences segfault

Hi,
running Revision: 7873 with gtk 2.24.10 
open preferences, click apply or ok button:

(bluefish:11759): Gtk-CRITICAL **: IA__gtk_button_get_relief: assertion `GTK_IS_BUTTON (button)' failed

(bluefish:11759): Gtk-CRITICAL **: IA__gtk_button_set_relief: assertion `GTK_IS_BUTTON (button)' failed

9 times

(bluefish:11759): Gtk-CRITICAL **: IA__gtk_widget_size_request: assertion `GTK_IS_WIDGET
(widget)' failed

9 times

(bluefish:11759): GLib-GObject-CRITICAL **: g_object_get_qdata: assertion `G_IS_OBJECT (object)' failed

(bluefish:11759): GLib-GObject-CRITICAL **: g_object_get_qdata: assertion `G_IS_OBJECT (object)' failed
segfault  
Olivier Sessink | 3 Apr 2013 20:50
Picon
Gravatar

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

Hi all,

can anybody reproduce the crash described in:
https://bugzilla.gnome.org/show_bug.cgi?id=697145 ?

Thanks,
	Olivier

--

-- 
Bluefish website http://bluefish.openoffice.nl/
Blog http://oli4444.wordpress.com/
clansco | 24 Mar 2013 09:55
Favicon

Show toolbar in sidepanel crash.

Hi,
I open preferences, HTML features and select Show toolbar in sidepanel
click on Apply or OK.
Bf crash, every time, output is:

(bluefish:7966): Gtk-CRITICAL **: IA__gtk_arrow_set: assertion `GTK_IS_ARROW (arrow)' failed
repeated 9 times
(bluefish:7966): Gtk-CRITICAL **: IA__gtk_button_get_relief: assertion `GTK_IS_BUTTON (button)' failed
repeated 9 times
(bluefish:7966): Gtk-CRITICAL **: IA__gtk_widget_size_request: assertion `GTK_IS_WIDGET
(widget)' failed
repeated 9 times

(bluefish:7966): GLib-GObject-CRITICAL **: g_object_get_qdata: assertion `G_IS_OBJECT (object)' failed

(bluefish:7966): GLib-GObject-CRITICAL **: g_object_get_qdata: assertion `G_IS_OBJECT (object)' failed

My sidepanel is open, Show toolbar in sidepanel was unselected.

--

-- 
Frédéric Falsetti
http://clansco.org
clansco | 12 Mar 2013 09:08
Favicon

I lost text.bflang2

Hi,
I lost text.bflang2. 
I have it in makefile, in /usr/share, 
but not in Document>Language Mode  and Preferences.

When I open a text document or create a new document 
chuck.bflang2 is used. my default is text/plain).

in rcfile-2.0:
bflang_options: Text:show_in_menu:1:

--

-- 
Frédéric Falsetti
http://clansco.org
Daniel Leidert | 10 Mar 2013 20:46
Picon

jsmin.py license issue (evil clause)

Hi,

It was pointed out to me, that bluefish now ships a file under the JSON
license (jsmin.py), which is considered non-free by various projects
including GNU, Debian, RedHat or Google. The license contains the
morality clause "The software shall be used for good not evil."

Regards, Daniel

clansco | 9 Mar 2013 09:42
Favicon

case sensitive matching

Hi,
it seems to that we are by default in case sensitive matching,
even if the option is not checked. we have to check and uncheck 
to have unsensitive case matching.

--

-- 
Frédéric Falsetti
http://clansco.org
clansco | 8 Mar 2013 21:49
Favicon

bf crash

Hi,
no backtrace but:

1 open bf
2 select the source code from ChoroplethMapApp.java at: 
	http://is.gd/uTxtJJ
3 paste in bluefish
4 document > language mode > Java
bf crash with:
got 0xb54166c0 for tmpbflang with name Text
or:
got 0xb53166c0 for tmpbflang with name Text

The probleme persists after reboot with same number.

--

-- 
Frédéric Falsetti
http://clansco.org
clansco | 8 Mar 2013 08:33
Favicon

All files loaded, finished %s, %d documents open

Hi, 
I can't understand the difference between finished and open
in 
#: ../src/file.c:835
msgid "All files loaded, finished %s, %d documents open"

--

-- 
Frédéric Falsetti
http://clansco.org

Gmane