-
Notifications
You must be signed in to change notification settings - Fork 26
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
Segfault under some conditions #70
Comments
Where is the actual error message? This is only a traceback. |
There isn't any that I can see. Do segmentation faults ever have anything
more than that? AFAIK python has no way to handle them so there's never an
exception.
…On Tue, Sep 3, 2019, 7:46 AM Christopher Arndt ***@***.***> wrote:
Where is the actual error message? This is only a traceback.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#70?email_source=notifications&email_token=AAFZCH7LSNP3MFNG5BFWYA3QHZ2GBA5CNFSM4ITCMFZKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD5YOF2A#issuecomment-527491816>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAFZCH2IWL7TML4PKLBPXXLQHZ2GBANCNFSM4ITCMFZA>
.
|
The traceback output must have come from somewhere. I believe that's from Python. To me that looks like a truncated exception message. |
It's from the faulthandler module handling a SIGSEGV which doesn't generate
an exception. There's no python exception just a notice that a segfault
happened, and then everything stops.
…On Tue, Sep 3, 2019, 11:32 AM Christopher Arndt ***@***.***> wrote:
The traceback output must have come from somewhere. I believe that's from
Python. To me that looks like a truncated exception message.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#70?email_source=notifications&email_token=AAFZCH5ZGONXWYKUBF6YT4DQH2UTNA5CNFSM4ITCMFZKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD5ZEPMA#issuecomment-527583152>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAFZCH3WTPBG2MTPAPRB2ZTQH2UTNANCNFSM4ITCMFZA>
.
|
@EternityForest Do you happen to use |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I saw this error, and I'm not quite sure what's happening. I think jackd may have stopped in the background and restarted, it's a pretty complex environment, and there are also multiple threads.
Thought you guys might want to know about it anyway though.
Thanks for the great library!
The text was updated successfully, but these errors were encountered: