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

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

    <bug>
          <bug_id>24721</bug_id>
          
          <creation_ts>2010-12-09 13:25:56 +0300</creation_ts>
          <short_desc>Segmentation fault.</short_desc>
          <delta_ts>2018-02-02 17:05:54 +0300</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>4</classification_id>
          <classification>Development</classification>
          <product>Sisyphus</product>
          <component>specto</component>
          <version>unstable</version>
          <rep_platform>all</rep_platform>
          <op_sys>Linux</op_sys>
          <bug_status>NEW</bug_status>
          <resolution></resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P3</priority>
          <bug_severity>major</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Vasyĺ V. Vercynśkyj">fuckel</reporter>
          <assigned_to name="Yuri N. Sedunov">aris</assigned_to>
          <cc>aris</cc>
    
    <cc>force</cc>
    
    <cc>grenka</cc>
    
    <cc>real.altlinux.org</cc>
          
          <qa_contact>qa-sisyphus</qa_contact>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>116191</commentid>
    <comment_count>0</comment_count>
    <who name="Vasyĺ V. Vercynśkyj">fuckel</who>
    <bug_when>2010-12-09 13:25:56 +0300</bug_when>
    <thetext>Сегфолтится при запуске со следующим выхлопом:

*******
$ specto
/usr/lib/python2.6/site-packages/spectlib/tools/iniparser.py:307: DeprecationWarning: the sets module is deprecated
  from sets import Set
/usr/lib/python2.6/site-packages/spectlib/plugins/watch_web_static.py:32: DeprecationWarning: the md5 module is deprecated; use hashlib instead
  import md5

(specto:8261): libnotify-WARNING **: Missing symbol &apos;gdk_screen_make_display_name&apos;
ImportError: numpy.core.multiarray failed to import
Ошибка сегментирования
*******

Из наблюдений:
Ситуация проявляется на свежеустановленных системах. Со временем проблема исчезает -- возможно не хватает зависимостей.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>117679</commentid>
    <comment_count>1</comment_count>
    <who name="Victor Forsyuk">force</who>
    <bug_when>2011-01-26 12:27:05 +0300</bug_when>
    <thetext>(In reply to comment #0)
&gt; Сегфолтится при запуске со следующим выхлопом:
&gt; 
&gt; *******
&gt; $ specto
&gt; /usr/lib/python2.6/site-packages/spectlib/tools/iniparser.py:307:
&gt; DeprecationWarning: the sets module is deprecated
&gt;   from sets import Set
&gt; /usr/lib/python2.6/site-packages/spectlib/plugins/watch_web_static.py:32:
&gt; DeprecationWarning: the md5 module is deprecated; use hashlib instead
&gt;   import md5
&gt; 
&gt; (specto:8261): libnotify-WARNING **: Missing symbol
&gt; &apos;gdk_screen_make_display_name&apos;
&gt; ImportError: numpy.core.multiarray failed to import
&gt; Ошибка сегментирования
&gt; *******
&gt; 
&gt; Из наблюдений:
&gt; Ситуация проявляется на свежеустановленных системах. Со временем проблема
&gt; исчезает -- возможно не хватает зависимостей.

Не хватает python-module-numpy, очевидно.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>117681</commentid>
    <comment_count>2</comment_count>
    <who name="real@altlinux.org">real.altlinux.org</who>
    <bug_when>2011-01-26 12:31:16 +0300</bug_when>
    <thetext>Очень похоже на это:
https://bugzilla.altlinux.org/show_bug.cgi?id=24883

Думаю, и решение будет таким же.

PS, Но вот мочему молчит мейнтейнер libnotify, вопрос...</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>118147</commentid>
    <comment_count>3</comment_count>
    <who name="Vasyĺ V. Vercynśkyj">fuckel</who>
    <bug_when>2011-02-09 12:05:03 +0300</bug_when>
    <thetext>Вчера Specto запустился и даже немного поработал, пока я не добавил gmail аккаунт. Теперь в консоль вылетает следующее:

*******
$ specto
/usr/lib/python2.6/site-packages/spectlib/tools/iniparser.py:307: DeprecationWarning: the sets module is deprecated
  from sets import Set
/usr/lib/python2.6/site-packages/spectlib/plugins/watch_web_static.py:32: DeprecationWarning: the md5 module is deprecated; use hashlib instead
  import md5
/usr/lib/python2.6/site-packages/spectlib/notifier.py:294: DeprecationWarning: PyArray_FromDimsAndDataAndDescr: use PyArray_NewFromDescr.
  for row in icon.get_pixels_array():
Traceback (most recent call last):
  File &quot;/usr/bin/specto&quot;, line 30, in &lt;module&gt;
    specto = Specto()
  File &quot;/usr/lib/python2.6/site-packages/spectlib/main.py&quot;, line 128, in __init__
    self.watch_db.create(values)
  File &quot;/usr/lib/python2.6/site-packages/spectlib/watch.py&quot;, line 292, in create
    type = values[i][&apos;type&apos;]
KeyError: &apos;type&apos;
*******</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>168768</commentid>
    <comment_count>4</comment_count>
    <who name="Grigory Ustinov">grenka</who>
    <bug_when>2018-02-02 17:05:54 +0300</bug_when>
    <thetext>По-прежнему не работает. См. комментарий выше. Те же симптомы.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>