Filedumps... Core updated 12-09-2014

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

Filedumps... Core updated 12-09-2014

Post by Skinny »

Hello.

A dump and crash wit core. The last commited was: "Fixed client crash when sending boat packet".
https://github.com/polserver/polserver/ ... 7e5378851c

See the error log:

Code: Select all

[12/20 16:12:18] 
##########################################################
Current StackBackTrace
(function-name not available) - 0x14022b954
  (filename not available)
(function-name not available) - 0x14021fb6f
  (filename not available)
(function-name not available) - 0x14021f7d3
  (filename not available)
UnhandledExceptionFilter - 0x76c8b940
  (filename not available)
MD5Final - 0x76ea3398
  (filename not available)
_C_specific_handler - 0x76e285c8
  (filename not available)
RtlDecodePointer - 0x76e39d2d
  (filename not available)
RtlUnwindEx - 0x76e291cf
  (filename not available)
KiUserExceptionDispatcher - 0x76e61248
  (filename not available)
(function-name not available) - 0x1401d9575
  (filename not available)
(function-name not available) - 0x140059249
  (filename not available)
(function-name not available) - 0x140035726
  (filename not available)
(function-name not available) - 0x1400357ce
  (filename not available)
(function-name not available) - 0x140035f96
  (filename not available)
(function-name not available) - 0x14015be18
  (filename not available)
(function-name not available) - 0x1401591a7
  (filename not available)
(function-name not available) - 0x140156ae0
  (filename not available)
(function-name not available) - 0x140220c8d
  (filename not available)
(function-name not available) - 0x14021e4f8
  (filename not available)
(function-name not available) - 0x14021e7d3
  (filename not available)
(function-name not available) - 0x14025722b
  (filename not available)
(function-name not available) - 0x1402573d2
  (filename not available)
BaseThreadInitThunk - 0x76c059ed
  (filename not available)
RtlUserThreadStart - 0x76e3c541
  (filename not available)
##########################################################
[12/20 16:12:18] ##########################################################
Unhandled Exception! Writing Minidump file. 
Post this file with explanation and last lines from log files on http://forums.polserver.com/tracker.php for the development team.
Saved dump file to 'POL099-2013-09-03 Break Everything Even Rudder-20141216153054-0.dmp'

Last Script: pkg/server core/pickdrop hook/pickdrop.ecl PC: 5
##########################################################
Attachments
POL099-2013-09-03 Break Everything Even Rudder-20141216153054-0.dmp
(715.27 KiB) Downloaded 200 times
Nando
POL Developer
Posts: 282
Joined: Wed Sep 17, 2008 6:53 pm
Contact:

Re: Filedumps... Core updated 12-09-2014

Post by Nando »

If you're compiling the core yourself, we need the .pdb+.exe that you used otherwise we can't see the dump. Could you please attach them?

Also: any idea of how to reproduce it?
Skinny
Expert Poster
Posts: 76
Joined: Wed Dec 19, 2012 10:27 pm

Re: Filedumps... Core updated 12-09-2014

Post by Skinny »

Just for updating...
I update to the newest commit and now it works.
Post Reply