This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: git Loaded to different address and X panel


2015-08-02 16:31 GMT+08:00 Marco Atzeri :

> and provide as attachment the output of
>
>  cygcheck -s -v -r > cygcheck.out
>
> please also check the memory layout on
>
> /proc/{git-pid}/maps
>
> It should give hint which BLODA process is
> interfering with git

$ rebase -si |grep cygcrypto-1.0.0.dll
/usr/bin/cygcrypto-1.0.0.dll

base 0x5d760000 size 0x001f8000

$gdb git

(gdb) b 609
Breakpoint 1 at 0x52a66e: file git.c, line 609.
(gdb) r
Starting program: /usr/bin/git
[New Thread 17072.0x3b2c]
[New Thread 17072.0x15d4]
[New Thread 17072.0x2da4]
[New Thread 17072.0xc1c]
[New Thread 17072.0x41bc]

Breakpoint 1, main (argc=1, av=0x29cc6c) at git.c:638
638             restore_sigpipe_to_default();
(gdb)


I remove some sensitive information in cygcheck.out .

Attachment: git-pid.txt
Description: Text document

Attachment: cygcheck.out
Description: Binary data

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]