| Summary: | net-nntp/inn-2.5.5-r1 : fails with FEATURES=test ( lib/xmalloc.............FAILED 17-19, 21-22, 24-26, 28-36, saw: failed to malloc, not: failed to realloc ) | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Toralf Förster <toralf> |
| Component: | Current packages | Assignee: | No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it <maintainer-needed> |
| Status: | RESOLVED OBSOLETE | ||
| Severity: | normal | CC: | kentnl, treecleaner |
| Priority: | Normal | Keywords: | PMASKED, TESTFAILURE |
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | Pending removal: 2018-12-04 | ||
| Package list: | Runtime testing required: | --- | |
| Attachments: |
emerge-info.txt
emerge-history.txt environment etc.portage.tbz2 logs.tbz2 net-nntp:inn-2.5.5-r1:20170703-132932.log temp.tbz2 |
||
|
Description
Toralf Förster
2017-07-03 17:39:33 UTC
Created attachment 480486 [details]
emerge-info.txt
Created attachment 480488 [details]
emerge-history.txt
Created attachment 480490 [details]
environment
Created attachment 480492 [details]
etc.portage.tbz2
Created attachment 480494 [details]
logs.tbz2
Created attachment 480496 [details] net-nntp:inn-2.5.5-r1:20170703-132932.log Created attachment 480498 [details]
temp.tbz2
2.5.4-r1 and earlier fail to even *compile* the test suite:
lib/tst-t.c:49:28: error: converting to execution character set: Invalid or incomplete multibyte or wide character
ok(12, tst_insert(tst, U"ange", change, 0, NULL) == TST_OK);
lib/tst-t.c:55:45: error: converting to execution character set: Invalid or incomplete multibyte or wide character
ok_string(18, "ange", tst_search(tst, U"ange"));
lib/tst-t.c:69:45: error: converting to execution character set: Invalid or incomplete multibyte or wide character
ok_string(32, "ange", tst_delete(tst, U"ange"));
make[1]make[1]: *** [Makefile:46: lib/tst-t.o] Error 1
: *** [Makefile:46: lib/tst-t.o] Error 1
2.5.5-r1 fails with:
lib/xmalloc.............FAILED 17-19, 21-22, 24-26, 28-36
Running lib/xmalloc.t from tests/ emits:
36
ok 1
ok 2
ok 3
ok 4
ok 5
ok 6
ok 7
ok 8
ok 9
ok 10
ok 11
ok 12
ok 13
ok 14
ok 15
ok 16
not ok 17
saw: failed to malloc 64000 bytes at lib/xmalloc.c line 57
not: failed to realloc 128000 bytes at lib/xmalloc.c line 62
not ok 18
saw: failed to malloc 64000 bytes at lib/xmalloc.c line 86
not: failed to strdup 64000 bytes at lib/xmalloc.c line 91
not ok 19
saw: failed to malloc 64001 bytes at lib/xmalloc.c line 109
not: failed to strndup 64000 bytes at lib/xmalloc.c line 115
ok 20
not ok 21
saw: failed to malloc 64000 bytes at lib/xmalloc.c line 155
not: failed to asprintf 64000 bytes at lib/xmalloc.c line 159
not ok 22
saw: failed to malloc 64000 bytes at lib/xmalloc.c line 190
not: failed to vasprintf 64000 bytes at lib/xmalloc.c line 178
ok 23
not ok 24
saw: malloc 64000 lib/xmalloc.c 57
not: realloc 128000 lib/xmalloc.c 62
not ok 25
saw: malloc 64000 lib/xmalloc.c 86
not: strdup 64000 lib/xmalloc.c 91
not ok 26
saw: malloc 64001 lib/xmalloc.c 109
not: strndup 64000 lib/xmalloc.c 115
ok 27
not ok 28
saw: malloc 64000 lib/xmalloc.c 155
not: asprintf 64000 lib/xmalloc.c 159
not ok 29
saw: malloc 64000 lib/xmalloc.c 190
not: vasprintf 64000 lib/xmalloc.c 178
ok 30
ok 31
ok 32
ok 33
ok 34
ok 35
ok 36
Removing wrt #608908. |