Opened 14 years ago
Closed 14 years ago
#6391 closed bug (invalid)
Problem with POSIX ThreadHeap implementation
Reported by: | michaelvoliveira | Owned by: | nobody |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | System/POSIX | Version: | R1/Development |
Keywords: | thread heap posix malloc | Cc: | |
Blocked By: | Blocking: | ||
Platform: | All |
Description
well, I don't know how report this one, but
seems that I did something that broke ThreadHeap
I was porting Diaspora game, building hubserver, Requires only sys/select.h headers, and links with -lnetwork
here go the backtrace..
Attachments (2)
Change History (4)
by , 14 years ago
Attachment: | screenshot2.png added |
---|
by , 14 years ago
Attachment: | screenshot3.png added |
---|
comment:1 by , 14 years ago
Component: | - General → System/POSIX |
---|---|
Keywords: | thread heap posix malloc added |
Version: | R1/alpha2 → R1/Development |
comment:2 by , 14 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
That indicates heap corruption which means your app most likely did a double free or otherwise mismanaged its memory. This isn't an OS bug.