Re: reproducible, but limited, SEGFAULTS after upgrade curl/libcurl 7.66 -> 7.67. curl issue, or not?

2019-11-14 Thread PGNet Dev via curl-library
On 11/13/19 10:26 PM, Daniel Stenberg wrote: > We fixed a bug the other day that could possibly be related: > >   > https://github.com/curl/curl/commit/13182b33f727cf5a56a5a13419904369f7f3baad I patched that into a v7.67 build, and tested. Looks like it solves the problem, https://bugzilla

Re: reproducible, but limited, SEGFAULTS after upgrade curl/libcurl 7.66 -> 7.67. curl issue, or not?

2019-11-13 Thread Daniel Stenberg via curl-library
On Wed, 13 Nov 2019, PGNet Dev wrote: curl_multi_add_handle() @ https://github.com/openSUSE/libzypp/blob/02a52477c0378127d0c13e4797826ee1367936ac/zypp/media/MediaMultiCurl.cc#L763 #0 Curl_splay (i=..., t=0x563d07704238) at splay.c:55 https://github.com/curl/curl/blob/2e9b725f67d

Re: reproducible, but limited, SEGFAULTS after upgrade curl/libcurl 7.66 -> 7.67. curl issue, or not?

2019-11-13 Thread PGNet Dev via curl-library
> note, > >curl_multi_add_handle() @ > > https://github.com/openSUSE/libzypp/blob/02a52477c0378127d0c13e4797826ee1367936ac/zypp/media/MediaMultiCurl.cc#L763 > and, #0 Curl_splay (i=..., t=0x563d07704238) at splay.c:55 https://github.com/curl/curl/blob/2e9b725f67d49a9d7a1f053f

Re: reproducible, but limited, SEGFAULTS after upgrade curl/libcurl 7.66 -> 7.67. curl issue, or not?

2019-11-13 Thread PGNet Dev via curl-library
On 11/13/19 4:03 PM, PGNet Dev wrote: > On 11/13/19 2:39 PM, Daniel Stenberg wrote: >> If this crash is at least semi-reliably reproduced in your environment > > 100%, on all machines tested so far. > > Unfortunately, I've not yet found any OTHER reports from others' > >> then maybe you can try

Re: reproducible, but limited, SEGFAULTS after upgrade curl/libcurl 7.66 -> 7.67. curl issue, or not?

2019-11-13 Thread PGNet Dev via curl-library
On 11/13/19 2:39 PM, Daniel Stenberg wrote: > If this crash is at least semi-reliably reproduced in your environment 100%, on all machines tested so far. Unfortunately, I've not yet found any OTHER reports from others' > then maybe you can try building a libcurl from source with the debug symbol

Re: reproducible, but limited, SEGFAULTS after upgrade curl/libcurl 7.66 -> 7.67. curl issue, or not?

2019-11-13 Thread Daniel Stenberg via curl-library
On Wed, 13 Nov 2019, PGNet Dev via curl-library wrote: ZYPP_MEDIA_CURL_DEBUG=2 zypper ref OS15-oss Stack trace of thread 3470: #0 0x7fdd10cec910 n/a (libcurl.so.4) #1 0x7fdd10cecb09 n/a (libcurl.so.4) #2 0x7fdd10ce

Re: reproducible, but limited, SEGFAULTS after upgrade curl/libcurl 7.66 -> 7.67. curl issue, or not?

2019-11-13 Thread PGNet Dev via curl-library
> might help. I'll take a look with that enabled here in a bit. With that increased verbosity ... ZYPP_MEDIA_CURL_DEBUG=2 zypper ref OS15-oss journalctl -f Nov 13 13:36:49 vm013 kernel: traps: zypper[3470] general protection fault ip:7fdd10cec910 sp:7ffc76592bf0 error:0 in libcurl.s

Re: reproducible, but limited, SEGFAULTS after upgrade curl/libcurl 7.66 -> 7.67. curl issue, or not?

2019-11-13 Thread PGNet Dev via curl-library
On 11/12/19 11:12 AM, PGNet Dev wrote: > >> *Is*  this^^ likely a curl issue? > > > > > > There's not enough information to tell. I downloaded that appdata file > > without a problem using 7.67 but I'm using Windows. We need a link to > > the issue filed with the repo and a minimal self-conta

Re: reproducible, but limited, SEGFAULTS after upgrade curl/libcurl 7.66 -> 7.67. curl issue, or not?

2019-11-12 Thread PGNet Dev via curl-library
>> *Is* this^^ likely a curl issue? > > > There's not enough information to tell. I downloaded that appdata file > without a problem using 7.67 but I'm using Windows. We need a link to > the issue filed with the repo and a minimal self-contained example that > can be used to reproduce. Find out i

Re: reproducible, but limited, SEGFAULTS after upgrade curl/libcurl 7.66 -> 7.67. curl issue, or not?

2019-11-12 Thread Ray Satiro via curl-library
On 11/12/2019 11:38 AM, PGNet Dev via curl-library wrote: Retrieving:http://download.opensuse.org/distribution/leap/15.1/repo/oss/repodata/57cb86253c19b7c80ce4de1fb5a081a842e24eac5308c84b159d6728e3edc183-appdata.xml.gz ---

reproducible, but limited, SEGFAULTS after upgrade curl/libcurl 7.66 -> 7.67. curl issue, or not?

2019-11-12 Thread PGNet Dev via curl-library
I recently upgraded distro-packaged (openSUSE) curl/libcurl from v7.66 -> 7.67. Subsequently, when I exec the distro's package management tool (zypper), it works for accessing ALL defined repos without problem/error, except for one, at which it reproducibly SEGFAULTs (~60+ machines, so far). Do