Re: curl/openssl crash

2023-03-27 Thread Daniel Hallberg via curl-library
Den 2023-03-24 kl. 18:45, skrev Philippe Lefebvre via curl-library: Hi, we are having some crashes when using CURL library. We are in mutltithreaded environment, and in these crashes mostly happend on heavy/loaded process (lots of data, lots of Get/Post requests). A sample stack isĀ :

Re: curl/openssl crash

2023-03-24 Thread Daniel Stenberg via curl-library
On Fri, 24 Mar 2023, Philippe Lefebvre via curl-library wrote: A sample stack is : 0x14f33f90cb65 sock_write (libcrypto.so.1.1)#012#4 0x14f33f90599a bwrite_conv (libcrypto.so.1.1)#012#5 0x14f33f904a55 BIO_write (libcrypto.so.1.1)#012#6 0x14f33fd69856 ssl3_write_pending

Re: curl/openssl crash

2023-03-24 Thread Dan Fandrich via curl-library
On Fri, Mar 24, 2023 at 05:45:18PM +, Philippe Lefebvre via curl-library wrote: > we are having some crashes when using CURL library. We are in mutltithreaded > environment, and in these crashes mostly happend on heavy/loaded process (lots > of data, lots of Get/Post requests). The first

curl/openssl crash

2023-03-24 Thread Philippe Lefebvre via curl-library
Hi, we are having some crashes when using CURL library. We are in mutltithreaded environment, and in these crashes mostly happend on heavy/loaded process (lots of data, lots of Get/Post requests). A sample stack is : 0x14f33f90cb65 sock_write (libcrypto.so.1.1)#012#4 0x14f33f90599a