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)

screenshot2.png (76.9 KB ) - added by michaelvoliveira 14 years ago.
screenshot3.png (69.3 KB ) - added by michaelvoliveira 14 years ago.

Download all attachments as: .zip

Change History (4)

by michaelvoliveira, 14 years ago

Attachment: screenshot2.png added

by michaelvoliveira, 14 years ago

Attachment: screenshot3.png added

comment:1 by michaelvoliveira, 14 years ago

Component: - GeneralSystem/POSIX
Keywords: thread heap posix malloc added
Version: R1/alpha2R1/Development

comment:2 by anevilyak, 14 years ago

Resolution: invalid
Status: newclosed

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.

Note: See TracTickets for help on using tickets.