PenUltima Online Forum Index Official Core: 096.7
Official Core: 097 2008-02-26
Donate towards the POL web hosting bill!
 POL Home   FAQ   Search    Memberlist   Usergroups    Register    Profile   Log in to check your private messages   Log in
096.4b on windows

 
Post new topic   Reply to topic    PenUltima Online Forum Index -> Bug Reports 096
Display posts from previous:   

Author Message
DeiviD



Joined: 19 Jun 2006
Posts: 79

PostPosted: Wed Nov 08, 2006 12:43 pm    Post subject: 096.4b on windows Reply with quote

like we finally getting some beta tests running on 096 to get a conversion ready, and the shard crashes on boot like3 outta 4 times. then out of the blue it boots and stays up for a few hours.

im ataching one of the dumps from those crashes:


Code:
[11/08 17:26:09] Unhandled Exception! Writing Minidump file.
This file with explanation and last lines from log files should be given to the development team.
Saved dump file to 'POL096.4b-2006-10-29 Vestal Virgin-20061108172308-0.dmp'
Last Script: scripts/misc/death.ecl PC: 107


the last script seens to be random, 5 crashes, 5 diferent last scripts.
107 on death.lst is the folowing:

Code:
107: +=
108: array
109: "Kind"
110: +=
111: "Respectable"
112: +=
113: "Proper"

Noto.inc array declaration. doesnt seen to have anything wrong there really.



POL096.4b-2006-10-29 Vestal Virgin-20061108172308-0.dmp
 Description:
crash dump

Download
 Filename:  POL096.4b-2006-10-29 Vestal Virgin-20061108172308-0.dmp
 Filesize:  27.31 KB
 Downloaded:  33 Time(s)



Last edited by DeiviD on Wed Nov 29, 2006 10:08 am; edited 1 time in total

Author Message
DeiviD



Joined: 19 Jun 2006
Posts: 79

PostPosted: Wed Nov 08, 2006 2:45 pm    Post subject: Reply with quote

another crash, kinda big dump, so im posting it too

Code:
[11/08 19:37:22] Unhandled Exception! Writing Minidump file.
This file with explanation and last lines from log files should be given to the development team.
Saved dump file to 'POL096.4b-2006-10-29 Vestal Virgin-20061108191347-0.dmp'
Last Script: pkg/ai_brain/brain.ecl PC: 1755



POL096.4b-2006-10-29 Vestal Virgin-20061108191347-0.dmp
 Description:

Download
 Filename:  POL096.4b-2006-10-29 Vestal Virgin-20061108191347-0.dmp
 Filesize:  179 KB
 Downloaded:  34 Time(s)


Author Message
DeiviD



Joined: 19 Jun 2006
Posts: 79

PostPosted: Thu Nov 09, 2006 10:22 am    Post subject: Reply with quote

euh

is there any chance pol can crash cause of too big datafiles? that would explain why we never ever got any crash on any test server...

both pol095 and 096 seens to be having problems saving our data, with some files getting corrupted and crashes during saves.

our current files size is:
accounts: 2.742kb
datastore: 4kb
guilds: 949kb
items: 147.453kb
multis: 1.010kb
npcequip: 2.285kb
npcs: 8.833kb
objects: empty
pcequip: 92.336kb
pcs: 25.574kb
permitems: empty
pol: 20kb
resource: 2kb
storage: 208.340kb

