crash: PangoWarning: pango_context_get_gravity: assertion `context != NULL' failed gtk.main()

Bug #803402 reported by Brian J. Murrell
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
LottaNZB
New
Undecided
Unassigned

Bug Description

$ lottanzb --debug)
07:00:55 lottanzb.core Starting LottaNZB 0.6...
07:00:55 lottanzb.gui Launching GUI...
07:00:56 lottanzb.gui.main RGBA support enabled.
07:00:56 lottanzb.config.section Could not find configuration class 'lottanzb.plugins'.
07:00:56 lottanzb.config.section Could not find configuration class 'lottanzb.gui.messaging'.
07:00:56 lottanzb.config.section Could not find configuration class 'lottanzb.plugins.categories'.
07:00:56 lottanzb.config.section Could not find configuration class 'lottanzb.plugins.inhibit_suspending'.
07:00:56 lottanzb.config.section Could not find configuration class 'lottanzb.plugins.panel_menu'.
07:00:56 lottanzb.config.section Could not find configuration class 'lottanzb.plugins.start_minimized'.
07:00:56 lottanzb.core.component Component 'lottanzb.config.lotta.ConfigComponent' loaded.
07:00:56 lottanzb.core.component Component 'lottanzb.gui.main.MainWindow' loaded.
07:00:56 lottanzb.core.component Component 'lottanzb.gui.panel_menu.IndicatorMenuContainer' loaded.
07:00:56 lottanzb.core.component Component 'lottanzb.gui.panel_menu.PanelMenuComponent' loaded.
07:00:56 lottanzb.core.component Component 'lottanzb.backend.sessions.remote.RemoteSession' loaded.
07:00:56 lottanzb.core.component Component 'lottanzb.gui.GUIComponent' loaded.
07:00:56 lottanzb.backend Connection to 'localhost:8080' established.
07:00:56 lottanzb.core.component Component 'lottanzb.backend.Backend' loaded.
07:00:56 lottanzb.core.component Component 'lottanzb.backend.hubs.polling.PollingHub' loaded.
07:00:56 lottanzb.core.component Component 'lottanzb.backend.hubs.capabilities.CapabilitiesHub' loaded.
07:00:56 lottanzb.core.component Component 'lottanzb.backend.hubs.log.LoggingHub' loaded.
07:00:56 lottanzb.core.component Component 'lottanzb.backend.hubs.general.GeneralHub' loaded.
07:00:56 lottanzb.core.component Component 'lottanzb.backend.hubs.statistics.StatisticsHub' loaded.
Traceback (most recent call last):
  File "/usr/share/lottanzb/lottanzb/backend/interface/__init__.py", line 214, in internal_handler
    handler(interface, query, *args)
  File "/usr/share/lottanzb/lottanzb/backend/hubs/polling.py", line 54, in internal_handler
    handler(query)
  File "/usr/share/lottanzb/lottanzb/backend/hubs/statistics.py", line 72, in on_history_query
    value = DataSize.from_string(query.response[response_key])
  File "/usr/share/lottanzb/lottanzb/backend/hubs/__init__.py", line 130, in from_string
    raise ValueError("Invalid data size.")
ValueError: Invalid data size.
07:00:57 lottanzb.core.component Component 'lottanzb.gui.main.info_bar.InfoBar' loaded.
07:00:57 lottanzb.core.component Component 'lottanzb.gui.main.download_list.DownloadList' loaded.
Traceback (most recent call last):
  File "/usr/share/lottanzb/lottanzb/backend/interface/__init__.py", line 214, in internal_handler
    handler(interface, query, *args)
  File "/usr/share/lottanzb/lottanzb/backend/hubs/polling.py", line 54, in internal_handler
    handler(query)
  File "/usr/share/lottanzb/lottanzb/backend/hubs/statistics.py", line 72, in on_history_query
    value = DataSize.from_string(query.response[response_key])
  File "/usr/share/lottanzb/lottanzb/backend/hubs/__init__.py", line 130, in from_string
    raise ValueError("Invalid data size.")
ValueError: Invalid data size.
07:00:57 lottanzb.core.component Component 'lottanzb.gui.messaging.download_import.MessageProvider' loaded.
07:00:57 lottanzb.core.component Component 'lottanzb.gui.messaging.MessagingManager' loaded.
07:00:57 lottanzb.core.component Component 'lottanzb.backend.hubs.config.ConfigHub' loaded.
07:00:57 lottanzb.core.component Component 'lottanzb.gui.messaging.postprocessing_priority.MessageProvider' loaded.
07:00:57 lottanzb.core.component Component 'lottanzb.gui.messaging.servers.MessageProvider' loaded.
/usr/share/lottanzb/lottanzb/core/__init__.py:95: PangoWarning: pango_break: assertion `attrs != NULL' failed
  gtk.main()
/usr/share/lottanzb/lottanzb/core/__init__.py:95: PangoWarning: pango_context_get_gravity: assertion `context != NULL' failed
  gtk.main()

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.