View Issue Details [ Jump to Notes ] [ Related Changesets ] | [ Issue History ] [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
---|---|---|---|---|---|---|---|---|---|
0005418 | Spring engine | General | public | 2016-12-16 15:09 | 2016-12-16 15:24 | ||||
Reporter | cleanrock | ||||||||
Assigned To | |||||||||
Priority | normal | Severity | minor | Reproducibility | always | ||||
Status | resolved | Resolution | fixed | ||||||
Product Version | |||||||||
Target Version | Fixed in Version | ||||||||
Summary | 0005418: BasicMeshDrawer triggers assert in VBO::New | ||||||||
Description | [f=-000001] PathCosts: written [f=-000001] [LoadFinalize] finalized PFS (3711ms, checksum 835dafa2) [f=-000001] Loading Skirmish AIs spring: /home/johanr/my_projects/spring/rts/Rendering/GL/VBO.cpp:208: void VBO::New(GLsizeiptr, GLenum, const void*): Assertion `!mapped' failed. Aborted (core dumped) (gdb) bt #0 0x00007f1088ddb04f in raise () from /usr/lib/libc.so.6 #1 0x00007f1088ddc47a in abort () from /usr/lib/libc.so.6 #2 0x00007f1088dd3ea7 in __assert_fail_base () from /usr/lib/libc.so.6 0000003 0x00007f1088dd3f52 in __assert_fail () from /usr/lib/libc.so.6 0000004 0x000000000098b350 in VBO::New (this=0xfd88000, _size=399384, usage=35048, data_=0x0) at /home/johanr/my_projects/spring/rts/Rendering/GL/VBO.cpp:208 0000005 0x00000000008a5587 in CBasicMeshDrawer::UploadPatchSquareGeometry (this=0x600bf80, n=0, px=0, py=0, chm=0x64f4000, cnm=0x8ea0000) at /home/johanr/my_projects/spring/rts/Map/SMF/Basic/BasicMeshDrawer.cpp:185 #6 0x00000000008a5427 in CBasicMeshDrawer::UnsyncedHeightMapUpdate (this=0x600bf80, rect=...) at /home/johanr/my_projects/spring/rts/Map/SMF/Basic/BasicMeshDrawer.cpp:145 #7 0x00000000008850fa in CEventHandler::UnsyncedHeightMapUpdate (this=0x132fc40 <eventHandler>, rect=...) at /home/johanr/my_projects/spring/rts/System/EventHandler.h:614 #8 0x00000000008823fd in CReadMap::UpdateDraw (this=0x5028000, firstCall=true) at /home/johanr/my_projects/spring/rts/Map/ReadMap.cpp:406 #9 0x0000000000a44158 in CWorldDrawer::Update (this=0x307d7f8, newSimFrame=false) at /home/johanr/my_projects/spring/rts/Rendering/WorldDrawer.cpp:140 0000010 0x00000000005f73e9 in CGame::UpdateUnsynced (this=0x3315840, currentTime=...) at /home/johanr/my_projects/spring/rts/Game/Game.cpp:1092 #11 0x00000000005f7bc0 in CGame::Draw (this=0x3315840) at /home/johanr/my_projects/spring/rts/Game/Game.cpp:1172 0000012 0x0000000000abc0cb in SpringApp::Update (this=0x7ffe10878c20) at /home/johanr/my_projects/spring/rts/System/SpringApp.cpp:879 0000013 0x0000000000abc248 in SpringApp::Run (this=0x7ffe10878c20) at /home/johanr/my_projects/spring/rts/System/SpringApp.cpp:915 0000014 0x0000000000a9c0c6 in Run (argc=1, argv=0x7ffe108790c8) at /home/johanr/my_projects/spring/rts/System/Main.cpp:48 #15 0x0000000000a9ca01 in main (argc=1, argv=0x7ffe108790c8) at /home/johanr/my_projects/spring/rts/System/Main.cpp:109 | ||||||||
Tags | No tags attached. | ||||||||
Checked infolog.txt for Errors | |||||||||
Attached Files |
|
![]() |
|
Anonymous (viewer) 2016-12-16 15:24 |
Fix 8627c460922bdcf1c86be88e1d630185ed5af7ff committed to develop branch: fix 0005418, repo: spring changeset id: 7685 |
![]() |
|||
spring: develop 8627c460
Timestamp: 2016-12-16 15:27:39 Author: rtri [ Details ] [ Diff ] |
fix 0005418 | ||
mod - rts/Rendering/GL/VBO.cpp | [ Diff ] [ File ] | ||