<?xml version="1.0" encoding="UTF-8" ?>

<bugzilla version="5.2"
          urlbase="https://bugzilla.altlinux.org/"
          
          maintainer="jenya@basealt.ru"
>

    <bug>
          <bug_id>4418</bug_id>
          
          <creation_ts>2004-06-18 18:36:33 +0400</creation_ts>
          <short_desc>error popups on some RSS messages</short_desc>
          <delta_ts>2005-07-13 15:46:15 +0400</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>4</classification_id>
          <classification>Development</classification>
          <product>Sisyphus</product>
          <component>tkabber</component>
          <version>unstable</version>
          <rep_platform>all</rep_platform>
          <op_sys>Linux</op_sys>
          <bug_status>CLOSED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>major</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Sergey Vlasov">vsu</reporter>
          <assigned_to name="Sergey Kalinin (BanZaj)">banzaj</assigned_to>
          <cc>sbolshakov</cc>
          
          <qa_contact>qa-sisyphus</qa_contact>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>15313</commentid>
    <comment_count>0</comment_count>
    <who name="Sergey Vlasov">vsu</who>
    <bug_when>2004-06-18 18:36:33 +0400</bug_when>
    <thetext>При получении некоторых сообщений RSS выскакивает окно с сообщением об ошибке:

===========================================================================
node &quot;????gw&quot;???²G?&amp;&quot; does not exist
node &quot;????gw&quot;???²G?&amp;&quot; does not exist
    while executing
&quot;Tree::insert .headlines.tree end {????gw&quot;???²G?&amp;}
{????gw&quot;???²G?&amp;-article-33} -text {Mozilla 1.7 RC3 и Firefox 0.9 RC} -open 1 ...&quot;
    (&quot;eval&quot; body line 1)
    invoked from within
&quot;eval [linsert $args 0 Tree::$cmd .headlines.tree]&quot;
    (procedure &quot;.headlines.tree&quot; line 1)
    invoked from within
&quot;$tw insert end $snode $anode -text $desc -open 1  -fill $options(seencolor)
-font $font  -data [array get props]&quot;
    (procedure &quot;message::show_headline&quot; line 129)
    invoked from within
&quot;message::show_headline $from $type $subject $body $thread $priority $x&quot;
    (&quot;headline&quot; arm line 2)
    invoked from within
&quot;switch -- $type {
	normal {
	    message::show_dialog $from $type $subject $body $thread $priority $x
	    return
	}
	headline {
	    message::show_he...&quot;
    (procedure &quot;chat::process_message&quot; line 16)
    invoked from within
&quot;chat::process_message  $connid $from $id $type $subject $body $err $thread
$priority $x&quot;
    (procedure &quot;client:message&quot; line 25)
    invoked from within
&quot;client:message 1 lor@rss.jabber.ru {} headline {Mozilla 1.7 RC3 и Firefox 0.9
RC} {} {{} {}} {} {} {{x {xmlns jabber:x:oob} {{url {} {} http://www.li...&quot;
    (&quot;uplevel&quot; body line 1)
    invoked from within
&quot;uplevel \#0 [list client:message $connid $from $id $type $subject $body $err
$thread $priority $x]&quot;
    (&quot;message&quot; arm line 37)
    invoked from within
&quot;switch -- $tag {
	iq {
	    set useid   0
	    set id &quot;&quot;
	    set type [wrapper:getattr $vars type]

	    if {[wrapper:isattr $vars id] == 1} {
		set ...&quot;
    (procedure &quot;::jlib::parse1&quot; line 25)
    invoked from within
&quot;::jlib::parse1 1 {message {type headline to vsu@altlinux.org from
lor@rss.jabber.ru} {{x {xmlns jabber:x:oob} {{url {} {}
http://www.linux.org.ru/#577...&quot;
    (&quot;after&quot; script)
===========================================================================

Это проявляется, например, с lenta.ru@rss.jabber.ru, lor@rss.jabber.ru.  В то же
время сообщения от yandex.main@rss.jabber.ru принимаются нормально.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>15315</commentid>
    <comment_count>1</comment_count>
    <who name="Sergey Vlasov">vsu</who>
    <bug_when>2004-06-18 18:38:51 +0400</bug_when>
    <thetext>Предположительно это безобразие началось после обновления с tk-8.4.6-alt1 до
tk-8.4.6-alt2 (tkabber-0.9.6beta-alt3 не менялся).</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>15348</commentid>
    <comment_count>2</comment_count>
    <who name="Sergey Vlasov">vsu</who>
    <bug_when>2004-06-18 21:28:49 +0400</bug_when>
    <thetext>Обновление tcl и tk вроде бы не при чём.  А вот откат с tcllib-1.6-alt1 на
tcllib-1.4-alt1 помогает (с gazeta.ru@rss.jabber.ru, lenta.ru@rss.jabber.ru
что-то пришло).</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>15850</commentid>
    <comment_count>3</comment_count>
    <who name="Alexey Shchepin">alexey</who>
    <bug_when>2004-06-29 16:23:26 +0400</bug_when>
    <thetext>Это связано с изменением формата вызова ::md5::md5 из tcllib, в cvs-версии
tkabber&apos;а используется примерно такая конструкция вместо простого вызова ;:md5::md5:

    if {[catch { ::md5::md5 -hex $utf8str } ret]} {
	return [::md5::md5 $utf8str]
    }</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>15851</commentid>
    <comment_count>4</comment_count>
    <who name="Alexey Shchepin">alexey</who>
    <bug_when>2004-06-29 16:24:45 +0400</bug_when>
    <thetext>Немного не дописал:
    if {[catch { ::md5::md5 -hex $utf8str } ret]} {
	return [::md5::md5 $utf8str]
    } else {
	return $ret
    }
</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>16019</commentid>
    <comment_count>5</comment_count>
    <who name="Sergey Bolshakov">sbolshakov</who>
    <bug_when>2004-06-30 19:58:05 +0400</bug_when>
    <thetext>или package require md5 1
</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>17682</commentid>
    <comment_count>6</comment_count>
    <who name="Sergey Kalinin (BanZaj)">banzaj</who>
    <bug_when>2004-08-03 04:06:50 +0400</bug_when>
    <thetext>Собрана новая вресия - пакет залил</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>17852</commentid>
    <comment_count>7</comment_count>
    <who name="Sergey Vlasov">vsu</who>
    <bug_when>2004-08-05 21:12:35 +0400</bug_when>
    <thetext>Вроде бы работает.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>