segfault while running glmark2-es2
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
glmark2 |
Fix Committed
|
Undecided
|
Unassigned |
Bug Description
I have compiled glmark2 using following commands
./waf configure --enable-glesv2
./waf
and when I try to run glmark2-es2, it shows segmentation fault.
I am using OpenSUSE 11.4 64bit and gcc 4.6.3
gdb shows this
Try: zypper install -C "debuginfo(
Missing separate debuginfo for /usr/lib64/
Try: zypper install -C "debuginfo(
libEGL warning: failed to create DRM screen
libEGL warning: use software fallback
Program received signal SIGSEGV, Segmentation fault.
glDeleteFramebu
19190 glapi/glapi_
in glapi/glapi_
(gdb) back
#0 glDeleteFramebu
#1 0x00000000004be115 in CanvasX11:
#2 0x00000000004be9b8 in CanvasX11::reset (this=0x7ffffff
#3 0x0000000000406d2a in main (argc=<value optimized out>, argv=0x7fffffff
(gdb) ^CQuit
(gdb) q
A debugging session is active.
Inferior 1 [process 16282] will be killed.
Quit anyway? (y or n) y
Changed in glmark2: | |
status: | New → Fix Committed |
First of all, to get a cleaner environment, I suggest building and running completely in-tree:
$ ./waf uninstall (optional, to uninstall system-wide installation)
$ ./waf configure --enable-gl --enable-glesv2 --data- path=$( pwd)/data
$ ./waf
$ build/src/glmark2 glmark2- es2
$ build/src/
Please check if running 'build/src/glmark2' (the desktop GL variant) causes the same problem. Also, which version of Mesa are you using?