FS#61088 - [mysql-workbench] application crashes during closing

Attached to Project: Community Packages
Opened by RoundCube (RoundCube) - Saturday, 15 December 2018, 15:53 GMT
Last edited by Christian Hesse (eworm) - Friday, 12 April 2019, 13:35 GMT
Task Type Bug Report
Category Upstream Bugs
Status Closed
Assigned To Christian Hesse (eworm)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 2
Private No

Details

Description:

Starting the Application and quitting it, e.g. with file -> exit, terminates it the the message below.

As an side effect, this causes problem with persisting settings. E.g. edit -> preferences -> others -> show welcome message is ticked again after next launch.

Additional info:
stderr:
$ mysql-workbench
Found /usr/lib/libproj.so.13
Ready.

terminate called after throwing an instance of 'std::runtime_error'
what(): locale::facet::_S_create_c_locale name not valid

* package version: 8.0.13-2
* removing ~/.mysql doesn't help


Steps to reproduce:
Launch mysql-workbench, preferably from a console. Close it.
This task depends upon

Closed by  Christian Hesse (eworm)
Friday, 12 April 2019, 13:35 GMT
Reason for closing:  Duplicate
Additional comments about closing:   FS#56213 
Comment by patrick (potomac) - Wednesday, 27 February 2019, 22:58 GMT
I notice that you have this error message :

what(): locale::facet::_S_create_c_locale name not valid

it could explain your problem, there is a knowing bug in boost lib, which affects some systems where "en_US.UTF-8 UTF-8" locale is not installed,

the workaround is to uncomment "en_US.UTF-8 UTF-8" in /etc/locale.gen, and then run in root the command "locale-gen", see this bug report :

https://github.com/anura-engine/anura/issues/5
Comment by Christian Hesse (eworm) - Friday, 12 April 2019, 13:35 GMT
Please fix your locales.

Loading...