mrkara / gtranslator

A fork of the original 2-91 branch of Gtranslator from http://projects.gnome.org/gtranslator
GNU General Public License v3.0
1 stars 0 forks source link

[bgo#709316] Gtranslation crashes when importing a translation memory #77

Open mrkara opened 7 years ago

mrkara commented 7 years ago

Steps to reproduce:

  1. Load gtranslator 2.91.6

  2. Go to tools -> build translation memory

  3. Select for example a local copy of this po file: https://git.gnome.org/browse/gedit/plain/po/ca.po

It can also be reproduced with other files.

  1. When you clic on "Add to database" the application closes and shows:

"Segmentation fault (core dumped)"

Using gdb it shows that the problem is at gtr_data_store_list() at libtranslation-memory.so

Let me know if you need any addition detail

Jordi,

Originally reported by Jordi Mas at https://bugzilla.gnome.org/show_bug.cgi?id=709316

mrkara commented 7 years ago

Hi Jordi,

I guess you are using the last version from git... actually, master branch is under heavy development, and might have some bugs or errors.

You should use the branch "gtranslator-2-91" instead, as this is the stable branch.

Please let us know if you have the same problem with the stable version.

Originally posted by Daniel Mustieles