View Issue Details

IDProjectCategoryView StatusLast Update
0000005LDMud 3.3Compilation, Installationpublic2003-07-28 22:11
Reporterdafire Assigned Tolars 
PrioritynormalSeveritymajorReproducibilityalways
Status closedResolutionfixed 
Summary0000005: [456] heap_start not declared with ptmalloc
DescriptionI tried to compile the new driver with ptmalloc and pthreads and ran into following error:

xalloc.c: In function `assert_stack_gap':
xalloc.c:1310: `heap_start' undeclared (first use in this function)
xalloc.c:1310: (Each undeclared identifier is reported only once
xalloc.c:1310: for each function it appears in.)
make: *** [xalloc.o] Error 1
TagsNo tags attached.

Activities

lars

2003-06-28 03:15

reporter   ~0000006

While ptmalloc doesn't need the heap/stack check provided by assert_stack_gap(), it still has to provide the necessary variables. After the most recent change in the heap/stack check logic which introduced the new heap_start variable, I simply forgot to update ptmalloc accordingly.

lars

2003-07-28 22:11

reporter   ~0000010

The bug didn't show up again after it had been fixed.

Issue History

Date Modified Username Field Change
2003-06-27 11:01 dafire New Issue
2003-06-28 03:15 lars Status new => resolved
2003-06-28 03:15 lars Resolution open => fixed
2003-06-28 03:15 lars Assigned To => lars
2003-06-28 03:15 lars Note Added: 0000006
2003-07-28 22:11 lars Status resolved => closed
2003-07-28 22:11 lars Note Added: 0000010