band-aid for Glib::operator<<
authorRobin Gareus <robin@gareus.org>
Sat, 19 Sep 2015 16:38:56 +0000 (18:38 +0200)
committerRobin Gareus <robin@gareus.org>
Sat, 19 Sep 2015 17:00:43 +0000 (19:00 +0200)
commitc829c10a74475ef6157408aa0e234b2a0fd43917
tree6a1d4d87eead2e11fc97654d540611b18fed6ce4
parentbd5b97e964d23bc51ef737ae239ab9822b254cbb
band-aid for Glib::operator<<

it seems that g_locale_from_utf8() (called by <<) is not thread safe,
at least not on OSX.

glib error-code 1, Invalid byte sequence in conversion input
-> throws Glib::Error.

possible fix for #6435, route-creation is interrupted via catch(...)
gtk2_ardour/mixer_strip.cc
gtk2_ardour/splash.cc