-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://git.reviewboard.kde.org/r/101509/
-----------------------------------------------------------

Review request for kdelibs.


Summary
-------

By calling locale() instead of d->locale we ensure we kill and rebuild the 
locale as soon as possible in the chain, since calling functions in klocale can 
end up calling kglobal::locale again that might kill the fake locale and then 
we end up in trouble because we just killed ourselves (see backtrace in 
https://bugs.kde.org/show_bug.cgi?id=274169)


This addresses bug 274169.
    http://bugs.kde.org/show_bug.cgi?id=274169


Diffs
-----

  kdecore/kernel/kglobal.cpp 45a6c5a 

Diff: http://git.reviewboard.kde.org/r/101509/diff


Testing
-------

vlc does not crash anymore. Other apps start fine.


Thanks,

Albert

Reply via email to