[Mesa-dev] [Bug 99631] segfault with OSVRTrackerView and openscenegraph git master
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Wed Feb 1 19:57:34 UTC 2017
https://bugs.freedesktop.org/show_bug.cgi?id=99631
Bug ID: 99631
Summary: segfault with OSVRTrackerView and openscenegraph git
master
Product: Mesa
Version: git
Hardware: Other
OS: All
Status: NEW
Severity: normal
Priority: medium
Component: Mesa core
Assignee: mesa-dev at lists.freedesktop.org
Reporter: haagch at frickel.club
QA Contact: mesa-dev at lists.freedesktop.org
Created attachment 129276
--> https://bugs.freedesktop.org/attachment.cgi?id=129276&action=edit
trace that segfaults
It's a very small demo application: https://github.com/OSVR/OSVR-Tracker-Viewer
If you want to reproduce it for debugging, you don't need any OSVR hardware,
just openscenegraph from git (currently
2a7d72c203104275462a5c0871257383ffbcf6a5) and then starting OSVRTrackerView.
What works:
OSVRTrackerView with openscenegraph 3.4
osgviewer that comes with openscenegraph git master
OSVRTrackerView with openscenegraph git master however segfaults immediately:
0xb5652bf4 in _save_Vertex3fv (v=0x0) at vbo/vbo_attrib_tmp.h:275
275 ATTR3FV(VBO_ATTRIB_POS, v);
(gdb) bt full
#0 0xb5652bf4 in _save_Vertex3fv (v=0x0) at vbo/vbo_attrib_tmp.h:275
dest = 0x930cc
save = 0x92490
ctx = 0x95b08
#1 0xb53fc8a0 in _ae_ArrayElement (elt=0) at main/api_arrayelt.c:1796
src = 0x0
ctx = 0x95b08
actx = 0x93e50
aa = 0x93e50
at = 0x93fd0
disp = 0x8c070
do_map = 0 '\000'
#2 0xb566edf8 in _save_OBE_DrawArrays (mode=1, start=0, count=16) at
vbo/vbo_save_api.c:1168
ctx = 0x95b08
save = 0x92490
i = 0
#3 0xb6352c50 in glDrawArrays (mode=1, first=0, count=16) at
glapi/glapi_mapi_tmp.h:3847
_tbl = 0x8c070
_func = 0xb566ece8 <_save_OBE_DrawArrays>
trace attached.
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/mesa-dev/attachments/20170201/854a1640/attachment.html>
More information about the mesa-dev
mailing list