Bug 79440

Summary: prog_hash_table.c:146: undefined reference to `_mesa_error_no_memory'
Product: Mesa Reporter: Vinson Lee <vlee>
Component: Mesa coreAssignee: mesa-dev
Status: RESOLVED FIXED QA Contact:
Severity: blocker    
Priority: medium CC: idr, juhapekka.heikkila
Version: gitKeywords: regression
Hardware: x86-64 (AMD64)   
OS: All   
Whiteboard:
i915 platform: i915 features:

Description Vinson Lee 2014-05-30 06:46:42 UTC
mesa: fb7baafbbf6d4e5d418d93a1a2cd222c3ae3aae6 (master 10.3.0-devel)

$ scons
[...]
  Linking build/linux-x86_64-debug/glsl/glcpp/glcpp ...
build/linux-x86_64-debug/glsl/prog_hash_table.o: In function `hash_table_insert':
mesa/build/linux-x86_64-debug/glsl/prog_hash_table.c:146: undefined reference to `_mesa_error_no_memory'


fb7baafbbf6d4e5d418d93a1a2cd222c3ae3aae6 is the first bad commit
commit fb7baafbbf6d4e5d418d93a1a2cd222c3ae3aae6
Author: Juha-Pekka Heikkila <juhapekka.heikkila@gmail.com>
Date:   Thu Feb 13 16:04:23 2014 +0200

    mesa: Add missing null checks into prog_hash_table.c
    
    Check calloc return values in hash_table_insert() and
    hash_table_replace()
    
    Signed-off-by: Juha-Pekka Heikkila <juhapekka.heikkila@gmail.com>
    Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>

:040000 040000 8c82013963a36233318f4344dd7842e6b1be8e19 8bdef1d205a5561f98c0215b2882b864f1026c79 M      src
bisect run success
Comment 1 Tapani Pälli 2014-05-30 07:14:32 UTC
fixed by 56bdffe

Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.