dchub-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Dchub-dev] [bug #3875] hub crash with following last log-lines


From: nobody
Subject: [Dchub-dev] [bug #3875] hub crash with following last log-lines
Date: Sat, 28 Jun 2003 03:41:11 -0400
User-agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows 98; Win 9x 4.90; NetCaptor 7.2.0)

=================== BUG #3875: LATEST MODIFICATIONS ==================
http://savannah.nongnu.org/bugs/?func=detailbug&bug_id=3875&group_id=3963

Changes by: Yves BLUSSEAU <address@hidden>
Date: sam 28.06.2003 à 09:41 (Europe/Paris)

            What     | Removed                   | Added
---------------------------------------------------------------------------
              Status | Open                      | Closed




=================== BUG #3875: FULL BUG SNAPSHOT ===================


Soumis par: hhgoth                    Projet: DcHub:  Hub software for Direct 
Connect
Signalé le: jeu 05.06.2003 à 20:35
Category:  None                       Severity:  5 - Major                  
Bug Group:  Crash Error               Resolution:  None                     
Assigned to:  None                    Status:  Closed                       
Release:  0.4.4_CVS                   Platform Version:  None               
Planned Release:  None                Fixed Release:                        

Summary:  hub crash with following last log-lines

Original Submission:  globalchat handler
Modification of a read-only value attempted at (eval 8) line 13.


Follow-up Comments
*******************

-------------------------------------------------------
Date: ven 27.06.2003 à 09:30        By: blusseau
Is the problem corrected now ?


-------------------------------------------------------
Date: mar 10.06.2003 à 20:58        By: blusseau
Like you said it's the OLD defaut global chat handler.
Please use the new method:
sub simple_globalchat_handler {

        my (undef,$nick,$mess) = @_; # evt_array not needed

etc...

-------------------------------------------------------
Date: lun 09.06.2003 à 17:06        By: hhgoth
it's just the first part of the old default globalchat handler script:
sub dchub_globalchat_handler
{
   local (*evt_array)=$_[0];
   print "globalchat handlern";

   # printf "event   = '".$evt_array{"event"}."'n";
   # printf "nickname= '".$evt_array{"nickname"}."'n";
   # printf "argc    = '".$evt_array{"argc"}."'n";

   $num=0;
   while($num<$evt_array{"argc"})
   {
   printf "key $num = '".$evt_array{$num}."'n";
   $msg=$evt_array{$num};
   $num++;
   }
}
...line 13 is the printf "key $num...

-------------------------------------------------------
Date: dim 08.06.2003 à 11:06        By: blusseau
Can you give us more informations: which perl script, etc... ?

-------------------------------------------------------
Date: dim 08.06.2003 à 11:06        By: blusseau
Can you give us more informations: which perl script, etc... ?


La liste CC est vide


Il n'y a aucun fichier attaché actuellement


For detailed info, follow this link:
http://savannah.nongnu.org/bugs/?func=detailbug&bug_id=3875&group_id=3963

_______________________________________________
  Message sent via/by Savannah
  http://savannah.nongnu.org/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]