Cygwin won't start Gitk
        Posted  
        
            by 
                starcorn
            
        on Super User
        
        See other posts from Super User
        
            or by starcorn
        
        
        
        Published on 2013-03-23T14:48:04Z
        Indexed on 
            2013/11/05
            4:01 UTC
        
        
        Read the original article
        Hit count: 439
        
Hey I have followed this answer to solve problem with running GUI applications under Cygwin. So far it seems okay, but when I try to open gitk it will complain on that it cannot find any git repository here. I am standing in the correct folder though, and running git from console it works (I can push, pull, and so on) But gitk won't start as it say it is not any git repository here.
Anyone know how to fix it?
I type the following to the console. gitk
And the output I get is:
  0 [main] wish8.5 2260 child_info_fork::abort: C:\cygwin\bin\libtcl8.5.dll: Loaded to different address: parent(0x520000) != child(0x410000)
  0 [main] wish8.5 4332 child_info_fork::abort: C:\cygwin\bin\libtcl8.5.dll: Loaded to different address: parent(0x520000) != child(0x560000)
  0 [main] wish8.5 4716 child_info_fork::abort: C:\cygwin\bin\libtcl8.5.dll: Loaded to different address: parent(0x520000) != child(0x410000)
  0 [main] wish8.5 4724 child_info_fork::abort: C:\cygwin\bin\libtcl8.5.dll: Loaded to different address: parent(0x520000) != child(0x410000)
© Super User or respective owner