Bugs item #1891687, was opened at 2008-02-11 22:03 Message generated for change (Comment added) made by sborho You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=968354&aid=1891687&group_id=199155
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: dialogs Group: None >Status: Closed Resolution: None Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: hg serve crash on download Initial Comment: Command: hg clone http://localhost:8000 Result is a dialog box that says: ***** Gtk-CRITICAL (recursed) **: gtk_text_layout_real_invalidate: assertion `layout->wrap_loop_count == 0' failed aborting... ****** Clicking ok... ****** Runtime Error! Program: C:\Program Files\TortoiseHg\hgproc.exe This application has requested the Runtime to terminate it in an unusual way. Please contact the application's support team for more information. """ hg serve dialog says """ listening at http://fmoolaptop:8000/ 127.0.0.1 - - [11/Feb/2008] "GET /?cmd=heads HTTP/1.1" 200 - 2 changesets found """ Clicking ok on runtime error closes hg serve. STDOUT says: """" requesting all changes abort: error: Connection refused """ ---------------------------------------------------------------------- >Comment By: Steve Borho (sborho) Date: 2009-03-05 00:59 Message: many problems were fixed in this area, reopen on bb if it reoccurs ---------------------------------------------------------------------- Comment By: Peter Ruibal (fmoo) Date: 2008-02-25 20:46 Message: Logged In: YES user_id=2006774 Originator: NO The best I can repro is: ---------------------------------------- Exception happened during processing of request from ('127.0.0.1', 2806) Traceback (most recent call last): File "SocketServer.pyc", line 464, in process_request_thread File "SocketServer.pyc", line 254, in finish_request File "mercurial\hgweb\server.pyc", line 44, in __init__ File "SocketServer.pyc", line 522, in __init__ File "BaseHTTPServer.pyc", line 318, in handle File "BaseHTTPServer.pyc", line 299, in handle_one_request File "socket.pyc", line 346, in readline error: (10054, 'Connection reset by peer') ---------------------------------------- when cloning from an empty repository. The clone completes successfully, but I get this on the hg serve dialog. ---------------------------------------------------------------------- Comment By: Steve Borho (sborho) Date: 2008-02-11 22:32 Message: Logged In: YES user_id=12062 Originator: NO I'm unable to reproduce on my XP machine with TortoiseHg-0.3 installed. tried cloning locally and remotely from served repository with 1k changesets without any problems. Any more hints on what it takes to reproduce the problem? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=968354&aid=1891687&group_id=199155 ------------------------------------------------------------------------------ Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA -OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise -Strategies to boost innovation and cut costs with open source participation -Receive a $600 discount off the registration fee with the source code: SFAD http://p.sf.net/sfu/XcvMzF8H _______________________________________________ Tortoisehg-develop mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/tortoisehg-develop
