Borrar filtros
Borrar filtros

double free or corruption (!prev)

24 visualizaciones (últimos 30 días)
yanglan yang
yanglan yang el 1 de Ag. de 2021
Comentada: Image Analyst el 1 de Ag. de 2021
When i run my program with big data set in MATLAB in our server, I faces with a problem newly. But i change another small data set to run my process in MATLAB in our server, it is normal. But it is still have problem with the big data set. I don't know how to solve it. is it related with the data size?
*** Error in `/opt/MATLAB/R2009b/bin/glnxa64/MATLAB': double free or corruption (!prev): 0x00007f91455f7d60 ***
======= Backtrace: =========
/lib/x86_64-linux-gnu/libc.so.6(+0x777e5)[0x7f91595977e5]
/lib/x86_64-linux-gnu/libc.so.6(+0x190ed8)[0x7f91596b0ed8]
======= Memory map: ========
00400000-00406000 r-xp 00000000 08:05 6169816 /opt/MATLAB/R2009b/bin/glnxa64/MATLAB
00606000-00607000 rw-p 00006000 08:05 6169816 /opt/MATLAB/R2009b/bin/glnxa64/MATLAB
  2 comentarios
dpb
dpb el 1 de Ag. de 2021
Would need a test case that reproduces the problem -- including data.
Q? Does the problem occur on every data set of or above a given size or just the one? It might be the data itself and not just the size if some work, some don't.
It also may have something to do with a server setup; have you checked with your IT folks first???
Image Analyst
Image Analyst el 1 de Ag. de 2021
Why does the memory map mention release 2009b while you listed r2020b as your product release (see right hand side of this page)?
Are you running MATLAB (the full development environment) and an m-file source code? Or are you running a compiled standalone executable?

Iniciar sesión para comentar.

Respuestas (0)

Categorías

Más información sobre Get Started with MATLAB en Help Center y File Exchange.

Productos


Versión

R2020b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by