Issue 119: Crashes when committing large number of files
http://bitbucket.org/tortoisehg/stable/issue/119/crashes-when-committing-large-number-of

Steve Borho / sborho on Tue, 21 Apr 2009 20:40:32 +0200:

Comment:
  Thanks a lot, Mahmoud.  This is very useful info.

# It's actually the hgcmd dialog which is crashing.
# it's dying inside of GTK.

I find myself staring at these lines of code in hgcmd:
{{{
        title = 'hg ' + ' '.join(cmdline[1:])
        gtk.Dialog.__init__(self,
                            title=title,
                            flags=gtk.DIALOG_MODAL,
                            #buttons=(gtk.STOCK_OK, gtk.RESPONSE_ACCEPT)
                            )
}}}

-- 
This is an issue notification from bitbucket.org.
You are receiving this either because you are the
owner of the issue, or you are following the issue.

------------------------------------------------------------------------------
Stay on top of everything new and different, both inside and 
around Java (TM) technology - register by April 22, and save
$200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco.
300 plus technical and hands-on sessions. Register today. 
Use priority code J9JMT32. http://p.sf.net/sfu/p
_______________________________________________
Tortoisehg-develop mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tortoisehg-develop

Reply via email to