loadfs server crash
#1

When I load ANY filterscripts, 80% of the time it results in a crash. It does not do this with reloadfs.

This is NOT a script problem.
Reply
#2

I have this problem too, probably it's something like buffer overflow.
Reply
#3

It works fine for me
Reply
#4

Quote:
Originally Posted by BeckzyBoi
It works fine for me
Same here, i never had any problems with loading ANY filterscript.
Reply
#5

Quote:
Originally Posted by Don Correlli
Quote:
Originally Posted by BeckzyBoi
It works fine for me
Same here, i never had any problems with loading ANY filterscript.
Me too. All ok here with load, unload and reload
Reply
#6

Quote:
Originally Posted by Mikep.
When I load ANY filterscripts, 80% of the time it results in a crash. It does not do this with reloadfs.

This is NOT a script problem.
I've noticed the same.
Reply
#7

I think it occurs randomly, I did notice this once.
Reply
#8

I crashed once the server with reloadfs, I guess it's random.
Reply
#9

You should post the server crash log as saying "it crashes" is not helpful at all.
Reply
#10

Code:
--------------------------

Exception At Address: 0x0040170B



Registers:

EAX: 0x01896078	EBX: 0x00000001	ECX: 0x0012FC6C	EDX: 0x0012FC6C

ESI: 0x0000000B	EDI: 0x00E4BEB0	EBP: 0x00000000	ESP: 0x0012FC1C

EFLAGS: 0x00010206



Stack:

+0000: 0x00ECDF00  0x00000001  0x00000014  0x6C506E4F

+0010: 0x72657961  0x74617453  0x61684365  0x0065676E

+0020: 0x616C6544  0x00740079  0x00E77F38  0x0045F36B

+0030: 0x01896078  0x00499D20  0x0012FC6C  0x00000004

+0040: 0x00E76EE8  0x447A0000  0x00000001  0x00470237

+0050: 0x7FFFFFFF  0x00E79BF0  0x71A945C1  0x00B17510

+0060: 0x00ECDF00  0x00E4BEB0  0x00E76EE8  0x00ECDF66

+0070: 0x3EAC330C  0xBF711638  0x00000000  0x7C9101C0

+0080: 0x3F711638  0x3EAC330C  0x00000000  0x00D60000

+0090: 0x80000000  0x00000000  0x3F800000  0x00ECDF00

+00A0: 0x44D858C2  0x452633F2  0x4142028A  0x00479E0D

+00B0: 0x00479E35  0x447A0000  0x00B17510  0x00E79BF0

+00C0: 0x7C802446  0x63452612  0x00000012  0x00080000

+00D0: 0x3F5141F5  0x80000000  0x00000000  0x3F13782E

+00E0: 0x44D858C2  0x452633F2  0x4142028A  0x3EB80D11

+00F0: 0x3E02FDEA  0x00000000  0x447A0000  0x00000064

+0100: 0x3C000000  0x003EC325  0x00000200  0x00000200

+0110: 0x00000200  0x01895EE0  0x00000000  0x0000000F

+0120: 0x00B124E0  0x6F6E6E61  0x65636E75  0x00000000

+0130: 0x00000000  0x00000000  0x00000000  0x00000000
Quick example. Crashed when loadfs npc_record
Reply
#11

I have seen this in my server too, if I try to reload a filterscript which is already loaded
Reply
#12

It's just happened to me

Quote:

Exception At Address: 0x0040170B



Registers:

EAX: 0x01BEC678 EBX: 0x00000001 ECX: 0x0012FC34 EDX: 0x0012FC34

ESI: 0x00000003 EDI: 0x01C7EB60 EBP: 0x00000000 ESP: 0x0012FBE4

EFLAGS: 0x00010212



Stack:

+0000: 0x0293EF20 0x00000001 0x00000005 0x5F67726F

+0010: 0x65746167 0x6D004673 0x54646E61 0x00747865

+0020: 0x49747069 0x0074696E 0x00000000 0x0045F36B

+0030: 0x01BEC678 0x00499D20 0x0012FC34 0x00000004

+0040: 0x01C0B378 0x447A0000 0x00000001 0x00470347

+0050: 0x7FFFFFFF 0x01CAF550 0x756F7DD3 0x01CA8ED0

+0060: 0x0293EF20 0x01C7EB60 0x01C0B378 0x0293EF86

