Description of problem: The problem occured while trying to use "yum" (actually some rpm library for python) on linux/alpha. The problem is that old_globfree function for Alpha didn't copied all necessary fields to new glob structure and called new "globfree" function with garbage in "gl_offs" field. Version-Release number of selected component (if applicable): glibc-2.3.4-3.fc3 How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info:
Created attachment 110317 [details] Proposed patch to fix the problem The patch copied gl_offs field from old structure
Committed to upstream CVS.