[Bug 1022124] Re: wget 1.13.4 crashed with SIGSEGV in malloc_consolidate()

2012-07-22 Thread jrssystemsnet
Giuseppe, I'm sorry, but this is a pretty odd corner case I've had trouble reproducing outside a proprietary site I can't give anybody else access to. I would like to help, though - if you can give me a binary for the new version which will run on Ubuntu Precise, I can re-break the dev copy of the

[Bug 1022124] Re: wget 1.13.4 crashed with SIGSEGV in malloc_consolidate()

2012-07-22 Thread Giuseppe Scrivano
could you please redirect me to a webpage where it is easier to trigger this bug? I am going to roll-out a new release of wget in the next weeks and I would like to get this fixed upstream before it. Thanks! -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1022124] Re: wget 1.13.4 crashed with SIGSEGV in malloc_consolidate()

2012-07-10 Thread jrssystemsnet
Thank you Jason! I appreciate your help. =) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1022124 Title: wget 1.13.4 crashed with SIGSEGV in malloc_consolidate() To manage notifications about this

[Bug 1022124] Re: wget 1.13.4 crashed with SIGSEGV in malloc_consolidate()

2012-07-10 Thread Jason Conti
Excellent, thanks for testing. I have forwarded the bug upstream at http://savannah.gnu.org/bugs/index.php?36823 and hopefully we have enough information to work out a fix. ** Bug watch added: GNU Savannah Bug Tracker #36823 http://savannah.gnu.org/bugs/?36823 ** Also affects: wget via http

[Bug 1022124] Re: wget 1.13.4 crashed with SIGSEGV in malloc_consolidate()

2012-07-09 Thread jrssystemsnet
Jason, I downloaded your deb, used dpkg-deb -x to extract the files, and ran the binary directly - no segfault. So, confirmed: the patch you reverted is the culprit. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchp

[Bug 1022124] Re: wget 1.13.4 crashed with SIGSEGV in malloc_consolidate()

2012-07-09 Thread Jason Conti
I have prepared a test package at https://launchpad.net/~jconti/+archive/testing/+files/wget_1.13.4-2ubuntu2_amd64.deb with the above patch reverted ( debdiff: https://launchpad.net/~jconti/+archive/testing/+files/wget_1.13.4-2ubuntu1_1.13.4-2ubuntu2.diff.gz ), so that we might determine if that is

[Bug 1022124] Re: wget 1.13.4 crashed with SIGSEGV in malloc_consolidate()

2012-07-08 Thread Jason Conti
The troublesome code from the valgrind log in iri.c (and the only major change to iri.c since lucid) is from commit 2f6aa1d7417df1dfc5859686fbd77179b9fd: diff --git a/src/iri.c b/src/iri.c index 08cfde4..9b16639 100644 --- a/src/iri.c +++ b/src/iri.c @@ -264,6 +264,21 @@ remote_to_utf8 (struct

[Bug 1022124] Re: wget 1.13.4 crashed with SIGSEGV in malloc_consolidate()

2012-07-08 Thread jrssystemsnet
Here's your valgrind result. Interestingly, it doesn't segfault and crash when run from valgrind - it just keeps on trucking. Nevertheless, you can certainly see where it WAS crashing, and tons of errors occurring there. --2012-07-08 20:07:22-- http://www.[redacted]/%E2%80%9Dhttp://ajax.googl

[Bug 1022124] Re: wget 1.13.4 crashed with SIGSEGV in malloc_consolidate()

2012-07-08 Thread jrssystemsnet
That's correct Jason - when I fix the include in header.php to use normal quotes instead of typographic quotes, I can then mirror the entire site without segfaulting. Put the typographic quotes back in, and poof - segfault, at the same spot every time. Interestingly, *every single page* has the b

[Bug 1022124] Re: wget 1.13.4 crashed with SIGSEGV in malloc_consolidate()

2012-07-08 Thread Jason Conti
** Summary changed: - segfault in wget 1.13.4 + wget 1.13.4 crashed with SIGSEGV in malloc_consolidate() -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1022124 Title: wget 1.13.4 crashed with SIGSEG