Home - Waterfall Grid T-Grid Console Builders Recent Builds Buildslaves Changesources - JSON API - About

Builder wget-solaris10-i386 Build #446

Results:

Failed shell_2 shell_3

SourceStamp:

Projectwget
Repositoryhttps://gitlab.com/gnuwget/wget.git
Branchmaster
Revisionf7835691b44fc2155d76bc2697a34f73cb70bfa5
Got Revisionf7835691b44fc2155d76bc2697a34f73cb70bfa5
Changes1 change

BuildSlave:

unstable10x

Reason:

The SingleBranchScheduler scheduler named 'schedule-wget-solaris10-i386' triggered this build

Steps and Logfiles:

  1. git update ( 3 secs )
    1. stdio
  2. shell 'bash bootstrap' ( 2 mins, 55 secs )
    1. stdio
  3. shell_1 './configure' ( 51 secs )
    1. stdio
    2. src/config.h
    3. config.log
  4. shell_2 'gmake' failed ( 41 secs )
    1. stdio
  5. shell_3 'gmake check' failed ( 13 secs )
    1. stdio
    2. tests-unit-tests.log
    3. tests-test-suite.log
    4. testenv-test-suite.log

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/wget-solaris10-i386 slave
buildername wget-solaris10-i386 Builder
buildnumber 446 Build
codebase Build
got_revision f7835691b44fc2155d76bc2697a34f73cb70bfa5 Git
project wget Build
repository https://gitlab.com/gnuwget/wget.git Build
revision f7835691b44fc2155d76bc2697a34f73cb70bfa5 Build
scheduler schedule-wget-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/wget-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Darshit Shah

Timing:

StartTue Mar 2 12:28:59 2021
EndTue Mar 2 12:33:44 2021
Elapsed4 mins, 44 secs

All Changes:

:

  1. Change #123959

    Category wget
    Changed by Darshit Shah <darnirohnoyoudont@gnu.org>
    Changed at Tue 02 Mar 2021 12:03:14
    Repository https://gitlab.com/gnuwget/wget.git
    Project wget
    Branch master
    Revision f7835691b44fc2155d76bc2697a34f73cb70bfa5

    Comments

    Fix double free in FTP Code
    * src/ftp.c(getftp): Don't free `target`. If it is not pointing to
      targetbuf, then it still pointing to its original location of u->dir.
      This location will be free'd later. Doing so now causes a double free
      and hence crashes Wget
    * tests/Test-ftp-dir.px: New test to show double free error
    * tests/Makefile.am: Add new test

    Changed files

    • src/ftp.c
    • tests/Makefile.am
    • tests/Test-ftp-dir.px