sdcv icon indicating copy to clipboard operation
sdcv copied to clipboard

Crashing dictionary

Open Frenzie opened this issue 4 years ago • 3 comments

Apologies for the non-descriptive title but I wasn't able to get an angle on it with a quick glance. It's the one from here: https://www.mobileread.com/forums/showthread.php?p=3900775

Without a newline at the end of the ifo file (which seems a bit suspicious):

$ sdcv test
Internal error: basic_string::_M_replace

With a newline added to the end of the file:

$ sdcv test
save to cache /home/frans/.stardict/dic/stardict-en-wordnet-3.1/dictd_wwwdictorg_wn.idx
Segmentation fault

Something about memmove.

Frenzie avatar Oct 17 '19 21:10 Frenzie

I can not reproduce this issue.

./sdcv -u 'WordNet (r) 3.1 (2011)' test

works without any crash.

Can you try sdcv from master branch?

Dushistov avatar Nov 10 '19 10:11 Dushistov

That was with master. Note that the dictionaries were changed the day after I created this issue with specific reference to sdcv. I'd have uploaded it to GH, but it rejected it as being too large.

Update (2019-10-18): Used makedict utility rather than pyglossary to manage conversion from dictd to stardict format to workaround bugs in sdcv that make synonym look ups slow and where sdcv only returns one definition when there are multiple definitions for a word (useful for koreader). Attached xdxf version used to add <pre> tags to Kobo version to maintain original formatting. All files updated.

So it sounds like the issue manifests itself when converting dictd to stardict with pyglossary.

Frenzie avatar Nov 10 '19 11:11 Frenzie

Please try again with latest version of pyglossary and let me know if there is still an issue.

ilius avatar Dec 12 '21 07:12 ilius