+0070: 0x3B01AD3B 0x3F7FFFDE 0x00000000 0x000000FF

+0080: 0xBF7FFFDE 0x3B01AD3B 0x00000000 0x01CA8508

+0090: 0x00000000 0x00000000 0x3F7FFFFF 0x0293EF20

+00A0: 0x44D42457 0xC4F434AC 0x416E028A 0x00479F5D

+00B0: 0x00479F85 0x447A0000 0x01CA8ED0 0x01CAF550

+00C0: 0x75AE1C6B 0x63452612 0x00000009 0x00000000

+00D0: 0x3F3532C6 0x80000000 0x80000000 0xBF34D714

+00E0: 0x44D42457 0xC4F434AC 0x416E028A 0x39A6F244

+00F0: 0x38DE985B 0x00000000 0x447A0000 0x00000064

+0100: 0xCF000000 0x00B9D398 0x00000200 0x00000200

+0110: 0x00000200 0x02980428 0x00000000 0x0000000F

+0120: 0x01CA0E18 0x6F6E6E61 0x65636E75 0x00000000

+0130: 0x00000000 0x00000000 0x00000000 0x00000000

Reply
#13

Sorry for the late reply, couldn't find the topic.

It only seems to happen on windows, i've never had a crash on my linux server yet (serverFFS).
Reply
#14

Quote:
Originally Posted by Mikep.
Sorry for the late reply, couldn't find the topic.

It only seems to happen on windows, i've never had a crash on my linux server yet (serverFFS).
I've had it on Linux, some time ago. I can't produce the crash code at the moment though.
Reply
#15

It happened now to me, and I never had any problem with loading this filterscript.

Here's the crash code, I hope it helps:
Код:
--------------------------

Exception At Address: 0x0040170B



Registers:

EAX: 0x00BFD828	EBX: 0x00000000	ECX: 0x0012FCC4	EDX: 0x00000400

ESI: 0x00000000	EDI: 0x00BA9230	EBP: 0x00000000	ESP: 0x0012FC74

EFLAGS: 0x00010212



Stack:

+0000: 0x00BA9230  0x00000000  0x0064D588  0x7C90D89C

+0010: 0x00BE3DF0  0x00BE3DF0  0x00BF097A  0x00449B32

+0020: 0xBEEC2B00  0x005DEEB9  0x9A966EB0  0x0045FA5B

+0030: 0x00BFD828  0x0049AF18  0x0012FCC4  0x00BF097A

+0040: 0x00BA88E8  0x00BE3DF0  0x00000001  0x0047167B

+0050: 0x00000000  0x00BE3DF0  0x00000001  0x7C802446

+0060: 0x00000000  0x00BA88E8  0x00BF0946  0x0047BA56

+0070: 0x00000000  0x00A77850  0x00B85ED0  0x62802446

+0080: 0xFF800000  0x4C9B0400  0xA02A43FB  0x2B80C1AF

+0090: 0x7865447A  0x00644037  0xA6650000  0x4EA0BAED

+00A0: 0x00003D14  0x00000000  0x00000000  0x00000000

+00B0: 0x00000000  0x000001A8  0x000001A8  0x000001A8

+00C0: 0x00BFD750  0x00000000  0x00A724E0  0x6F6E6E61

+00D0: 0x65636E75  0x00000000  0x00000000  0x00000000

+00E0: 0x00000000  0x00000000  0x00000000  0x00000000

+00F0: 0x00000000  0x00000000  0x00000000  0x00000000

+0100: 0x00000000  0x00000000  0x00000000  0x00000000

+0110: 0x00000000  0x00000000  0x00000000  0x00000000

+0120: 0x0000006C  0x00000000  0x00000000  0x00000000

+0130: 0x00000000  0x00000000  0x00000000  0x00000000
Reply
#16

Haven't experienced this since R5+.
Reply
#17

Quote:
Originally Posted by _Jay_
Haven't experienced this since R5+.
Well, it happened to me on R7.
Reply
#18

This have only happend once to me, but that was while 0.3a still was in beta. But I havent used filterscripts since R3, so I cannot really confirm anything. I tough the crash was gone, but seems its not
Reply
#19

Happening to me when unloading at this moment all the time ...

Код:
--------------------------

SA-MP Server: 0.3a R7



Exception At Address: 0x00401718



Registers:

