FS#60100 - [sakura] segfault on exit

Attached to Project: Community Packages
Opened by Adam (adam900710) - Tuesday, 18 September 2018, 04:27 GMT
Last edited by Ronald van Haren (pressh) - Wednesday, 26 September 2018, 08:30 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Ronald van Haren (pressh)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 2
Private No

Details

Description:

Sakura segfault on exit.

$ sakura

(sakura:12285): Vte-WARNING **: 12:23:31.811: (vtegtk.cc:1964):int vte_terminal_match_add_regex(VteTerminal*, VteRegex*, guint32): runtime check failed: (_vte_regex_get_compile_flags(regex) & PCRE2_MULTILINE)

(sakura:12285): Vte-WARNING **: 12:23:31.811: (vtegtk.cc:1964):int vte_terminal_match_add_regex(VteTerminal*, VteRegex*, guint32): runtime check failed: (_vte_regex_get_compile_flags(regex) & PCRE2_MULTILINE)

(sakura:12285): GLib-GObject-CRITICAL **: 12:23:32.369: g_object_get_qdata: assertion 'G_IS_OBJECT (object)' failed
Segmentation fault (core dumped)

The core dump causes a pretty heavy IO load, especially when terminal is a pretty common program which get created and destroied pretty frequently.

Additional info:
* package version(s) community/sakura 3.6.0-1
* config and/or log files etc.


Steps to reproduce:
Install and execute sakura from another terminal
Exit sakura
This task depends upon

Closed by  Ronald van Haren (pressh)
Wednesday, 26 September 2018, 08:30 GMT
Reason for closing:  Fixed
Additional comments about closing:  3.6.0-2
Comment by Domenico Iezzi (nomore66201) - Tuesday, 25 September 2018, 09:04 GMT
Here is backtrace with debugging symbols enabled
Comment by loqs (loqs) - Tuesday, 25 September 2018, 19:15 GMT
Does the proposed patch from https://bugs.launchpad.net/sakura/+bug/1790317 resolve the issue?
Comment by Domenico Iezzi (nomore66201) - Wednesday, 26 September 2018, 08:03 GMT
Yes, it's now working correctly

Loading...