Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.

Bug 1022931

Summary: segfault in tests
Product: [Fedora] Fedora Reporter: Dan Horák <dan>
Component: dovecotAssignee: Michal Hlavinka <mhlavink>
Status: CLOSED CURRENTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 20CC: janfrode, mhlavink
Target Milestone: ---   
Target Release: ---   
Hardware: ppc   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-03-19 13:42:52 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 467765    

Description Dan Horák 2013-10-24 09:41:07 UTC
build of dovecot 2.2.6 fails on 32-bit big endian arches (ppc, s390) because there is a segfault in the test suite, same error happened when I tried a rebuild of Fedora srpm in RHEL 7 buildroot.

from build.log
...
http url parse/create [6] ............................................ : ok
http url parse/create [7]: parse  http://www.example.com/%23shared/news  : ok
http url parse/create [7]: create http://www.example.com/%23shared/news  : ok
http url parse/create [7] ............................................ : ok
http url parse/create [8]: parse  http://www.example.com/query.php?name=Hendrik%20Visser  : ok
http url parse/create [8]: create http://www.example.com/query.php?name=Hendrik%20Visser  : ok
http url parse/create [8] ............................................ : ok
http url parse/create [9]: parse  http://www.example.com/network.html#IMAP%20Server  : ok
http url parse/create [9]: create http://www.example.com/network.html#IMAP%20Server  : ok
http url parse/create [9] ............................................ : ok
0 / 578 tests failed
/bin/sh: line 1: 12328 Segmentation fault      (core dumped) ./$bin
make[2]: Leaving directory `/builddir/build/BUILD/dovecot-2.2.6/src/lib-http'
make[2]: *** [check-test] Error 1
make[1]: *** [check-recursive] Error 1
make[1]: Leaving directory `/builddir/build/BUILD/dovecot-2.2.6/src'

full logs available at
http://ppc.koji.fedoraproject.org/koji/taskinfo?taskID=1460140
http://s390.koji.fedoraproject.org/koji/taskinfo?taskID=1238050

Version-Release number of selected component (if applicable):
dovecot-2.2.6-1.fc{19,20}

Comment 1 Dan Horák 2013-10-24 09:53:02 UTC
64-bit builds (s390x, ppc64) are OK

Comment 2 Dan Horák 2013-10-24 10:03:14 UTC
and for the record dovecot-2.2.5-2.fc20 builds fine in F-20 s390 buildroot

Comment 3 Dan Horák 2013-10-24 11:08:00 UTC
test-http-header-parser and test-http-response-parser fail with segfault on init, test-http-request-parser has 2 failing tests, with these exception all other tests are passed

Comment 4 Dan Horák 2014-03-19 13:42:52 UTC
not a problem starting with 2.2.7, so closing