FS#3604 - kdelibs is built with fast-malloc

Attached to Project: Arch Linux
Opened by Vesa Kaihlavirta (vegai) - Saturday, 10 December 2005, 23:07 GMT
Task Type Bug Report
Category System
Status Closed
Assigned To Tobias Powalowski (tpowa)
Architecture not specified
Severity Medium
Priority Normal
Reported Version 0.7 Wombat
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Our kdelibs is built with --enable-fast-malloc=full, which enables a faster malloc. However, this is no longer needed, since glibc-2.3 itself has a fixed malloc -- and it may even cause instability.

See http://lists.kde.org/?l=kde-optimize&m=109569454601802&w=2

My suggestion: either remove it so that configure will itself decide what is best, or outright disable it by --enable-fast-malloc=no
This task depends upon

Closed by  Tobias Powalowski (tpowa)
Sunday, 18 December 2005, 17:05 GMT
Reason for closing:  Fixed
Comment by Łukasz Fibinger (lucke) - Friday, 16 December 2005, 15:48 GMT
I second. --enable-fast-malloc=full caused my kwin to crash.

Loading...