[Github-comments] [geany/geany-plugins] pairtaghighlighter: assertion 'start < end' failed (#446)

Bayu Aditya H. notifications at xxxxx
Wed Jun 15 08:40:14 UTC 2016


**Version Info**
Geany: 1.27-1~trusty (geany-dev/ppa)
pairtaghighlighter: 1.27-1~trusty  (geany-dev/ppa)
OS: Ubuntu 14.04.4 LTS
LANG=id_ID.UTF-8

**GDB Output**
```
$ gdb /usr/bin/geany 
GNU gdb (Ubuntu 7.7.1-0ubuntu5~14.04.2) 7.7.1
Copyright (C) 2014 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
<http://www.gnu.org/software/gdb/documentation/>.
For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from /usr/bin/geany...(no debugging symbols found)...done.
(gdb) run -v
Starting program: /usr/bin/geany -v
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
Geany-INFO: Geany 1.27, id_ID.UTF-8
Geany-INFO: GTK 2.24.23, GLib 2.40.2
Geany-INFO: System data dir: /usr/share/geany
Geany-INFO: User config dir: /home/bayuah/.config/geany
[New Thread 0x7fffed7fe700 (LWP 22114)]
[New Thread 0x7fffecffd700 (LWP 22115)]
[New Thread 0x7fffe7fff700 (LWP 22116)]
[New Thread 0x7fffe77fe700 (LWP 22117)]
Geany-INFO: System plugin path: /usr/lib/x86_64-linux-gnu/geany
Geany-INFO: Added filetype CUDA (61).
Geany-INFO: Added filetype Clojure (62).
Geany-INFO: Added filetype Scala (63).
Geany-INFO: Added filetype Cython (64).
Geany-INFO: Added filetype Genie (65).
Geany-INFO: Added filetype JSON (66).
Geany-INFO: Added filetype Graphviz (67).
Geany-INFO: Loaded:   /usr/lib/x86_64-linux-gnu/geany/pairtaghighlighter.so (Pair Tag Highlighter)
Geany-INFO: /home/bayuah/anu.php : PHP (UTF-8)
Geany-INFO: Loaded /usr/share/geany/php.tags (PHP), 10122 symbol(s).
[Thread 0x7fffe7fff700 (LWP 22116) exited]

(geany:22102): Geany-CRITICAL **: sci_get_contents_range: assertion 'start < end' failed

Program received signal SIGSEGV, Segmentation fault.
__strcmp_ssse3 () at ../sysdeps/x86_64/multiarch/../strcmp.S:209
209	../sysdeps/x86_64/multiarch/../strcmp.S: Tidak ada berkas atau direktori seperti itu.
(gdb) quit
```
With UBUNTU_MENUPROXY=0

```
$ export UBUNTU_MENUPROXY=0
$ gdb /usr/bin/geany 
GNU gdb (Ubuntu 7.7.1-0ubuntu5~14.04.2) 7.7.1
Copyright (C) 2014 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
<http://www.gnu.org/software/gdb/documentation/>.
For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from /usr/bin/geany...(no debugging symbols found)...done.
(gdb) run -v
Starting program: /usr/bin/geany -v
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
Geany-INFO: Geany 1.27, id_ID.UTF-8
Geany-INFO: GTK 2.24.23, GLib 2.40.2
Geany-INFO: System data dir: /usr/share/geany
Geany-INFO: User config dir: /home/bayuah/.config/geany
[New Thread 0x7fffed7fe700 (LWP 23268)]
[New Thread 0x7fffecffd700 (LWP 23269)]
[New Thread 0x7fffe7fff700 (LWP 23270)]
[New Thread 0x7fffe77fe700 (LWP 23271)]
Geany-INFO: System plugin path: /usr/lib/x86_64-linux-gnu/geany
Geany-INFO: Added filetype CUDA (61).
Geany-INFO: Added filetype Clojure (62).
Geany-INFO: Added filetype Scala (63).
Geany-INFO: Added filetype Cython (64).
Geany-INFO: Added filetype Genie (65).
Geany-INFO: Added filetype JSON (66).
Geany-INFO: Added filetype Graphviz (67).
Geany-INFO: Loaded:   /usr/lib/x86_64-linux-gnu/geany/pairtaghighlighter.so (Pair Tag Highlighter)
Geany-INFO: /home/bayuah/anu.php : PHP (UTF-8)
Geany-INFO: Loaded /usr/share/geany/php.tags (PHP), 10122 symbol(s).
[Thread 0x7fffe7fff700 (LWP 23270) exited]

(geany:23260): Geany-CRITICAL **: sci_get_contents_range: assertion 'start < end' failed

Program received signal SIGSEGV, Segmentation fault.
__strcmp_ssse3 () at ../sysdeps/x86_64/multiarch/../strcmp.S:209
209	../sysdeps/x86_64/multiarch/../strcmp.S: Tidak ada berkas atau direktori seperti itu.
(gdb) quit
```

**anu.php**
```
<a id="page-number-label" class="page-link">
	1
</a>
```
**Event**
Crash happen when I tried to delete letter "a" at opening anchor (a) tag.

**Additional**
"Tidak ada berkas atau direktori seperti itu."  (Indonesian) meaning: "No such file or directory."

---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/issues/446
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20160615/2112a15a/attachment.html>


More information about the Github-comments mailing list