Zeex / samp-plugin-profiler

Performance profiler plugin for SA-MP server
http://forum.sa-mp.com/showthread.php?t=271129
BSD 2-Clause "Simplified" License
46 stars 8 forks source link

Profiler_Dump() crashed #22

Closed kryosaurr closed 7 years ago

kryosaurr commented 7 years ago

Profiler v2.14 Profiler_Dump() crashed in my PC (Windows 7), i've even tried to run the plugin with grand larceny gamemode and it's crashed too whenever i try to call this function. But, in the previous version (v2.13), Profiler_Dump() worked fine.

Here is my server_log:

[16:20:07] [profiler] Started profiling gamemodes/grandlarc [16:20:07] Number of vehicle models: 173 [16:20:18] [profiler] Dumping profiling statistics for gamemodes/grandlarc and samp_server.exe crashed

Zeex commented 7 years ago

Where do you call Profiler_Dump() from? What compiler flags did you use to compile Grand Larceny?

kryosaurr commented 7 years ago

I'm using -d3 to compile, and i call Profiler_Dump() in a timer, 10 seconds after the gamemode init.

Abyss-z94 commented 7 years ago

same problem, Profiler_Dump(); make my server crash too.