After installing Houdini, you may come across this error. This error appears in the Terminal; if you open it from the application launcher, you maybe be getting this error, but it does not show in any way.

munmap_chunk(): invalid pointer
Aborted (core dumped)

The solution to this error is to set the environment variable of LD_PRELOAD, as given below.

export LD_PRELOAD="/lib/x86_64-linux-gnu/libc_malloc_debug.so.0"Code language: JavaScript (javascript)

You can restart Houdini after setting the environment variables above.

If you have any questions or want me to cover specific topics, leave a comment below.

I compiled a list of software and services that I use to improve my workflow, here is the link to the list.

Darryl Dias

I’m Darryl. I’m a 3D Artist, Programmer and Linux enthusiast. On this site I share my insights, tips and tricks, tutorials, methods and best practices.