Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • sakia sakia
  • Project information
    • Project information
    • Activity
    • Labels
    • Planning hierarchy
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 78
    • Issues 78
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 3
    • Merge requests 3
  • Deployments
    • Deployments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • clients
  • python
  • sakiasakia
  • Issues
  • #801

Closed
Open
Created Mar 29, 2020 by Vincent Texier@vtexierOwner

Crash with logging error

When running about an hour without any action, it crash and repeat this error in console:

("Unhandled error in custom exception handler\ncontext: {'message': 'Exception in callback _SelectorSocketTransport._read_ready()', 'exception': RuntimeError('cannot enter context: <Context object at 0x7fdc8c5ef510> is already entered'), 'handle': <Handle _SelectorSocketTransport._read_ready()>}",), {'exc_info': (<class 'RecursionError'>, RecursionError('maximum recursion depth exceeded'), <traceback object at 0x7fdc94027d48>)}

Need control-c to stop.

It is clearly a infinite recursion, but where ?

Recursion exception is now well supported by logging:

https://bugs.python.org/issue36272

So this is a logging in a recursion which raise this.

May be the following crawling network error logging : ERROR:sakia:Could not parse field HeadV1 But it is not in a recursive function...

Edited Mar 31, 2020 by Vincent Texier
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
Time tracking