#15581 closed bug (invalid)
Building mxml on Haiku R1Beta1 fails
Reported by: | Begasus | Owned by: | nobody |
---|---|---|---|
Priority: | normal | Milestone: | Unscheduled |
Component: | - General | Version: | R1/beta1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description (last modified by )
Linking testmxml... Testing library... testmxml: /var/sources/haiku/src/system/libroot/posix/malloc/superblock.h:194:void BPrivate::superblock::putBlock(BPrivate::block*): getNumAvailable() < getNumBlocks() /bin/sh: line 1: 20523 Kill Thread ./testmxml test.xml temp1s.xml > temp1.xml
It builds fine on the nightlies for gcc2h and x86_64 Tested on R1/Beta1 hrev52295+96 Buildlog: https://build.haiku-os.org/buildmaster/master/x86_gcc2/logviewer.html?buildruns/3717/builds/34177.log
Attachments (1)
Change History (4)
by , 5 years ago
Attachment: | testmxml-60124-debug-26-12-2019-08-34-00.report added |
---|
comment:1 by , 5 years ago
Description: | modified (diff) |
---|
comment:2 by , 5 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
This indicates a double-free on mxml's part, most likely. Retry with the guarded heap, likely this will expose the problem more clearly.