Bug 553601

Summary: SIGSEGV in "_dbus_watch_invalidate" in skypebot.py
Product: [Fedora] Fedora Reporter: emoziko <emobuxuti>
Component: pythonAssignee: Dave Malcolm <dmalcolm>
Status: CLOSED UPSTREAM QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: low    
Version: 12CC: chamrleon, dmalcolm, ivazqueznet, james.antill, jonathansteffan
Target Milestone: ---   
Target Release: ---   
Hardware: i686   
OS: Linux   
Whiteboard: abrt_hash:6f7c06c90c708f6e9b80fbae2104ec1994e69d1c
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2010-01-08 17:42:38 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 emoziko 2010-01-08 12:01:15 UTC
abrt 1.0.3 detected a crash.

Attached file: backtrace
cmdline: python skypebot.py
component: python
executable: /usr/bin/python
kernel: 2.6.31.9-174.fc12.i686
package: python-2.6.2-2.fc12
rating: 4
reason: Process was terminated by signal 11 (Segmentation fault)

Comment 1 emoziko 2010-01-08 12:01:25 UTC
Created attachment 382448 [details]
File: backtrace

Comment 2 Dave Malcolm 2010-01-08 17:42:38 UTC
Thank you for reporting this bug.

This looks similar to, but different, to bug 553555

It looks like you ran into a problem running a script named skypebot.py; _dbus_watch_invalidate was called with a NULL "watch", leading to a segmentation violation.

As far as I can see, we don't ship this script within Fedora.

The best way to make sure your problem will get looked on is to report it to
the authors of the program. Most upstream authors use a bug tracking system
like Bugzilla, and more people who know the code will be looking at the bug
report there.

Unfortunately it's not clear to me which skypebot.py script you're running; a
search showed me many.

You are requested to add the link to your upstream report here for tracking
purposes. Please make sure the bug isn't already in the upstream bug tracker
before filing it.

If you would like to see this software packaged for Fedora, you might want to
add it to the wishlist here:
https://fedoraproject.org/wiki/Package_maintainers_wishlist if it isn't there
already.

Information the upstream developers may wish to know:
  - What version of the script are you running
  - How reproducible is this problem?  If you run the program from a terminal,
is an error message printed?
  - What is the output of running the following command?
      rpm -q dbus-python dbus-libs

Hope this is helpful
Thanks

Comment 3 emoziko 2010-01-09 18:10:25 UTC
Hello. 
Its custom skype bot script, source avaiable here http://sites.google.com/site/buxutie/Home/skypebot.py?attredirects=0&d=1
It said "core dump" and nothing anymore. 

[ziko@Lunix Desktop]$ rpm -q dbus-python dbus-libs
dbus-python-0.83.0-6.fc12.i686
dbus-libs-1.2.16-9.fc12.i686

Thank you for reply.