PenUltima Online

It is currently Wed Aug 20, 2008 2:17 pm

All times are UTC - 4 hours




Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 4 posts ] 
Author Message
 Post subject: POL096-2006-06-02 RC3 Vestal Virgin (gentoo)
PostPosted: Sun Jun 04, 2006 4:22 pm 
Offline

Joined: Sun Feb 05, 2006 7:48 am
Posts: 23
Code:
Client#880 i/o thread past initial lock
[06/04 21:29:42] Account assim logged in from 83.28.xx.xx
Account assim selecting character zzzzzz
[06/04 21:29:43] Client#881 connected from 85.13.251.xx (136 connections) on interface xxx.xx.xx.xx
Client#881 i/o thread starting
Client#881 i/o thread past initial lock
Client#881 (85.13.xx.xx): disconnected (account unknown)
[scripts/misc/logoff.ecl]: zzzzzz/yyyyy wylogowal sie. x: 3450 y: 128 z: 5
[06/04 21:29:45] xxxxx/aaaaa used Attack packet with illegal Defender serial
[06/04 21:30:10] Caught SIGSEGV (Segfault).  Please mail the following to pol-core-test:
=== CUT ===
Build: POL096-2006-06-02 RC3 Vestal Virgin (gentoo)
Last Script: pkg/packethooks/SendAscii/sendAscii.ecl PC: 419
Stack Backtrace:
[0x825329b]
[0x82674fb]
[0xffffe420]
[0x8268d85]
[0x804be28]
[0x804c834]
[0x81069a5]
[0x8134b83]
[0x824c308]
[0x8249c82]
[0x824a6e2]
[0x824bd71]
[0x80696aa]
[0x806afb2]
[0x80646a5]
[0x814f842]
[0x821b940]
[0x822325e]
[0x82282c4]
[0x814b070]
[0x814b418]
[0x81131e3]
[0x8257029]
[0x82571cd]
[0x8263804]
[0x82d505a]
=== CUT ===


Top
 Profile  
 
 Post subject:
PostPosted: Sun Jun 04, 2006 4:51 pm 
Offline

