View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000005 | LDMud 3.3 | Compilation, Installation | public | 2003-06-27 09:01 | 2003-07-28 20:11 |
Reporter | dafire | Assigned To | |||
Priority | normal | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Summary | 0000005: [456] heap_start not declared with ptmalloc | ||||
Description | I 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 | ||||
Tags | No tags attached. | ||||
|
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. |
|
The bug didn't show up again after it had been fixed. |
Date Modified | Username | Field | Change |
---|---|---|---|
2003-06-27 09:01 | dafire | New Issue | |
2003-06-28 01:15 |
|
Status | new => resolved |
2003-06-28 01:15 |
|
Resolution | open => fixed |
2003-06-28 01:15 |
|
Assigned To | => lars |
2003-06-28 01:15 |
|
Note Added: 0000006 | |
2003-07-28 20:11 |
|
Status | resolved => closed |
2003-07-28 20:11 |
|
Note Added: 0000010 |