gerhardol / apply-routes

Automatically exported from code.google.com/p/apply-routes
0 stars 0 forks source link

Race condition initializing a singleton #2

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The MapProviders all share a singleton WebBrowser control (the imageCache
of GMapProvider).

I think there's a race condition in creating the singleton, but have been
unable to fire it. There have been occasional bug reports that sound like
this issue (at any rate, the GIMageCache thread dies during ST's startup) -
but the reporters have never been able to reproduce either.

Need to figure out if its really an issue (does ST actually instantiate
MapProviders from multiple threads simultaneously?), and if so put in locks.

Original issue reported on code.google.com by mark...@gmail.com on 11 Jun 2009 at 1:46

GoogleCodeExporter commented 9 years ago
Fixed by r35

Original comment by mark...@gmail.com on 13 Jun 2009 at 8:33

GoogleCodeExporter commented 9 years ago
This is fixed as of R0.1.3454

Original comment by mark...@gmail.com on 17 Jun 2009 at 2:21