Bug#852757: apt calls malloc inside SIGWINCH handler, leading to deadlock

2021-12-19 Thread Zhang Boyang
Hello, I created a merge request on salsa.debian.org. The patch is same as my last email's. Here is the URL: https://salsa.debian.org/apt-team/apt/-/merge_requests/204 Best regards, Zhang Boyang

Bug#852757: apt calls malloc inside SIGWINCH handler, leading to deadlock

2021-12-01 Thread Zhang Boyang
Hello, On 2021/11/25 21:03, David Kalnischkies wrote: Hi, On Thu, Nov 25, 2021 at 07:30:45PM +0800, Zhang Boyang wrote: It seems my last email was marked spam. It's strange that the bug tracker has received my reply but the mailing list didn't. Please correct me if I misunderstand the

Bug#852757: apt calls malloc inside SIGWINCH handler, leading to deadlock

2021-11-25 Thread David Kalnischkies
Hi, On Thu, Nov 25, 2021 at 07:30:45PM +0800, Zhang Boyang wrote: > It seems my last email was marked spam. It's strange that the bug tracker > has received my reply but the mailing list didn't. Please correct me if I > misunderstand the situation. Indeed, looks like your mail was dropped at

Bug#852757: apt calls malloc inside SIGWINCH handler, leading to deadlock

2021-11-25 Thread Zhang Boyang
Hello, It seems my last email was marked spam. It's strange that the bug tracker has received my reply but the mailing list didn't. Please correct me if I misunderstand the situation. My previous reply can be viewed at https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=852757 The patch is

Bug#852757: apt calls malloc inside SIGWINCH handler, leading to deadlock

2017-01-27 Thread David Kalnischkies
Control: notfound -1 1.4~beta4ubuntu1 Control: found -1 1.4~beta4 Hi, On Thu, Jan 26, 2017 at 08:15:30PM -0500, Anders Kaseorg wrote: > Package: apt > Version: 1.4~beta4ubuntu1 > > (I also checked the code of 1.4~beta4, hence reporting here.) Thanks! Next time please don't report with a ubuntu

Bug#852757: apt calls malloc inside SIGWINCH handler, leading to deadlock

2017-01-26 Thread Anders Kaseorg
Package: apt Version: 1.4~beta4ubuntu1 (I also checked the code of 1.4~beta4, hence reporting here.) I just had an ‘apt install’ process freeze when I resized its terminal window. Attaching gdb revealed the backtrace below, showing that free() was interrupted by the SIGWINCH handler, which