for a total of 478mb. The servers got 4gb ram, and the peak (on windows taskmanager) is a bit below 2gb. There doesnt seem to be any memory problem (at last no benchmark/test software noticed any.

latest problem i had was a corrupted accounts.txt, those are the details:
start.log:
Code:
Reading data files:
  data/accounts.txt:.........Error reading configuration file data/accounts.txt:
   Expected '{' on a blank line after element type
   Near line: 128981
   Element started on line: 128980
Server Shutdown: reading account data


accounts.txt, line 128980:
Code:
Account
{
   Name   <omited>
   Password   <omited>
   PasswordHash   <omited>
   PasswordOnlyHash   <omited>
   Enabled   1
   Banned   0
   UOExpansion   T2A
   CProp   Used i0
   CProp   email s
   CProp   releaseday s
}


latest lines from the last crash:
Code:
Client#855: Leaving queued mode (3502 bytes xmitted)
[11/09 00:05:08] Unhandled Exception! Writing Minidump file.
This file with explanation and last lines from log files should be given to the development team.
Saved dump file to 'POL096.4b-2006-10-29 Vestal Virgin-20061108210056-0.dmp'
Last Script: scripts/ai/animal.ecl PC: 172

(note that the account that got bugged didnt log in the last few days)

and finally, im ataching the crash dump (happened like 15 mins after the save)

i hope all that info can help us in getting some more info in the "random" crashes im having :X



POL096.4b-2006-10-29 Vestal Virgin-20061108210056-0.dmp
 Description:

Download
 Filename:  POL096.4b-2006-10-29 Vestal Virgin-20061108210056-0.dmp
 Filesize:  121.45 KB
 Downloaded:  31 Time(s)


Author Message
DeiviD



Joined: 19 Jun 2006
Posts: 79

PostPosted: Thu Nov 09, 2006 11:31 am    Post subject: Reply with quote

well, just got storages.txt down to 108mb using an old perl script i found on one of the yahoo groups - lets see how well the server reacts (kinda fells like im talking alone here)

Author Message
SMJ



Joined: 10 May 2006
Posts: 113

PostPosted: Thu Nov 09, 2006 1:29 pm    Post subject: Reply with quote

I would help if I could, but the problem is here:
Code:
Account
{


The character is sitting right where the core expects { to be- which is why it's crashing. But I don't know why that's happening...

Author Message
DeiviD



Joined: 19 Jun 2006
Posts: 79

PostPosted: Thu Nov 09, 2006 5:47 pm    Post subject: Reply with quote

i kinda did noticed the small square yes, and fixed it. just posting here to try to figure out why it happened (also happens on storages.txt, npcs.txt, pcequip.txt)

btw lowering the storages.txt size by 100mb didnt fix the crashes >:X

Author Message
SMJ



Joined: 10 May 2006
Posts: 113

PostPosted: Thu Nov 09, 2006 5:58 pm    Post subject: Reply with quote

My only suggestion is to hop backwards to 096.3 until it's fixed. It is 096.4b. I don't think it has that particular bug.

Author Message
DeiviD



Joined: 19 Jun 2006
Posts: 79

PostPosted: Mon Nov 13, 2006 10:15 am    Post subject: Reply with quote

well let me try, but as i had that problem on pol095 im not sure it will work :X

Author Message
DeiviD



Joined: 19 Jun 2006
Posts: 79

PostPosted: Tue Nov 21, 2006 2:14 pm    Post subject: Reply with quote

nothing?

Author Message
Shinigami
POL Core Developer


Joined: 30 Jan 2006
Posts: 292
Location: Germany, Bavaria

PostPosted: Mon Dec 18, 2006 5:45 pm    Post subject: Re: 096.4b on windows Reply with quote

DeiviD wrote:
the last script seens to be random, 5 crashes, 5 diferent last scripts.
107 on death.lst is the folowing:

Code:
107: +=
108: array
109: "Kind"
110: +=
111: "Respectable"
112: +=
113: "Proper"

I'm really interessted in your death.src. your lst looks strange and the crash happend within "+=" code. so, maybe u tried something like 'a += "Kind" += "Respectable" += "Proper"' ?

Shinigami

Author Message
Austin
POL Developer


Joined: 30 Jan 2006
Posts: 354
Location: San Diego, California

PostPosted: Mon Dec 18, 2006 5:59 pm    Post subject: Reply with quote

... += wasn't put in until 097.

Author Message
DeiviD



Joined: 19 Jun 2006
Posts: 79

PostPosted: Tue Dec 19, 2006 7:04 am    Post subject: Reply with quote

Code:
var nototitles :=
{
    {"Outcast",     "Wretched",     "Nefarious", "Dread",         "Dread"},
    {"Despicable",  "Dastardly",    "Wicked",    "Evil",          "Evil"},
    {"Scoundrel",   "Malicious",    "Vile",      "Villainous",    "Dark"},
    {"Unsavory",    "Dishonorable", "Ignoble",   "Sinister",      "Sinister"},
    {"Rude",        "Disreputable", "Notorious", "Infamous",      "Dishonored"},
    {"None",        "Notable",      "Prominent", "Reknowned",     ""},
    {"Fair",        "Upstanding",   "Reputable", "Distinguished", "Distinguished"},
    {"Kind",        "Respectable",  "Proper",    "Eminent",       "Eminent"},
    {"Good",        "Honorable",    "Admirable", "Noble",         "Noble"},
    {"Honest",      "Commendable",  "Famed",     "Illustrious",   "Illustrious"},
    {"Trustworthy", "Estimable",    "Great",     "Glorious",      "Glorious"}
};


and the += is all over the lst - and im damn sure im using the 096 compiler.

Author Message
CWO



Joined: 04 Feb 2006
Posts: 684
Location: Chicago, IL USA

PostPosted: Tue Dec 19, 2006 7:59 am    Post subject: Reply with quote

I noticed that a while back. += is used in the .lst file to describe arrays being created in 096.

Post new topic   Reply to topic    PenUltima Online Forum Index -> Bug Reports 096 All times are GMT - 4 Hours
Page 1 of 1

 




Powered by phpBB © 2001, 2005 phpBB Group :: Theme & Graphics by GHS & Scott E. Royalty