POL crash

Bug reports and feature requests. New features can only be added to the current development version. Bug-fixes may be back-ported.

Current release: 099 / Current development: 100
Post Reply
Skinny
Expert Poster
Posts: 76
Joined: Wed Dec 19, 2012 10:27 pm

POL crash

Post 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.
:)
bodom
Former Developer
Posts: 140
Joined: Sat Feb 21, 2015 7:52 pm
Location: Italy

Re: POL crash

Post 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?
Skinny
Expert Poster
Posts: 76
Joined: Wed Dec 19, 2012 10:27 pm

Re: POL crash

Post 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.
:(
bodom
Former Developer
Posts: 140
Joined: Sat Feb 21, 2015 7:52 pm
Location: Italy

Re: POL crash

Post 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?
Skinny
Expert Poster
Posts: 76
Joined: Wed Dec 19, 2012 10:27 pm

Re: POL crash

Post 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?
bodom
Former Developer
Posts: 140
Joined: Sat Feb 21, 2015 7:52 pm
Location: Italy

Re: POL crash

Post 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.
Post Reply