Joined: Sun Feb 05, 2006 7:48 am
Posts: 23
Code:
Account xxxxx logged in from xx.xx.xx.xx
[06/04 22:52:15] Account zzz selecting character xxxx
[06/04 22:52:16] Client#310: Switching to queued data mode (2)
[06/04 22:52:17] Client#310: Leaving queued mode (44750 bytes xmitted)
[06/04 22:52:18] Client#843 (83.xxx.xxx.xxx): disconnected (account xxxx)
[scripts/misc/logofftest.ecl]: xxxxxxx wylogowal sie. SL: 0 C [607,2166,0]
[06/04 22:52:22] Exception in scripts/ai/townguard.ecl, PC=1422: St9bad_alloc
1417:  1417: #
1418:  1418: decl local #2
1419:  1419: local #0
1420:  1420: makelocal
1421:  1421: jmp userfunc @1052
Exception in pkg/hooks/attack.ecl, PC=607: St9bad_alloc
602:  602: get member id 'weapon' (42)
603:  603: get member id 'objtype' (4)
604:  604: [] 1
605:  605: get member id 'hitscript' (93)
606:  606: local #16
607:  607: Func(3,5): Start_Script
608: >608: #
609:  609: local #1
610:  610: 4L
611:  611: Call Method id isa (#0, 1 params)
612:  612: local #7
Exception in pkg/hooks/newCombat.ecl, PC=679: St9bad_alloc
674:  674: local #5
675:  675: return
676:  676: local #3
677:  677: local #4
678:  678: "SkillArray"
Caught SIGSEGV (Segfault).  Please mail the following to pol-core-test:
=== CUT ===
Build: POL096-2006-06-02 RC3 Vestal Virgin (gentoo)
Last Script: pkg/hooks/newCombat.ecl PC: 679
Stack Backtrace:
[0x825329b]
[0x82674fb]
[0xffffe420]
[0x8268d85]
[0x804be28]
[0x804c834]
[0x81f837e]
[0x81f81bf]
[0x81f7c09]
[0x81f5f08]
[0x81c3c08]
[0x8100607]
[0x8152dd8]
[0x8176006]
[0x81539b0]
[0x8154344]
[0x8110be3]
[0x8111717]
[0x8257082]
[0x81126b0]
[0x8263804]
[0x82d505a]
=== CUT ===


ok, we are going back to rc2 - for us it's more stable


Top
 Profile  
 
 Post subject:
PostPosted: Mon Jun 05, 2006 4:22 am 
Offline
POL Core Developer

Joined: Mon Jan 30, 2006 1:28 pm
Posts: 292
Location: Germany, Bavaria
Lad wrote:
ok, we are going back to rc2 - for us it's more stable

but there is one different thing between rc3 and rc2 only... inside spellbook-init

...

anyway... first crash.. would be nice to see what is around

Lad wrote:
Code:
Last Script: pkg/packethooks/SendAscii/sendAscii.ecl PC: 419

something like ReadConfigFile ? core crashed while reading such a file... did u've changed a config some days ago? what is inside sendAscii?

...

second crash... St9bad_alloc... did u've checked that u've enough memory (incl. size of swap partition)? did u've checked your memory if it's ok? core crashed after someone has spoken something near an NPC and core has tried to build an speech event for this NPC.

in both cases, I think, it's a problem with your memory. what says your top? did u've ever checked your memory? please take a look here too

Shinigami


Top
 Profile  
 
 Post subject:
PostPosted: Mon Jun 05, 2006 7:22 am 
Offline

Joined: Sun Feb 05, 2006 7:48 am
Posts: 23
this is sendAsci.src:
Code:
use uo;
use os;

Const ITEMID := 3;        // Position of the Object's Serial
Const TEXTTYPE := 9;      // Position of the Text Type
Const COLOR  := 11;       // Position of the Color bytes
Const TEXT   := 44;       // Since packets are 0 indexed, this is 44, not 45.
Const PACKETLEN  := 1;    // Position of the Packet Length bytes
Const STAFFCOLOR := 0x2D; // 43
Const INVULCOLOR := 0x37; // 53

program sendAscii()
  Print( "Send Ascii Text - On" );
  return 1;
endprogram
exported function HandleAsciiText( who, byref packet )

  who := who;

  var textlen := packet.GetInt16(PACKETLEN) - 44;
  var thetext := packet.GetString(TEXT, textlen);


  if(thetext["[invulnerable]"] || thetext["[frozen]"])
    return 1;
  endif

  var theserial := packet.GetInt32(ITEMID);
  var theobject := SystemFindObjectBySerial(theserial);

if(theobject.isA(POLCLASS_MOBILE))
    if(theobject.acct)
        if(thetext[theobject.name] || thetext[theobject.title_guild] )
            if(Distance(who,theobject) > 12)
                return 1;
            endif
        endif
    endif
endif

  return 0;

endfunction


I didn't make any changes in config files at last few days.

yes i chack the top every day:

Cpu(s): 9.3% us, 16.0% sy, 0.0% ni, 74.5% id, 0.0% wa, 0.0% hi, 0.2% si
Mem: 3375960k total, 3202444k used, 173516k free, 14872k buffers
Swap: 7839552k total, 1704k used, 7837848k free, 956800k cached

in ps ufx it shows about 65%

and sysload from pol: sysload=50 (23) cputime=0

for first crash:


Code:
Client#874 connected from 149.156.124.16 (136 connections) on interface 217.8.180.198
Client#874 i/o thread starting
Client#874 i/o thread past initial lock
Account psiut logged in from 149.156.124.16
[06/04 21:29:08] Client#18: Switching to queued data mode (2)
[06/04 21:29:09] Account psiut selecting character Mantra - Oszustka
Client#874: Switching to queued data mode (2)
Client#874: Leaving queued mode (274 bytes xmitted)
[06/04 21:29:10] Client#18: Leaving queued mode (2735 bytes xmitted)
[06/04 21:29:14] Client#78 (83.28.143.118): disconnected (account zzzz)
[scripts/misc/logofftest.ecl]: Andirla/zzzz wylogowal sie. SL: 0 C [571,2199,0]
[06/04 21:29:15] Client#322 (62.233.204.250): disconnected (account zzzz)
[scripts/misc/logofftest.ecl]: Ezcarg De Varno/zzzz wylogowal sie. SL: 30 C [3450,128,5]
[06/04 21:29:18] Client#875 connected from 85.13.251.42 (135 connections) on interface 217.8.180.198
Client#875 i/o thread starting
Client#875 i/o thread past initial lock
Client#875 (85.13.251.42): disconnected (account unknown)
[06/04 21:29:20] sysload=71 (189) cputime=0
Client (Character Jules Mihelet) tried to drop an item out of range.
[06/04 21:29:21] Client#475 (83.26.29.174): disconnected (account zzzzz)
[scripts/misc/logofftest.ecl]: Droghey Gloow/zzzzz wylogowal sie. SL: 0 C [528,981,0]
Client#876 connected from 85.13.251.42 (134 connections) on interface 217.8.180.198
Client#876 i/o thread starting
Client#876 i/o thread past initial lock
Client#876 (85.13.251.42): disconnected (account unknown)
[06/04 21:29:27] Client#877 connected from 83.10.5.130 (134 connections) on interface 217.8.180.198
Client#877 i/o thread starting
Client#877 i/o thread past initial lock
Account gutek000 logged in from 83.10.5.130
[06/04 21:29:28] Client#877 (83.10.5.130): disconnected (account zzzzzz)
Client#878 connected from 83.10.5.130 (134 connections) on interface 217.8.180.198
Client#878 i/o thread starting
Client#878 i/o thread past initial lock
Account gutek000 logged in from 83.10.5.130
[06/04 21:29:29] Account zzzz selecting character Arhen an'Avanien
[06/04 21:29:36] [pkg/utils/spawnnet/do_spawn.ecl]: Nie znaleziono dobrego miejsca na spawn runo 1646 x: 117 y: 38 z: 0
[06/04 21:29:39] Client#38: Switching to queued data mode (2)
[06/04 21:29:40] Client#879 connected from 83.28.130.136 (135 connections) on interface 217.8.180.198
Client#879 i/o thread starting
Client#879 i/o thread past initial lock
Account assim logged in from 83.28.130.136
[06/04 21:29:41] Client#38: Leaving queued mode (851 bytes xmitted)
Client#879 (83.28.130.136): disconnected (account assim)
Client#880 connected from 83.28.130.136 (135 connections) on interface 217.8.180.198
Client#880 i/o thread starting
Client#880 i/o thread past initial lock
[06/04 21:29:42] Account zzzz logged in from 83.28.130.136
Account zzzzz selecting character Rhathiel Rhe'r Aalide
[06/04 21:29:43] Client#881 connected from 85.13.251.42 (136 connections) on interface 217.8.180.198
Client#881 i/o thread starting
Client#881 i/o thread past initial lock
Client#881 (85.13.251.42): disconnected (account unknown)
[scripts/misc/logoff.ecl]: Ezcarg De Varno/Trickster wylogowal sie. x: 3450 y: 128 z: 5
[06/04 21:29:45] zzzz/Voltaur La'Vertis used Attack packet with illegal Defender serial
[06/04 21:30:10] Caught SIGSEGV (Segfault).  Please mail the following to pol-core-test:
=== CUT ===


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 4 posts ] 

All times are UTC - 4 hours


Who is online

Users browsing this forum: No registered users and 0 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
Style based on FI Subice by phpBBservice.nl