Bug 79440 - prog_hash_table.c:146: undefined reference to `_mesa_error_no_memory'
Summary: prog_hash_table.c:146: undefined reference to `_mesa_error_no_memory'
Status: RESOLVED FIXED
Alias: None
Product: Mesa
Classification: Unclassified
Component: Mesa core (show other bugs)
Version: git
Hardware: x86-64 (AMD64) All
: medium blocker
Assignee: mesa-dev
QA Contact:
URL:
Whiteboard:
Keywords: regression
Depends on:
Blocks:
 
Reported: 2014-05-30 06:46 UTC by Vinson Lee
Modified: 2014-05-30 07:14 UTC (History)
2 users (show)

See Also:
i915 platform:
i915 features:


Attachments

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.