Project

General

Profile

Actions

Bug #18278

closed

SegFault on exit from gtk3 app

Added by sergzhum (Sergey Zhumatiy) over 2 years ago. Updated over 2 years ago.

Status:
Third Party's Issue
Assignee:
-
Target version:
-
ruby -v:
ruby 2.5.1p57 (2018-03-29 revision 63029) [x86_64-linux]
[ruby-core:105874]

Description

I try to implement my gtk3-based app to organize my books/music/etc.
After adding the autocompletion feature the app hits segmentation fault occasionly. I've described the way to reproduce it in the BUG-REPRODUCE.md file.

Because it is hard for me to extract minimal example and I do not understand the exact cause of segfault, I extracted all needed files (only one ruby file and some data files).

Here is the actual git branch with all needed files: https://github.com/zhum/keep-it-well/tree/bugreport

log - is the dump, the ruby interpreter generated on the last fault.

Updated by mame (Yusuke Endoh) over 2 years ago

  • Status changed from Open to Third Party's Issue

According to the log, it is very likely to be a problem with gtk3. Could you contact on the author of the gem?

I guess the gem wrongly assumes the order in which finalizers are called.

Actions

Also available in: Atom PDF

Like0
Like0