You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was making a video about computer science by manim, and trying to combine manim with pwntools so i can just simplify my job on data copying and processing. But manim seems to be unhappy with other libraries that uses gdb.
Everything works fine until I invoked pwntools, which involves gdb.
Expected behavior
manim and pwntools do their own duties and help me to generate a video for me.
How to reproduce the issue
Try generating the video by the code below, with an 96x96 processor image in png format named icons8-processor-96.png.
Also pwntools can be obtained by pip install pwntools
I was trying to use remote-debugging feature on pwntools. I wonder if it is the same issue with #3713 I reported last time because they are all gdb-related issues.
pwntools was working fine on its end until the manim got unhappy, causing the whole python process to exit.
The text was updated successfully, but these errors were encountered:
Description of bug / unexpected behavior
I was making a video about computer science by manim, and trying to combine manim with pwntools so i can just simplify my job on data copying and processing. But manim seems to be unhappy with other libraries that uses gdb.
Everything works fine until I invoked pwntools, which involves gdb.
Expected behavior
manim and pwntools do their own duties and help me to generate a video for me.
How to reproduce the issue
Try generating the video by the code below, with an 96x96 processor image in png format named
icons8-processor-96.png
.Also
pwntools
can be obtained bypip install pwntools
Code for reproducing the problem
Compile these code to `example` ELF
Additional media files
Images/GIFs
Logs
Terminal output
Log file
System specifications
System Details
Linux AL-1S 6.8.7-arch1-1 #1 SMP PREEMPT_DYNAMIC Wed, 17 Apr 2024 15:20:28 +0000 x86_64 GNU/Linux
python/py/python3 --version
): Python 3.11.8pip list
): venv this timeLaTeX details
tlmgrlist.txt
FFMPEG
Output of
ffmpeg -version
:Additional comments
I was trying to use remote-debugging feature on pwntools. I wonder if it is the same issue with #3713 I reported last time because they are all gdb-related issues.
pwntools was working fine on its end until the manim got unhappy, causing the whole python process to exit.
The text was updated successfully, but these errors were encountered: