emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Building Emacs from a new MinGW environment


From: Eli Zaretskii
Subject: Re: Building Emacs from a new MinGW environment
Date: Wed, 18 Sep 2013 16:14:34 +0300

> Date: Wed, 18 Sep 2013 14:31:06 +0200
> From: Dani Moncayo <address@hidden>
> Cc: Emacs development discussions <address@hidden>
> 
> #11 0x759477f7 in UnhandledExceptionFilter ()
>    from C:\Windows\syswow64\kernel32.dll
> #12 0x0088eaf8 in ?? ()
> #13 0x776b8f74 in msvcrt!abort () from C:\Windows\syswow64\msvcrt.dll
> #14 0x6e956f62 in libgcc_s_dw2-1!__deregister_frame_info_bases ()
>    from c:\mingw-emacs\bin\libgcc_s_dw2-1.dll
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> #15 0x03d5c428 in ?? ()
> #16 0x7765c3e9 in msvcrt!isspace () from C:\Windows\syswow64\msvcrt.dll
> #17 0x776636bb in msvcrt!exit () from C:\Windows\syswow64\msvcrt.dll
> #18 0x010db6e3 in Fkill_emacs (arg=0) at c:/emacs/emacs.git/src/emacs.c:1899

That libgcc_s_dw2-1.dll is the problem, I think.  I think this might
be the same issue as summarized here:

  http://sourceforge.net/mailarchive/message.php?msg_id=31010191

and in the links in that message.

Alternatively, perhaps you have conflicting versions of
libgcc_s_dw2-1.dll on your system.

Questions:

  . Did you install a different version of GCC, as part of your MinGW
    re-installation?  If so, which GCC version do you have now, and
    which one did you have before?

  . Does temacs.exe you produce depend on libgcc_s_dw2-1.dll?  (Use
    the dependency walker or objdump to find out.)  If not, perhaps
    some libraries that Emacs loads depend on that DLL?

  . If you add -shared-libgcc switch to the temacs link command line,
    does the problem go away?



reply via email to

[Prev in Thread] Current Thread [Next in Thread]