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

Segmentation fault if changing input_filename/output_filename attribute before starting GroupCall #2

Closed
MarshalX opened this issue Mar 1, 2021 · 1 comment · Fixed by #30
Labels
bug Something isn't working Priority 2
Projects

Comments

@MarshalX
Copy link
Owner

MarshalX commented Mar 1, 2021

Original: MarshalX/tgcalls-beta#1 by @L3Nya

Segfault happens if you change input_filename or output_filename attribute of GroupCall before starting it.

Steps to reproduce:

  1. create GroupCall instance.
    gc = pytgcalls.GroupCall(client, "", "")
  2. set its input_filename attribute to anything before starting
    gc.input_filename = "input.raw"
  3. catch lovely segfault.
@MarshalX MarshalX added bug Something isn't working Priority 2 labels Mar 1, 2021
@MarshalX MarshalX added this to To do in pytgcalls via automation Mar 1, 2021
@MarshalX
Copy link
Owner Author

MarshalX commented Mar 1, 2021

May be can be fixed with tgcalls side too

MarshalX added a commit that referenced this issue Mar 5, 2021
resolve #11, resolve #17, resolve #39
@MarshalX MarshalX mentioned this issue Mar 5, 2021
MarshalX added a commit that referenced this issue Mar 5, 2021
resolve #11, resolve #17, resolve #29
pytgcalls automation moved this from To do to Done Mar 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Priority 2
Projects
Development

Successfully merging a pull request may close this issue.

1 participant