-
Notifications
You must be signed in to change notification settings - Fork 722
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mac OS X: GoldenDict crashes when trying to index BGL files #128
Comments
|
Is it possible to hunt this down to a particular line within Babylon::read()? |
|
I remember the exception was thrown in one of the calls to Babylon::convertToUtf8( std::string &s, unsigned int type ) when it was, in turn, calling iconv() function. |
|
Maybe it is same case as it detected under Windows lately (http://goldendict.org/forum/viewtopic.php?f=10&t=2047 - in Russian) and fixed in commit 193eb55 |
|
@Abs62 unfortunately the issue still remains unresolved. |
|
Amazing! @Abs62, your commit fixed the issue. I could index 19 different BGL dictionaries. |
|
I'm closing this issue. Hope we can coordinate a new EA build for all platforms soon. |
|
chulai, can you explain how you have used bgl.cc file? |
Fix crash when search in webengine


GoldenDict crashes when trying to index BGL files.
More info:
http://goldendict.org/forum/viewtopic.php?f=4&t=1623
http://goldendict.org/forum/viewtopic.php?f=4&t=1213&start=50#p5740
http://goldendict.org/forum/viewtopic.php?f=4&t=1213&start=60#p6582
The text was updated successfully, but these errors were encountered: