Opened 16 years ago

Closed 16 years ago

#2319 closed defect (invalid)

glibc detected: invalid next size (fast) - probably bug in libgdal.so

Reported by: miko Owned by: warmerdam
Priority: normal Milestone:
Component: default Version: unspecified
Severity: minor Keywords:
Cc:

Description

Hello, I am getting annoying messages like "* glibc detected * gdalinfo: free(): invalid next size (fast): 0x08052318 *" for gdal commandline utilities. I have compiled gdal 1.5.1 and trunk versions on archlinux (gcc 4.3.0, glibc 2.7), and both have this problem. I have an old gdal 1.4.2 (compiled with gcc 4.2.x) which do not have this problem (I am not able to compile this version with gcc 4.3).

Otherwise the tools work OK. Attached is a recorded session showing full error messages.

Attachments (1)

gdalinfo.txt (29.4 KB ) - added by miko 16 years ago.

Download all attachments as: .zip

Change History (3)

by miko, 16 years ago

Attachment: gdalinfo.txt added

comment:1 by Even Rouault, 16 years ago

My first guess is that there's a remaining plugin (for example the GRASS plugin), compiled for gdal 1.4.2, that sits in your plugin directory (/usr/lib/gdalplugins/). Could you remove all the plugins compiled with an older version and try again ?

in reply to:  1 comment:2 by miko, 16 years ago

Resolution: invalid
Status: newclosed

Replying to rouault:

My first guess is that there's a remaining plugin (for example the GRASS plugin), compiled for gdal 1.4.2, that sits in your plugin directory (/usr/lib/gdalplugins/). Could you remove all the plugins compiled with an older version and try again ?

You are absolutely right! Indeed I had older file gdal_GRASS.so which was causing the problems. After I recompiled it there are no problems. Thanks!

Note: See TracTickets for help on using tickets.