mirror of
https://github.com/asciinema/asciinema.git
synced 2026-04-25 16:05:52 +03:00
[GH-ISSUE #411] Double free #864
Labels
No labels
bug
compatibility
feature request
fit for beginners
help wanted
hosting
idea
improvement
packaging
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/asciinema#864
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @NorfairKing on GitHub (Jul 27, 2020).
Original GitHub issue: https://github.com/asciinema/asciinema/issues/411
I'm getting this error while running
asciinemain a nix build:To reproduce, check this out:
github.com/NorfairKing/smos@3badab7a55Then run
I'm not sure how/why this would happen because this project looks to be written in Python, which I thought was memory-safe...
@NorfairKing commented on GitHub (Jul 28, 2020):
I managed to reproduce this problem without nix sometimes but I also noticed that this problem doesn't occur when I run the nix build locally (a machine with a screen) but it does occur when I run the nix build remotely (on a machine without a screen).
Edit: scratch that, the problem also occurs locally.
@ku1ik commented on GitHub (Dec 29, 2020):
I haven't heard about this problem on other distros, it seems to me like this is nix-specific.
Were you able to pinpoint the problem? I'm afraid my nix skills are close to zero.
@NorfairKing commented on GitHub (Dec 29, 2020):
It's definitely not a nix-specific problem because the problem occurs without nix as well.
I ended up just not using
asciinema recbut generating the casts myself.