DragonFly BSD
DragonFly bugs List (threaded) for 2012-04
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

[DragonFlyBSD - Bug #2344] dmalloc assertion: (*bmp & (1LU << bno)) == 0 in memfree


From: Sven Gaerner via Redmine <bugtracker-admin@xxxxxxxxxxxxxxxxxxxxx>
Date: Sat, 7 Apr 2012 14:19:12 -0700

Issue #2344 has been updated by Sven Gaerner.


I found an example that can be used to reproduce this error: https://bugs.dragonflybsd.org/pastes/29.

When realloc() is called with the new size (8), then in dmalloc.c the memalloc() function returns a new object and the old one is removed with memfree() which runs into this assertion.
----------------------------------------
Bug #2344: dmalloc assertion: (*bmp & (1LU << bno)) == 0 in memfree
http://bugs.dragonflybsd.org/issues/2344

Author: Sven Gaerner
Status: New
Priority: Normal
Assignee: 
Category: 
Target version: 


When running zsh an assertion is shown each time zsh is closed.

DragonFly version is v3.0.2.23.g17720-RELEASE an X86_64.



-- 
You have received this notification because you have either subscribed to it, or are involved in it.
To change your notification preferences, please click here: http://bugs.dragonflybsd.org/my/account



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]