How can i fix this debugging error.
        Posted  
        
            by Renjith G
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Renjith G
        
        
        
        Published on 2009-05-29T13:16:00Z
        Indexed on 
            2010/04/05
            17:03 UTC
        
        
        Read the original article
        Hit count: 307
        
debugging
hi,
I have an executable built in windows(exe).I want to pass that exe to an out file built by Cygwin(DOS version). It is going well upto half the way. After that it is showing the following error,which is related to Cygwin dll files(ACL check) .
Program received signal SIGSEGV, Segmentation fault. 0x6108829e in cygwin1!aclcheck () from /usr/bin/cygwin1.dll (gdb)
Can anybody fix this..?
Regards,
Renjith G
© Stack Overflow or respective owner