GNU bug report logs - #19181
24.4; 24.4.1 libgcc_s_dw2-1.dll crash on exit

Previous Next

Package: emacs;

Reported by: Bill Farmer <williamjfarmer <at> yahoo.co.uk>

Date: Tue, 25 Nov 2014 16:39:02 UTC

Severity: normal

Found in version 24.4

Done: Eli Zaretskii <eliz <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Dani Moncayo <dmoncayo <at> gmail.com>
To: Eli Zaretskii <eliz <at> gnu.org>
Cc: 19181 <at> debbugs.gnu.org, Bill Farmer <williamjfarmer <at> yahoo.co.uk>
Subject: bug#19181: 24.4; 24.4.1 libgcc_s_dw2-1.dll crash on exit
Date: Tue, 25 Nov 2014 20:03:00 +0100
[Message part 1 (text/plain, inline)]
> To check whether a .exe program or a DLL actually depends on
> libgcc_s_dw2-1.dll, use this command:
>
>   objdump -x FOO.exe | grep "DLL Name:"
>
> This will show all the DLLs that FOO.exe depends on.

> Meanwhile, Dani, could you please check which of the binaries in your
> upload, if any, depends on libgcc_s_dw2-1.dll?

I've followed your advice above, and I don't see any dependency on
'libgcc_s_dw2-1.dll'.

FWIW, I'm attaching a report of the DLL dependencies in the Emacs 24.4
binary, made with:

  $ find . -type f \( -name "*.dll" -o -name "*.exe" \) -print -exec
bash -c "objdump -x {} | grep -i 'dll name:'" \;


-- 
Dani Moncayo
[report.txt (text/plain, attachment)]

This bug report was last modified 10 years and 184 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.