free(): invalid pointer for every cdo call
Bug #1946727 reported by
Jialin Wang
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
cdo (Ubuntu) |
New
|
Undecided
|
Unassigned |
Bug Description
Got following
```
free(): invalid pointer
[1] [PID] abort cdo sinfo xxxxx.nc
```
at the end of every output of cdo call, with or without data manipulation.
I'm using cdo (1.9.9~rc1-1) [universe] on Ubuntu 20.04 LTS.
description: | updated |
To post a comment you must log in.
I'm also seeing something similar. After a `cdo sinfo xxx.nc` I get:
```
...
cdo sinfo: Processed 1 variable over 7152 timesteps [0.06s 55MB].
free(): invalid pointer
Aborted (core dumped)
```
In fact, I get the error even if I just call `cdo` without any parameters
```
$ cdo
(... clipped output ...)
output file <0, 64, 96>; Default is 64
Operators:
Use option --operators for a list of all operators.
CDO version 1.9.9rc1, Copyright (C) 2003-2019 Uwe Schulzweida /mpimet. mpg.de/ cdo>
This is free software and comes with ABSOLUTELY NO WARRANTY
Report bugs to <https:/
free(): invalid pointer
Aborted (core dumped)
```