all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Eli Zaretskii <eliz@gnu.org>
To: Alexander Shukaev <haroogan@gmail.com>
Cc: emacs-devel@gnu.org
Subject: Re: [Emacs-diffs] ImageMagick Support on Windows
Date: Wed, 15 Oct 2014 13:30:13 +0300	[thread overview]
Message-ID: <83egu962x6.fsf@gnu.org> (raw)
In-Reply-To: <CAKu-7WxpFgDifhSaqO72q_01qkPVi9jJOXZz+G+00wDSSwFnng@mail.gmail.com>

> Date: Wed, 15 Oct 2014 11:27:36 +0200
> From: Alexander Shukaev <haroogan@gmail.com>
> Cc: emacs-devel@gnu.org
> 
>     Can you run this command under GDB, and see exactly where it crashes,
>     and why?
> 
> I, personally, usually don't use GDB to find out causes of crashing on Windows,
> i.e. I either infer them from the code or find it out through logging
> facilities. The main reason why I almost never use GDB on Windows is the
> following output:
> 
> Program received signal SIGSEGV, Segmentation fault.
> 0x0000000000000000 in ?? ()
> 
> which actually conveys no information at all. The crash often goes deep to some
> Windows system DLLs and therefore cannot be traced by GDB. This is exactly the
> case this time once again. We cannot rely on GDB now...

If you are sure the above was from thread #1, then there's only one
explanation: Emacs tried to call a function whose address was not yet
set by call GetProcAddress.

> Are you sure that you have pointed out all the spots that should be patched and
> that we didn't miss any of them? Please, since you know the internals better,
> think of what we could miss patching, it really feels like a zero pointer
> somewhere or something alike. In any case, now you know that it all starts from
> the "(imagemagick-register-types)" call.

I see someone else posted an explanation for the crash, so I think you
have a starting point.

Thanks.



      parent reply	other threads:[~2014-10-15 10:30 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <mailman.170157.1413191181.1146.emacs-diffs@gnu.org>
2014-10-13  9:29 ` [Emacs-diffs] ImageMagick Support on Windows Eli Zaretskii
2014-10-14 10:17   ` Alexander Shukaev
2014-10-14 12:16     ` Eli Zaretskii
2014-10-14 14:00       ` Alexander Shukaev
2014-10-14 15:15         ` Eli Zaretskii
2014-10-14 16:17           ` Alexander Shukaev
2014-10-14 18:32             ` Alexander Shukaev
2014-10-14 21:33               ` Alexander Shukaev
2014-10-15  5:49                 ` Eli Zaretskii
2014-10-15  9:27                   ` Alexander Shukaev
2014-10-15  9:38                     ` rzl24ozi
2014-10-15 10:35                       ` Eli Zaretskii
2014-10-15 12:02                         ` Alexander Shukaev
2014-10-15 12:36                           ` Eli Zaretskii
2014-10-15 10:30                     ` Eli Zaretskii [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=83egu962x6.fsf@gnu.org \
    --to=eliz@gnu.org \
    --cc=emacs-devel@gnu.org \
    --cc=haroogan@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.