Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Crash with grsecurity enabled #2367

Closed
dvolk opened this issue Feb 11, 2014 · 0 comments
Closed

Crash with grsecurity enabled #2367

dvolk opened this issue Feb 11, 2014 · 0 comments

Comments

@dvolk
Copy link

@dvolk dvolk commented Feb 11, 2014

I get this crash when grsecurity is enabled:

[dv@foo ~]$ youtube-dl -g ...                                                  
Traceback (most recent call last):
  File "/usr/bin/youtube-dl", line 9, in <module>
    load_entry_point('youtube-dl==2014.02.10', 'console_scripts', 'youtube-dl')()
  File "/usr/lib/python3.3/site-packages/pkg_resources.py", line 353, in load_entry_point
    return get_distribution(dist).load_entry_point(group, name)
  File "/usr/lib/python3.3/site-packages/pkg_resources.py", line 2321, in load_entry_point
    return ep.load()
  File "/usr/lib/python3.3/site-packages/pkg_resources.py", line 2048, in load
    entry = __import__(self.module_name, globals(),globals(), ['__name__'])
  File "/usr/lib/python3.3/site-packages/youtube_dl/__init__.py", line 60, in <module>
    from .utils import (
  File "/usr/lib/python3.3/site-packages/youtube_dl/utils.py", line 4, in <module>
    import ctypes
  File "/usr/lib/python3.3/ctypes/__init__.py", line 543, in <module>
    _reset_cache()
  File "/usr/lib/python3.3/ctypes/__init__.py", line 282, in _reset_cache
    CFUNCTYPE(c_int)(lambda: None)
MemoryError
@dstftw dstftw closed this May 8, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants
You can’t perform that action at this time.