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

Hangs on shutdown after SIGINT #16

Open
muesli opened this issue Feb 22, 2018 · 3 comments
Open

Hangs on shutdown after SIGINT #16

muesli opened this issue Feb 22, 2018 · 3 comments
Labels

Comments

@muesli
Copy link
Collaborator

muesli commented Feb 22, 2018

Seems to often sit and wait during shutdown after SIGINT here.

@muesli muesli added the bug label Feb 22, 2018
@muesli
Copy link
Collaborator Author

muesli commented Feb 23, 2018

Common output in such a case:

lua: /usr/share/lua/5.2/cqueues.lua:77: interrupted!
stack traceback:
        [C]: in function 'step'
        /usr/share/lua/5.2/cqueues.lua:77: in function 'step'
        ./frivpn_client.lua:453: in function 'handler'
        ./frivpn_client.lua:463: in function 'connect'
        ./frivpn_client.lua:502: in main chunk
        [C]: in ?
shutdown thread 0
wakeup
thread 0 quit
thread 2 quit

@znuh
Copy link
Owner

znuh commented Feb 23, 2018

Are the thread IDs with successful termination status (%d quit) always the same?

@muesli
Copy link
Collaborator Author

muesli commented Feb 23, 2018

So far, it looks like they are.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants