"malloc(): invalid size (unsorted)"

You are an experienced programmer and have a problem with the engine, shaders, or advanced effects? Here you'll get answers.
No questions about C++ programming or topics which are answered in the tutorials!
Post Reply
Auradrummer
Posts: 260
Joined: Thu Apr 17, 2008 1:38 pm
Location: Brasopolis - Brazil

"malloc(): invalid size (unsorted)"

Post by Auradrummer »

Hello folks,

I'm making a custom loader. But I cannot declare any core::array on header file, or I get
"malloc(): invalid size (unsorted)", thrown at IrrAllocator.h, line 60, when I call the createDevice

Any tip of what is going wrong?

Thanks!
Professional Software Developer and Amateur Game Designer ;-)
Auradrummer
Posts: 260
Joined: Thu Apr 17, 2008 1:38 pm
Location: Brasopolis - Brazil

Re: "malloc(): invalid size (unsorted)"

Post by Auradrummer »

Never mind folks, I had to do a "make clean" and "make" again and worked.
Thanks!
Professional Software Developer and Amateur Game Designer ;-)
Post Reply