[Mingw-w64-public] [PATCH] Align thread entry point stack

2016-08-01 Thread Aleksey Vasenev
__attribute__((aligned)) don't work for stack variables in threads created with _beginthreadex without alignment. Signed-off-by: Aleksey Vasenev --- mingw-w64-libraries/winpthreads/src/thread.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mingw-w64-libraries/winpthreads/src/thread.c b

[Mingw-w64-public] [PATCH] Align thread entry point stack

2016-08-22 Thread Aleksey Vasenev
__attribute__((aligned)) don't work for stack variables in threads created with _beginthreadex without alignment. Signed-off-by: Aleksey Vasenev --- send it again github: https://github.com/Ratio2/mingw-w64/tree/align fix crash: ffmpeg -f lavfi -i testsrc -vcodec libvpx -threads 2 -f null - probl

Re: [Mingw-w64-public] [PATCH] Align thread entry point stack

2016-08-22 Thread Kai Tietz
Hello Aleksey, 2016-08-22 13:52 GMT+02:00 Aleksey Vasenev : > __attribute__((aligned)) don't work for stack variables in threads created > with _beginthreadex without alignment. > > Signed-off-by: Aleksey Vasenev > --- > send it again > github: https://github.com/Ratio2/mingw-w64/tree/align > fix

Re: [Mingw-w64-public] [PATCH] Align thread entry point stack

2017-01-22 Thread Adrien Nader
Hi, I've recently re-stumbled upon this. As far as I can tell it hasn't been commited. Was there some more discussion on the topic or did it simply get forgotten? -- Adrien Nader On Mon, Aug 22, 2016, Kai Tietz wrote: > Hello Aleksey, > > 2016-08-22 13:52 GMT+02:00 Aleksey Vasenev : > > __attr

Re: [Mingw-w64-public] [PATCH] Align thread entry point stack

2017-03-07 Thread Mateusz Mikuła
Forwarding Aleksey's message from MSYS2 discussion: @mati865 Sorry for long reply. I email directly to Kai 22 aug 2016: "Yes i test patch. Patch fix crash: ffmpeg -f lavfi -i testsrc -vcodec libvpx -threads 2 -f null - problem discuss: https://ffmpeg.zeranoe.com/forum/

Re: [Mingw-w64-public] [PATCH] Align thread entry point stack

2017-03-07 Thread Liu Hao
On 2017/3/8 4:31, Mateusz Mikuła wrote: > Forwarding Aleksey's message from MSYS2 discussion: > [...] > W dniu 22.01.2017 o 11:36, Adrien Nader pisze: >> Hi, >> >> I've recently re-stumbled upon this. As far as I can tell it hasn't been >> commited. Was there some more discussion on the topic or di

Re: [Mingw-w64-public] [PATCH] Align thread entry point stack

2017-03-09 Thread Liu Hao
On 2017/3/8 11:27, Liu Hao wrote: On 2017/3/8 4:31, Mateusz Mikuła wrote: Forwarding Aleksey's message from MSYS2 discussion: [...] W dniu 22.01.2017 o 11:36, Adrien Nader pisze: Hi, I've recently re-stumbled upon this. As far as I can tell it hasn't been commited. Was there some more discussi

Re: [Mingw-w64-public] [PATCH] Align thread entry point stack

2017-03-13 Thread Liu Hao
On 2017/3/10 15:41, Liu Hao wrote: > On 2017/3/8 11:27, Liu Hao wrote: >> On 2017/3/8 4:31, Mateusz Mikuła wrote: >>> Forwarding Aleksey's message from MSYS2 discussion: >>> [...] >>> W dniu 22.01.2017 o 11:36, Adrien Nader pisze: Hi, I've recently re-stumbled upon this. As far as I

Re: [Mingw-w64-public] [PATCH] Align thread entry point stack

2017-03-13 Thread Aleksey Vasenev
reply to Liu Hao - 2017-03-08 03:27:18 I found the original message on this ML. As Kai said, the patch looked reasonable, but it couldn't be applied because it wasn't generated using `git format-patch` and the original author's email address was truncated. So would you please provide a formatted