qemulator.py crashed with IndexError in on_comboboxCDromdrive_changed()

Bug #321955 reported by h1l4nd0r
290
This bug affects 38 people
Affects Status Importance Assigned to Milestone
qemulator (Ubuntu)
Invalid
Medium
Unassigned

Bug Description

Binary package hint: qemulator

Problem apeared right after Qemulator was launched
Qemulator didn't shut down iteself

just bug reporting dialog appeared and qemulator kept working

ProblemType: Crash
Architecture: amd64
DistroRelease: Ubuntu 9.04
ExecutablePath: /usr/share/qemulator/qemulator.py
InterpreterPath: /usr/bin/python2.5
Package: qemulator 0.5-3
PackageArchitecture: all
ProcCmdline: python /usr/bin/qemulator
ProcEnviron:
 LANG=en_US.UTF-8
 SHELL=/bin/bash
PythonArgs: ['/usr/bin/qemulator']
SourcePackage: qemulator
Title: qemulator.py crashed with IndexError in on_comboboxCDromdrive_changed()
Traceback:
 Traceback (most recent call last):
   File "/usr/bin/qemulator", line 2595, in on_comboboxCDromdrive_changed
     row = model[active]
 IndexError: could not find tree path
Uname: Linux 2.6.28-5-generic x86_64
UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare

Revision history for this message
h1l4nd0r (chupan) wrote :
description: updated
tags: added: bugpattern-needed
visibility: private → public
tags: added: bugpattern-written
removed: bugpattern-needed
Changed in qemulator (Ubuntu):
importance: Undecided → Medium
status: New → Triaged
Revision history for this message
WaltSullivan (walts) wrote :
Download full text (4.1 KiB)

Initial execution of qemulator
$ qemulator
/usr/bin/qemulator:24: DeprecationWarning: The popen2 module is deprecated. Use the subprocess module.
  import popen2
/usr/share/qemulator/qml_configuration.py:70: DeprecationWarning: Use the new widget gtk.Tooltip
  tooltips = gtk.Tooltips()
/usr/share/qemulator/qml_tools.py:115: DeprecationWarning: Use the new widget gtk.Tooltip
  tooltips = gtk.Tooltips()
/usr/share/qemulator/qml_installwizzard.py:74: DeprecationWarning: Use the new widget gtk.Tooltip
  tooltips = gtk.Tooltips()
/usr/share/qemulator/qml_imagecreation.py:71: DeprecationWarning: Use the new widget gtk.Tooltip
  tooltips = gtk.Tooltips()
/usr/share/qemulator/qml_machinesetup.py:75: DeprecationWarning: Use the new widget gtk.Tooltip
  tooltips = gtk.Tooltips()
/usr/share/qemulator/qml_audioenviron.py:83: DeprecationWarning: Use the new widget gtk.Tooltip
  tooltips = gtk.Tooltips()
/usr/share/qemulator/qml_filehandlers.py:231: DeprecationWarning: os.popen3 is deprecated. Use the subprocess module.
  child_stdin, child_stdout, child_stderr = os.popen3(command)
/usr/share/qemulator/qemulator.py:133: DeprecationWarning: Use the new widget gtk.Tooltip
  tooltips = gtk.Tooltips()
/usr/share/qemulator/qml_controlmon.py:86: DeprecationWarning: Use the new widget gtk.Tooltip
  tooltips = gtk.Tooltips()
/usr/bin/qemulator:133: DeprecationWarning: Use the new widget gtk.Tooltip
  tooltips = gtk.Tooltips()
File not found: mainsettings
/usr/bin/qemulator:5836: DeprecationWarning: os.popen3 is deprecated. Use the subprocess module.
  child_stdin, child_stdout, child_stderr = os.popen3(command)
detected qemu_version: 0.12.3
detected an older qemu release, using 0.8 command set
/usr/bin/qemulator:361: GtkWarning: GtkSpinButton: setting an adjustment with non-zero page size is deprecated
  self.wTree = gtk.glade.XML(self.gladefile, "window1", APP)
homedir '/home/walt/.qemulator' will be created
configdir '/home/walt/.qemulator/config' will be created
icondir '/home/walt/.qemulator/icons' will be created
File not found: image_settings
File not found: bookmarks
/usr/bin/qemulator:4953: DeprecationWarning: Use the new widget gtk.Tooltip
  tooltips.set_tip(self.button_togglesettings, settingstt)
/usr/bin/qemulator:2595: GtkWarning: gtk_tree_path_append_index: assertion `index >= 0' failed
  row = model[active]
/usr/bin/qemulator:2595: GtkWarning: gtk_tree_model_get_iter: assertion `path->depth > 0' failed
  row = model[active]
Traceback (most recent call last):
  File "/usr/bin/qemulator", line 2595, in on_comboboxCDromdrive_changed
    row = model[active]
IndexError: could not find tree path
/usr/bin/qemulator:2702: GtkWarning: gtk_tree_path_append_index: assertion `index >= 0' failed
  row = model[active]
/usr/bin/qemulator:2702: GtkWarning: gtk_tree_model_get_iter: assertion `path->depth > 0' failed
  row = model[active]
Traceback (most recent call last):
  File "/usr/bin/qemulator", line 2702, in on_comboboxAudiohw_changed
    row = model[active]
IndexError: could not find tree path
/usr/bin/qemulator:2691: GtkWarning: gtk_tree_path_append_index: assertion `index >= 0' failed
  row = model[active]
/usr/bin/qemulator:2691: GtkWarning: gtk_tree_mod...

Read more...

Revision history for this message
Phillip Susi (psusi) wrote :

This package has been removed from Ubuntu. Closing all related bugs.

Changed in qemulator (Ubuntu):
status: Triaged → Invalid
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.