Results for valgrind/bugs/fdo10370

Overview

Status: fail
Result: fail

Back to summary

Details

Detail Value
returncode 1
time 3.79400491714
note Returncode was 1
errors
  • ==19841== Invalid write of size 4
  • ==19841== at 0x4921062: _mesa_texstore_argb8888 (texstore.c:1578)
  • ==19841== by 0x4921F10: _mesa_texstore (texstore.c:4053)
  • ==19841== by 0x4829B82: intelTexImage (intel_tex_image.c:500)
  • ==19841== by 0x482A74D: intelTexImage2D (intel_tex_image.c:549)
  • ==19841== by 0x490F3E2: teximage (teximage.c:2512)
  • ==19841== by 0x490FD7D: _mesa_TexImage2D (teximage.c:2566)
  • ==19841== by 0x48B10FE: save_TexImage2D (dlist.c:3970)
  • ==19841== by 0x8049086: display (fdo10370.c:71)
  • ==19841== by 0x40C1C1D: fghcbDisplayWindow (freeglut_main.c:210)
  • ==19841== by 0x40C558F: fgEnumWindows (freeglut_structure.c:394)
  • ==19841== by 0x40C202D: glutMainLoopEvent (freeglut_main.c:249)
  • ==19841== by 0x40C2934: glutMainLoop (freeglut_main.c:1498)
  • ==19841== Address 0xb7884000 is not stack\'d, malloc\'d or (recently) free\'d
  • ==19841==
info
Returncode: 1

Errors:
==19841== Invalid write of size 4
==19841==    at 0x4921062: _mesa_texstore_argb8888 (texstore.c:1578)
==19841==    by 0x4921F10: _mesa_texstore (texstore.c:4053)
==19841==    by 0x4829B82: intelTexImage (intel_tex_image.c:500)
==19841==    by 0x482A74D: intelTexImage2D (intel_tex_image.c:549)
==19841==    by 0x490F3E2: teximage (teximage.c:2512)
==19841==    by 0x490FD7D: _mesa_TexImage2D (teximage.c:2566)
==19841==    by 0x48B10FE: save_TexImage2D (dlist.c:3970)
==19841==    by 0x8049086: display (fdo10370.c:71)
==19841==    by 0x40C1C1D: fghcbDisplayWindow (freeglut_main.c:210)
==19841==    by 0x40C558F: fgEnumWindows (freeglut_structure.c:394)
==19841==    by 0x40C202D: glutMainLoopEvent (freeglut_main.c:249)
==19841==    by 0x40C2934: glutMainLoop (freeglut_main.c:1498)
==19841==  Address 0xb7884000 is not stack'd, malloc'd or (recently) free'd
==19841== 


Output:
data[0x8f], foreground: expected RGBA (1.0, 0.0 0.0 1.0)
First execution, Readback RGBA:
pixel[0, 0]: 1.0 0.0 0.0 1.0
CallList execution, Readback RGBA:
pixel[0, 0]: 1.0 0.0 0.0 1.0
------------------------------------
data[0xff], foreground: expected RGBA (1.0, 0.0 0.0 1.0)
First execution, Readback RGBA:
pixel[0, 0]: 1.0 0.0 0.0 1.0
CallList execution, Readback RGBA:
pixel[0, 0]: 1.0 0.0 0.0 1.0
------------------------------------
data[0x7f], background: expected RGBA (0.0, 0.0 1.0 1.0)
First execution, Readback RGBA:
pixel[0, 0]: 0.0 0.0 1.0 1.0
CallList execution, Readback RGBA:
pixel[0, 0]: 0.0 0.0 1.0 1.0
------------------------------------
data[0x70], background: expected RGBA (0.0, 0.0 1.0 1.0)
First execution, Readback RGBA:
pixel[0, 0]: 0.0 0.0 1.0 1.0
CallList execution, Readback RGBA:
pixel[0, 0]: 0.0 0.0 1.0 1.0
------------------------------------
max delta: 0.000000

Back to summary