Results for valgrind/bugs/fdo10370

Overview

Status: fail
Result: fail

Back to summary

Details

Detail Value
returncode 1
time 5.96448516846
note Returncode was 1
errors_ignored
  • Mesa: Mesa 7.10-devel DEBUG build Oct 17 2010 14:41:08
errors
  • ==17456== Invalid write of size 4
  • ==17456== at 0x4CA46B6: _mesa_texstore_argb8888 (texstore.c:1467)
  • ==17456== by 0x4CAB804: _mesa_texstore (texstore.c:3926)
  • ==17456== by 0x4B706B4: intelTexImage (intel_tex_image.c:519)
  • ==17456== by 0x4B70832: intelTexImage2D (intel_tex_image.c:568)
  • ==17456== by 0x4C92CE5: _mesa_TexImage2D (teximage.c:2415)
  • ==17456== by 0x4C0D4D3: save_TexImage2D (dlist.c:3959)
  • ==17456== by 0x408357F: glTexImage2D (glapitemp.h:1002)
  • ==17456== by 0x80490B6: display (fdo10370.c:71)
  • ==17456== by 0x416181F: fghcbDisplayWindow (freeglut_main.c:210)
  • ==17456== by 0x416565F: fgEnumWindows (freeglut_structure.c:394)
  • ==17456== by 0x4161CDA: glutMainLoopEvent (freeglut_main.c:249)
  • ==17456== by 0x4162604: glutMainLoop (freeglut_main.c:1498)
  • ==17456== Address 0xb7767000 is not stack\'d, malloc\'d or (recently) free\'d
  • ==17456==
info
Returncode: 1

Errors:
Mesa: Mesa 7.10-devel DEBUG build Oct 17 2010 14:41:08
==17456== Invalid write of size 4
==17456==    at 0x4CA46B6: _mesa_texstore_argb8888 (texstore.c:1467)
==17456==    by 0x4CAB804: _mesa_texstore (texstore.c:3926)
==17456==    by 0x4B706B4: intelTexImage (intel_tex_image.c:519)
==17456==    by 0x4B70832: intelTexImage2D (intel_tex_image.c:568)
==17456==    by 0x4C92CE5: _mesa_TexImage2D (teximage.c:2415)
==17456==    by 0x4C0D4D3: save_TexImage2D (dlist.c:3959)
==17456==    by 0x408357F: glTexImage2D (glapitemp.h:1002)
==17456==    by 0x80490B6: display (fdo10370.c:71)
==17456==    by 0x416181F: fghcbDisplayWindow (freeglut_main.c:210)
==17456==    by 0x416565F: fgEnumWindows (freeglut_structure.c:394)
==17456==    by 0x4161CDA: glutMainLoopEvent (freeglut_main.c:249)
==17456==    by 0x4162604: glutMainLoop (freeglut_main.c:1498)
==17456==  Address 0xb7767000 is not stack'd, malloc'd or (recently) free'd
==17456== 


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