MudaliarArun / connectbot

Automatically exported from code.google.com/p/connectbot
Apache License 2.0
0 stars 0 forks source link

Race condition on colors when opening local terminal #180

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Some of the time when you open the Local terminal, a race condition in the
SQLiteOpenHelper and reading the color configuration will cause a stack
trace from concurrent access.

Original issue reported on code.google.com by kenny@the-b.org on 13 Aug 2009 at 10:06

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
Changes to the DB access class in r397 should fix this issue.

Original comment by kenny@the-b.org on 14 Aug 2009 at 5:55