Bug 592376

Summary: [abrt] crash in python-twisted-core-8.2.0-6.fc12: fedora.py:57:get_connection_args:IndexError: list index out of range
Product: [Fedora] Fedora Reporter: Marcel <donkishoot>
Component: abrtAssignee: Jiri Moskovcak <jmoskovc>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: low    
Version: 12CC: anton, dfediuck, dvlasenk, iprikryl, jmoskovc, kklic, mnowak, npajkovs, thomas
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard: abrt_hash:492cbaf4
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2010-05-24 10:41:04 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
File: backtrace none

Description Marcel 2010-05-14 17:22:44 UTC
abrt 1.0.9 detected a crash.

architecture: x86_64
cmdline: /usr/bin/python /usr/bin/twistd -r gtk2 --pidfile /tmp/vmc.pid -noy /usr/share/vodafone-mobile-connect/gtk-tap.py -l /dev/null
component: python-twisted-core
executable: /usr/bin/twistd
kernel: 2.6.32.12-115.fc12.x86_64
package: python-twisted-core-8.2.0-6.fc12
reason: fedora.py:57:get_connection_args:IndexError: list index out of range
release: Fedora release 12 (Constantine)

backtrace
-----
fedora.py:57:get_connection_args:IndexError: list index out of range

Traceback (most recent call last):
  File "/usr/share/vodafone-mobile-connect/vmc/gtk/controllers/application.py", line 674, in on_connect_button_toggled
    d = self.model.connect_internet()
  File "/usr/share/vodafone-mobile-connect/vmc/gtk/models/application.py", line 113, in connect_internet
    return self.connsm.connect()
  File "/usr/share/vodafone-mobile-connect/vmc/common/statem/connection.py", line 195, in connect
    return self.do_next()
  File "/usr/share/vodafone-mobile-connect/vmc/common/statem/connection.py", line 244, in do_next
    d = self.dialer.connect()
  File "/usr/share/vodafone-mobile-connect/vmc/common/dialers/wvdial.py", line 308, in connect
    args = osobj.get_connection_args(self)
  File "/home/bouchindhommeh/.vmc2/plugins/os/fedora.py", line 57, in get_connection_args
    gksudo_path = which(gksudo_name)[0]
IndexError: list index out of range

Local variables in innermost frame:
dialer: <vmc.common.dialers.wvdial.WvdialDialer object at 0x353ee10>
gksudo_name: 'gksu'
self: <vmc.common.plugins.fedora.FedoraBasedDistro object at 0x3545190>

How to reproduce
-----
1. Use vodafone mobil connect
2.
3.

Comment 1 Marcel 2010-05-14 17:22:47 UTC
Created attachment 414119 [details]
File: backtrace

Comment 2 Thomas Vander Stichele 2010-05-24 10:30:11 UTC
This is an application bug and I have no idea why abrt points the finger at
python-twisted-core... So that's a bug in abrt to fix.

Comment 3 Jiri Moskovcak 2010-05-24 10:41:04 UTC

*** This bug has been marked as a duplicate of bug 544986 ***