EAX: 0x00000000	EBX: 0x00000000	ECX: 0x00000000	EDX: 0x00000000

ESI: 0x00A45C00	EDI: 0x00A46548	EBP: 0x010C79B0	ESP: 0x0013FDCC

EFLAGS: 0x00010246



Stack:

+0000: 0x0013FE5C  0x00000000  0x00BA110B  0x00BAD3FC

+0010: 0x0013FDEC  0x00BA1CEB  0x00B95F18  0x0013FE18

+0020: 0x0013FDF8  0x00BA175F  0x0013FE18  0x00BA5F64

+0030: 0x0108B238  0x00BAA224  0x0013FE28  0x00B94C88

+0040: 0x00B94C98  0x00B94C88  0x00B95108  0x00B94C88

+0050: 0x00B95F18  0x016C9884  0x00000001  0x00000035

+0060: 0x00000000  0x017D1260  0x00A45BFC  0x0013FE5C

+0070: 0x00000000  0x00000041  0x0000004F  0x00000002

+0080: 0xFFFFFFFF  0x9B037DB2  0x00074F08  0x00000000

+0090: 0x7C802446  0x00475B66  0x7C802530  0x7C80A0B7

+00A0: 0x0047931C  0x00000000  0x00000A28  0x0013FFC0

+00B0: 0x7FFD8000  0x00002BA3  0x00010101  0x00000032

+00C0: 0x00001E61  0x00000070  0x0000036C  0x00A47570

+00D0: 0x656D6167  0x65646F6D  0x00003531  0x004A8014

+00E0: 0x004A8010  0x7FFD8000  0x00493600  0x0013FEA8

+00F0: 0x0013FEA4  0x0013FFB0  0x004854EC  0x0049F1E8

+0100: 0xFFFFFFFF  0x004839A8  0x004839B8  0x00493600

+0110: 0x0013FFB0  0x00493301  0xFFFFFFFF  0x00484F8B

+0120: 0x00000001  0x00A42A50  0x00A42AA0  0x00000094

+0130: 0x00000005  0x00000001  0x00000A28  0x00000002



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

SA-MP Server: 0.3a R7



Exception At Address: 0x00401718



Registers:

EAX: 0x00000000	EBX: 0x00000000	ECX: 0x00000000	EDX: 0x00000000

ESI: 0x00A45C00	EDI: 0x00A46548	EBP: 0x0108AA68	ESP: 0x0013FDCC

EFLAGS: 0x00010246



Stack:

+0000: 0x0013FE5C  0x00000000  0x00BA110B  0x00BAD3FC

+0010: 0x0013FDEC  0x00BA1CEB  0x00B95328  0x0013FE18

+0020: 0x0013FDF8  0x00BA175F  0x0013FE18  0x00BA5F64

+0030: 0x0108B130  0x00BAA224  0x0013FE28  0x00B94C88

+0040: 0x00B94C98  0x00B94C88  0x00B95108  0x00B94C88

+0050: 0x00B95328  0x016C9884  0x00000001  0x00000035

+0060: 0x00000000  0x017D1468  0x00A45BFC  0x0013FE5C

+0070: 0x00000000  0x00000045  0x0000004F  0x00000003

+0080: 0xFFFFFFFF  0xE86ACC08  0x00074F08  0x00000000

+0090: 0x7C802446  0x00475B66  0x7C802530  0x7C80A0B7

+00A0: 0x0047931C  0x00000000  0x00000A28  0x0013FFC0

+00B0: 0x7FFD6000  0x00002BA3  0x00010101  0x00000032

+00C0: 0x00001E61  0x00000070  0x00000F7C  0x00A47570

+00D0: 0x656D6167  0x65646F6D  0x00003531  0x004A8014

+00E0: 0x004A8010  0x7FFD6000  0x00493600  0x0013FEA8

+00F0: 0x0013FEA4  0x0013FFB0  0x004854EC  0x0049F1E8

+0100: 0xFFFFFFFF  0x004839A8  0x004839B8  0x00493600

+0110: 0x0013FFB0  0x00493301  0xFFFFFFFF  0x00484F8B

+0120: 0x00000001  0x00A42A50  0x00A42AA0  0x00000094

+0130: 0x00000005  0x00000001  0x00000A28  0x00000002
Reply
#20

reloadfs always made my server crash while using 0.3 R6
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)