View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0005029 | Spring engine | General | public | 2016-01-10 20:53 | 2016-01-14 00:47 |
| Reporter | hokomoko | Assigned To | hokomoko | ||
| Priority | normal | Severity | major | Reproducibility | random |
| Status | resolved | Resolution | fixed | ||
| Product Version | 100.0+git | ||||
| Target Version | 101.0 | ||||
| Summary | 0005029: glFont isn't thread safe | ||||
| Description | Randomly when running ZK I get the assertion in https://github.com/spring/spring/blob/develop/rts/Rendering/GL/VertexArray.inl#L109 This only happens in LoadingMT as far as I know. I believe the issue is that glFont is used from both the loading and the main thread and since it's using only one VA, results are bad. | ||||
| Tags | No tags attached. | ||||
| Checked infolog.txt for Errors | |||||
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2016-01-10 20:53 | hokomoko | New Issue | |
| 2016-01-12 23:26 | jK | Note Added: 0015497 | |
| 2016-01-13 16:44 | hokomoko | Relationship added | related to 0004915 |
| 2016-01-14 00:47 | hokomoko | Changeset attached | => spring develop 409dbb79 |
| 2016-01-14 00:47 | hokomoko | Note Added: 0015506 | |
| 2016-01-14 00:47 | hokomoko | Assigned To | => hokomoko |
| 2016-01-14 00:47 | hokomoko | Status | new => resolved |
| 2016-01-14 00:47 | hokomoko | Resolution | open => fixed |