Skip to content
This repository has been archived by the owner on Mar 2, 2021. It is now read-only.

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

Closed
L3Nya opened this issue Feb 22, 2021 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@L3Nya
Copy link

L3Nya commented Feb 22, 2021

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.
@L3Nya L3Nya changed the title Segmentation fault Segmentation fault if changing input_filename/output_filename attribute before starting GroupCall Feb 22, 2021
@MarshalX MarshalX added the bug Something isn't working label Feb 22, 2021
@MarshalX MarshalX self-assigned this Feb 22, 2021
@MarshalX MarshalX closed this as completed Mar 1, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants