Reading crashinfo.txt
#1

How can I retrieve some useful informations from crashinfo.txt? My gamemode is crashing randomly after some time since today and debug printfs haven't shown anything yet. Also, crashdetect plugin still don't work on VPS.

Код:
SA-MP Server: 0.3c R5


Exception At Address: 0x74F8B9BC


Registers:

EAX: 0x0018FB28	EBX: 0x00000000	ECX: 0x00000003	EDX: 0x00000000

ESI: 0x005DDA40	EDI: 0x005DDAC0	EBP: 0x0018FB78	ESP: 0x0018FB28

EFLAGS: 0x00000216



Stack:

+0000: 0xE06D7363   0x00000001   0x00000000   0x74F8B9BC

+0010: 0x00000003   0x19930520   0x0018FBE0   0x72256C58

+0020: 0x03ECB6A0   0x0000001F   0x03ECB678   0x0000001A

+0030: 0x0018FB78   0x70A259D5   0x03ECB6A0   0x0000001F

+0040: 0x03ECB678   0x0000001A   0x0000001F   0x0000001F

+0050: 0x0018FBB0   0x709CDF60   0xE06D7363   0x00000001

+0060: 0x00000003   0x0018FBA4   0xE06D7363   0x00000001

+0070: 0x00000000   0x00000000   0x00000003   0x19930520

+0080: 0x0018FBE0   0x72256C58   0x0018FC18   0x7223FB07

+0090: 0x0018FBE0   0x72256C58   0x75D514DD   0x0018FBE4

+00A0: 0x03ECB678   0x005D0000   0x00000000   0x00000018

+00B0: 0x0000001A   0x0000001F   0x722551FC   0x00000000

+00C0: 0x00000000   0x00000018   0x03ECB6A0   0x00000008

+00D0: 0x005D1400   0x03EE25F0   0x0000001A   0x0000001F

+00E0: 0x709D3EB8   0x0018FCC0   0x72253A02   0x00000000

+00F0: 0x03EE25F0   0x7224BC6D   0x03EEABC0   0x03EE25F0

+0100: 0x00000000   0x03EEABD0   0x005DE9A8   0x005DF5D0

+0110: 0x7F800000   0x709D3C1B   0x03E9FF78   0x00000000

+0120: 0x03EEABC0   0x00000011   0x005DE9A8   0x005DF5D0

+0130: 0x00000011   0x03EA06B8   0x00000000   0x03EEACF8
LATE EDIT: Incognito's streamer interior bug, solved in 0.3d or near.
Reply
#2

The crashdetect plugin requires the .net framework, I believe.
Reply
#3

I think that my host has it, some time ago I required for it (NET 3.5).
Reply
#4

Where have you put prints? Put them at the start of every callback. If none get called, it's a plugin.
Reply
#5

I've been testing with prints all afternoon and I haven't get anything of useful.
I've got only two plugins, sscanf and Incognito's streamer.
Reply
#6

I use both those plugins also. As I said, have you tried putting prints on the first line of EVERY callback, including filterscripts and includes?
Reply
#7

Bump. Still crash randomly.
Other crashinfo.txt added.

Quote:

SA-MP Server: 0.3c R5



Exception At Address: 0x76F8B9BC



Registers:

EAX: 0x0018FB28 EBX: 0x00000000 ECX: 0x00000003 EDX: 0x00000000

ESI: 0x0289DA40 EDI: 0x0289DAC0 EBP: 0x0018FB78 ESP: 0x0018FB28

EFLAGS: 0x00000216



Stack:

+0000: 0xE06D7363 0x00000001 0x00000000 0x76F8B9BC

+0010: 0x00000003 0x19930520 0x0018FBE0 0x726C6C58

+0020: 0x03B4B6C8 0x0000001F 0x03B4B6A0 0x0000001A

+0030: 0x0018FB78 0x716459D5 0x03B4B6C8 0x0000001F

+0040: 0x03B4B6A0 0x0000001A 0x0000001F 0x0000001F

+0050: 0x0018FBB0 0x72AFDF60 0xE06D7363 0x00000001

+0060: 0x00000003 0x0018FBA4 0xE06D7363 0x00000001

+0070: 0x00000000 0x00000000 0x00000003 0x19930520

+0080: 0x0018FBE0 0x726C6C58 0x0018FC18 0x726AFB07

+0090: 0x0018FBE0 0x726C6C58 0x76A314DD 0x0018FBE4

+00A0: 0x03B4B6A0 0x02890000 0x00000000 0x00000018

+00B0: 0x0000001A 0x0000001F 0x726C51FC 0x00000000

+00C0: 0x00000000 0x00000018 0x03B4B6C8 0x00000008

+00D0: 0x02891400 0x03B5F960 0x0000001A 0x0000001F

+00E0: 0x72B03EB8 0x0018FCC0 0x726C3A02 0x00000000

+00F0: 0x03B5F960 0x726BBC6D 0x03B1FBB8 0x03B5F960

+0100: 0x00000000 0x03B1FBD0 0x0289E9A8 0x0289F5D0

+0110: 0x7F800000 0x72B03C1B 0x03B1F9D8 0x00000000

+0120: 0x03B1FBB8 0x00000000 0x0289E9A8 0x0289F5D0

+0130: 0x00000000 0x03B1F978 0x00000000 0x03B5A4F0

I hope in someone that know how to read those memory informations related to SAMP.
Reply
#8

Well, why won't the crash detect plugin work? Is your VPS using linux? If yes, don't forget to use the .so file for the plugin!
Reply
#9

VPS has WS2008, with .NET 3.5 installed.
I've also tried to load it on my PC running WinXP, but I had the same error.

Quote:

plugins sscanf streamer crashdetect

------------------------------

[-] Loaded.
[-] Loading plugin: crashdetect
[-] Failed.
[-] Loaded 2 plugins.

On WinXP it shows me an error window with:
"Can't find entry point _invalid_paramerer_noinfo_noreturn from library MSVCR100.dll" (semplified translation)
Reply
#10

You'll need the MicroSoft Visual C++ Runtime libraries. And so far the lesson 'Reading Acronyms'.
Reply
#11

If you mean these I've already installed them.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)