Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Ubuntu 16.04: MemoryError #9306
Comments
|
From the log youtube-dl fails when trying to decode the output of one of the following commands:
Seems it's not authentic Python 2.7.11. (Usually a plus sign indicates "modified") Probably a Ubuntu issue. Please report it to them. |
Trying to monitor it with
Is it really an issue with the Ubuntu Python package? If so, what do I report to them? |
|
What's your total memory size? |
|
4 GB |
|
avprobe eats 1.2GB. It's unusual. I'm not sure whether it's a ffprobe or Python issue. Maybe both. Could you try with this Python script:
It's a minimal version extracted from the failing point in youtube-dl. |
|
Works:
|
|
I just tried on Ubuntu 16.04 live DVD and everything works. I'm afraid I can't help more. Ubuntu places may give you more help. |
|
Are you trying to pull down videos through Tor and trying to mux them at the same time? I get this error and this is due to torsocks being incompatible with ffmpeg. Doing an strace on the process you see:
Until it runs out of memory. |
|
It's a known bug (#402 (comment)). Note that SOCKS proxies support is available since version 2016.05.10. Use |
|
Yeah, I was just making sure that wasn't the particular issue they were running into. |
|
Oh yeah, I am using Tor, this was the issue. Sorry for the noise. |
Since the upgrade to Ubuntu 16.04, youtube-dl eats a lot of memory and then crashes.