• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

mattn / go-sqlite3 / 1037 / 12
52%
master: 54%

Build:
Build:
LAST BUILD BRANCH: add-github-actions
DEFAULT BRANCH: master
Ran 28 Feb 2020 01:28AM UTC
Files 12
Run time 2s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

28 Feb 2020 12:32AM UTC coverage: 51.894% (+0.5%) from 51.387%
1037.12

Pull #790

travis-ci

web-flow
Make sqlite3.Open thread safe

* sqlite3_open_v2 implicitly calls sqlite3_initialize
* sqlite3_initialize is not thread safe in the prologue
* concurrent calls of sqlite3.Open even on different files
  may trigger mutex initialization race and crash
* Fix: use go channel with a single message in it as a barrier
  letting only single-threaded sqlite3_open_v2 for the first time
* Reproducibility: very low, couple hours of concurrent sqlite3.Open calls
  trigger a single crash
Pull Request #790: Make sqlite3.Open thread safe

1014 of 1954 relevant lines covered (51.89%)

92049.74 hits per line

Source Files on job 1037.12
  • Tree
  • List 0
  • Changed 8
  • Source Changed 1
  • Coverage Changed 8
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 1085
  • Travis Job 1037.12
  • 51dd0093 on github
  • Prev Job for on initialize-fix (#1036.1)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc