Page 1 of 1

POL crash

Posted: Thu Dec 24, 2015 7:16 am
by Skinny
Hi.

We have a POL crash and don't know where is the problem.
Can anybody help?
See the dump break:
Image

files link (pol.pdb, pol.exe and dump file):
https://mega.nz/#!TAxhARRD!FUTYuid6Cj4c ... Zkn9DUVBJw

Commit fe41d6a September 06 2015.

Thanks for any help.
Regards.
:)

Re: POL crash

Posted: Sat Dec 26, 2015 5:56 pm
by bodom
Hi,

is the crash a random one or a reproducible one?
Are you doing something in particular when the crash happens?
If not, how often does it happen?

Re: POL crash

Posted: Sat Dec 26, 2015 9:12 pm
by Skinny
bodom wrote:Hi,

is the crash a random one or a reproducible one?
Are you doing something in particular when the crash happens?
If not, how often does it happen?
The crash is a random one.
No, i'm not doing anything in particular.
Most of the time there is nothing specific being done when the problem occurs.
:(

Re: POL crash

Posted: Sat Dec 26, 2015 10:17 pm
by bodom
I am not a C++ developer, but by looking at that dump, the problem seems to be related to a 0x1D Packet Hook.

Do you have an hook script for that packet?

Re: POL crash

Posted: Mon Dec 28, 2015 2:51 am
by Skinny
bodom wrote:I am not a C++ developer, but by looking at that dump, the problem seems to be related to a 0x1D Packet Hook.

Do you have an hook script for that packet?
Yes.
Can you or someone explain the better methods or examples to using this especific packet hook?

Re: POL crash

Posted: Mon Dec 28, 2015 6:50 am
by bodom
Well,

i think before using packet hooks one should have a good reason :D

It's hard to give a general explanation on why hooking such an important packet, but if you can post your script, we check it and see if it is ok.