edoren / STP

SFML TMX Parser -
edoren.github.io/STP
Other
30 stars 13 forks source link

STP crashes the app with std::bad_alloc #5

Closed ghost closed 8 years ago

ghost commented 10 years ago

Hi,

I was writing some testing code with STP and SFML 2.1. Basically, I was just loading a TMX file as the tutorial teaches and I got this:

terminate called after throwing an instance of 'std::bad_alloc' what(): std::bad_alloc Aborted (core dumped)

Process returned 134 (0x86) execution time : 0.703 s Press ENTER to continue.

After insisting for a few times, it was able to crash the entire OS (in this case Ubuntu Linux 14.04).

Any clues? Let me know if I can provide further info.

edoren commented 10 years ago

Can you provide the example code please?, so i can test it.

edoren commented 8 years ago

Closed for lack of information to debug the problem.