Opened 13 years ago
Closed 12 years ago
#394 closed defect (worksforme)
Running trace causes assert in generlic/malloc.c
Reported by: | bashby | Owned by: | Jiri Svoboda |
---|---|---|---|
Priority: | major | Milestone: | 0.5.0 |
Component: | helenos/app/trace | Version: | mainline |
Keywords: | malloc | Cc: | |
Blocker for: | Depends on: | ||
See also: |
Description
Running trace against another app causes an assert in generic/malloc.c in free() around line 885:
malloc_assert(!head→free);
I have reproduced this in ia32 and amd64 builds under QEMU and VMWare
Change History (2)
comment:1 by , 12 years ago
comment:2 by , 12 years ago
Resolution: | → worksforme |
---|---|
Status: | new → closed |
Closing as not reproducible and a lack of more detailed information.
Note:
See TracTickets
for help on using tickets.
Can the submitter be more clear on how to reproduce this with the latest mainline (or any previous revision)? I've just conducted several successful tracing experiments and never got an assertion failure.