HackerShackOfficial / AI-Smart-Mirror

Smart Mirror with a smart AI 🤖
MIT License
537 stars 214 forks source link

trouble installing ffmpeg #40

Closed emnabarred closed 7 years ago

emnabarred commented 7 years ago

i had trouble with "brew install ffmpeg" it returns the following error: Error in `/usr/bin/gcc-4.9': double free or corruption (top): 0x003cc718 can anyone help please?

muratia commented 7 years ago

This error seems to be with memory, so if you could restart your computer and try again maybe this can resolve the issue.

emnabarred commented 7 years ago

@muratia I actually did that and it didn't work! but now I don't have that issue anymore I don't know what I did but I keept retrying and it worked haha

muratia commented 7 years ago

Sometimes the computers do not clean up the memory and in some programming languages likewise in C++ you have to allocate the memory and then to clean it up beforehand using it.