| View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||
| ID | Project | Category | View Status | Date Submitted | Last Update | ||||
|---|---|---|---|---|---|---|---|---|---|
| 0005986 | Spring engine | General | public | 2018-05-19 10:57 | 2020-07-04 16:36 | ||||
| Reporter | nixtux | ||||||||
| Assigned To | Kloot | ||||||||
| Priority | high | Severity | minor | Reproducibility | sometimes | ||||
| Status | resolved | Resolution | fixed | ||||||
| Product Version | 104.0 +git | ||||||||
| Target Version | Fixed in Version | 104.0 +git | |||||||
| Summary | 0005986: Crash on startup - terminate called after throwing an instance of 'std::bad_alloc' | ||||||||
| Description | Semi random crash on startup with spring version 104.0.1-529-g00b43c96a maintenance (Debug) Link to stacktrace https://pastebin.com/xwVqmPEu | ||||||||
| Tags | No tags attached. | ||||||||
| Checked infolog.txt for Errors | |||||||||
| Attached Files |
| ||||||||
Notes |
|
|
Kloot (developer) 2018-05-19 11:20 Last edited: 2020-07-04 16:36 |
splashScreenFile="/home/nixtux/.config/spring/./texture.png" bmp = {xsize = 4096, ysize = 4096, channels = 4, ...} you have a 4K-resolution (64MB) splashscreen which eats up the texmempool. in springsettings.cfg, set TextureMemPoolSize to a value greater than 64 or downsize this texture. |
|
nixtux (reporter) 2018-05-19 12:33 |
Ah thanks, any chance of it failing graceful with a helpful error message to users? |
|
Kloot (developer) 2018-05-19 12:52 |
will think about it, for now I'm just going to bump the pool size. |
Issue History |
|||
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2018-05-19 10:57 | nixtux | New Issue | |
| 2018-05-19 11:20 | Kloot | Note Added: 0019131 | |
| 2018-05-19 11:22 | Kloot | Note Edited: 0019131 | View Revisions |
| 2018-05-19 12:33 | nixtux | Note Added: 0019133 | |
| 2018-05-19 12:52 | Kloot | Note Added: 0019134 | |
| 2018-05-19 13:18 | Kloot | Assigned To | => Kloot |
| 2018-05-19 13:18 | Kloot | Status | new => resolved |
| 2018-05-19 13:18 | Kloot | Resolution | open => fixed |
| 2018-05-19 13:18 | Kloot | Fixed in Version | => 104.0 +git |
| 2020-07-04 16:36 | Kloot | Note Edited: 0019131 | View Revisions |


