Internet radio browser GUI for music/video streams from various directory services.

⌈⌋ ⎇ branch:  streamtuner2


History Of Ticket 00b8f2c16e5d4934

Artifacts Associated With Ticket 00b8f2c16e5d4934

  1. Ticket change [b59301e06e] (rid 2733) by mario on 2015-05-27 10:45:15:

    1. foundin initialized to: "1.9.1"
    2. icomment:
      Streamtuner2 may still crash randomly when changing channel tabs.
      
      <b><pre style="background:#ff9999">Gdk:ERROR:/build/buildd/gtk+2.0-2.24.23/gdk/gdkregion-
      generic.c:1110:miUnionNonO: assertion failed: (y1 < y2)</pre></b>
      
        *  Hard to reproduce, happens somewhat rarely.
        *  Only happens on mouse interaction, not <key>↓</key> <key>↑</key> interaction.
        *  More prevalent after startup. Albeit I've noticed it once with lengthier residence of ST2.
      
      It's still hard to tell where this arises from.
      
        *  Certainly related to threading. Doesn't happen in --nt mode.
        *  The window title updating may be one cause.
        *  More likely is the current_category() selection or initial drawing in channels/__init__ though.
        *  Columns() doesn't seem to be the cause. It's uikit.do() wrapped consistently now.
      
    3. login: "mario"
    4. mimetype: "text/x-fossil-wiki"
    5. severity initialized to: "Severe"
    6. status initialized to: "Open"
    7. title initialized to: "Random crashes on switching channel tabs"
    8. type initialized to: "Code_Defect"
  2. Ticket change [4f7b9a6568] (rid 2803) by mario on 2015-05-29 22:59:24:

    1. icomment:
      Well, that's not very telling either:
      
      <pre>
      ./st2.py:524: GtkWarning: gtk_list_store_get_value:
        assertion 'VALID_ITER (iter, list_store)' failed
        gtk.main()
      ./st2.py:524: Warning: g_object_set_property:
        assertion 'G_IS_VALUE (value)' failed
        gtk.main()
      ./st2.py:524: Warning: g_value_unset:
        assertion 'G_IS_VALUE (value)' failed
        gtk.main()
      Fatal Python error: Segmentation fault
      
      Current thread 0x00002b8da5ef1a80 (most recent call first):
        File "./st2.py", line 524 in main
        File "./st2.py", line 535 in <module>
      make: *** [run] Speicherzugriffsfehler
      </pre>
      
    2. login: "mario"
    3. mimetype: "text/html"
    4. priority changed to: "Immediate"
    5. resolution changed to: "Open"
  3. Ticket change [e4dbe387af] (rid 2804) by mario on 2015-05-29 23:00:39:

    1. foundin changed to: "1.9.9"
    2. icomment:
      (But that was just the search function updating columns() anyway).
      
    3. login: "mario"
    4. mimetype: "text/x-fossil-wiki"