Bug 571265

Summary: [abrt] crash in mercurial-1.4.3-2.fc12: <string>:1:connect:error: [Errno 111] Connection refused
Product: [Fedora] Fedora Reporter: Luca Botti <luca.botti>
Component: mercurialAssignee: Neal Becker <ndbecker2>
Status: CLOSED NOTABUG QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: low    
Version: 12CC: dennis, jzeleny, mads, mmcgrath, ndbecker2
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard: abrt_hash:a8b6448c
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2010-03-08 12:05:36 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 Luca Botti 2010-03-07 22:17:06 UTC
abrt 1.0.7 detected a crash.

architecture: x86_64
cmdline: /usr/bin/python /usr/bin/hg --repository /home/lbotti/Projects/workspace/princess --config extensions.hg4ideapromptextension=/tmp/prompthooks4739102834646255209.py --config hg4ideaprompt.port=38758 --config hg4ideawarn.port=55592 --config ui.merge=internal:merge outgoing --newest-first --template '{rev}|{node|short}|{date|isodate}|{author}|{branches}|{desc}\\{' --limit 10
component: mercurial
executable: /usr/bin/hg
kernel: 2.6.32.9-67.fc12.x86_64
package: mercurial-1.4.3-2.fc12
reason: <string>:1:connect:error: [Errno 111] Connection refused
release: Fedora release 12 (Constantine)

backtrace
-----
<string>:1:connect:error: [Errno 111] Connection refused

Traceback (most recent call last):
  File "/usr/bin/hg", line 27, in <module>
    mercurial.dispatch.run()
  File "/usr/lib64/python2.6/site-packages/mercurial/dispatch.py", line 16, in run
    sys.exit(dispatch(sys.argv[1:]))
  File "/usr/lib64/python2.6/site-packages/mercurial/dispatch.py", line 30, in dispatch
    return _runcatch(u, args)
  File "/usr/lib64/python2.6/site-packages/mercurial/dispatch.py", line 80, in _runcatch
    ui.warn(_("abort: %s!\n") % inst)
  File "/tmp/prompthooks4739102834646255209.py", line 107, in warn
    client.connect( ('127.0.0.1', port) )
  File "<string>", line 1, in connect
error: [Errno 111] Connection refused

Local variables in innermost frame:
self: <socket._socketobject object at 0x1cb20c0>
args: (('127.0.0.1', 55592),)

Comment 1 Luca Botti 2010-03-07 22:17:09 UTC
Created attachment 398384 [details]
File: backtrace

Comment 2 Neal Becker 2010-03-08 00:58:29 UTC
Are you using some custom hook?

Comment 3 Mads Kiilerich 2010-03-08 01:32:08 UTC
IMHO this report is a meta-duplicate or consequence of 550811. 

Abrt shouldn't have reported it in the first place, and Neal can reject this report because the crash is in code not in his package - and not in Fedora.