unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Hans-Peter Binder <macosx.pb@gmx.de>
Cc: emacs-devel@gnu.org
Subject: Re: Image support for Carbon Emacs
Date: Fri, 16 Jan 2004 01:54:29 +0100	[thread overview]
Message-ID: <pb.m2vfncg1bu.fsf@ID-42241.user.uni-berlin.de> (raw)
In-Reply-To: <20040113.211033.74742347.mituharu@math.s.chiba-u.ac.jp> (YAMAMOTO Mitsuharu's message of "Tue, 13 Jan 2004 21:10:33 +0900 (JST)")

* YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> writes:
> Current status: - I tested it on Mac OS X 10.1.5, 10.2.8, and 10.3.2.
> - Supported image types: XBM, PBM, PNG, JPEG, TIFF, and GIF are

[...]

At first, thank you for your great work. I have applied the diff-file
to the current CVS-Emacs [14.01.2004] and have build a new Carbon
Emacs, (./configure --without-x) on OSX 10.2.8.

Image-Support works fine with Imagetypes XBM, PNG, JPEG, TIFF and GIF
in Emacs.

But when I try to view a PBM-File Emacs crashed. Any suggestions what I
can do.

CrashLog follows:

,----[ Emacs.crash.log ]
| **********
|
| Date/Time:  2004-01-16 01:40:44 +0100
| OS Version: 10.2.8 (Build 6R73)
| Host:       hyperion.mac
|
| Command:    Emacs
| PID:        1187
|
| Exception:  EXC_BAD_ACCESS (0x0001)
| Codes:      KERN_INVALID_ADDRESS (0x0001) at 0x21f5c51c
|
| Thread 0 Crashed:
|  #0   0x91aa8244 in GetCPixel
|  #1   0x001360f8 in XGetPixel (macfns.c:598)
|  #2   0x00139984 in four_corners_best (macfns.c:4073)
|  #3   0x00139aa0 in image_background (macfns.c:4113)
|  #4   0x0013d710 in pbm_load (macfns.c:6934)
|  #5   0x0013a410 in lookup_image (macfns.c:4507)
|  #6   0x00019d90 in handle_single_display_prop (xdisp.c:3572)
|  #7   0x00019474 in handle_display_prop (xdisp.c:3286)
|  #8   0x000181ac in handle_stop (xdisp.c:2535)
|  #9   0x00017bcc in start_display (xdisp.c:2231)
|  #10  0x000460b4 in Frecenter (window.c:5127)
|  #11  0x000de12c in Ffuncall (eval.c:2729)
|  #12  0x0010d3f4 in Fbyte_code (bytecode.c:691)
|  #13  0x000de77c in funcall_lambda (eval.c:2920)
|  #14  0x000de294 in Ffuncall (eval.c:2785)
|  #15  0x000d9e5c in Fcall_interactively (callint.c:870)
|  #16  0x00082ffc in Fcommand_execute (keyboard.c:9654)
|  #17  0x00077a94 in command_loop_1 (keyboard.c:1757)
|  #18  0x000dbf70 in internal_condition_case (eval.c:1334)
|  #19  0x000767d4 in command_loop_2 (keyboard.c:1294)
|  #20  0x000db9dc in internal_catch (eval.c:1094)
|  #21  0x0007672c in command_loop (keyboard.c:1274)
|  #22  0x00076140 in recursive_edit_1 (keyboard.c:990)
|  #23  0x000762c8 in Frecursive_edit (keyboard.c:1046)
|  #24  0x00074db8 in main (emacs.c:1669)
|  #25  0x00003964 in _start (crt.c:267)
|  #26  0x000037e4 in start
|
| Thread 1:
|  #0   0x90073ba8 in mach_msg_trap
|  #1   0x90005ed0 in mach_msg
|  #2   0xc000a954 in __ape_internal
|  #3   0xc0001328 in __ape_agent
|  #4   0x90020c28 in _pthread_body
|
| PPC Thread State:
|   srr0: 0x91aa8244 srr1: 0x0000f930                vrsave: 0x00000000
|    xer: 0x00000000   lr: 0x91aa8200  ctr: 0x902216d0   mq: 0x00000000
|     r0: 0x00000000   r1: 0xbfffe230   r2: 0x91a78bb8   r3: 0x00000001
|     r4: 0xbfffe2f0   r5: 0x00c76920   r6: 0xbfffe270   r7: 0x00000000
|     r8: 0x00000020   r9: 0x21f5c51c  r10: 0x00000000  r11: 0x21f5c51c
|    r12: 0x902216d0  r13: 0x00000000  r14: 0xbfffefc4  r15: 0x00000001
|    r16: 0x00000004  r17: 0x00000000  r18: 0x00000030  r19: 0x02058780
|    r20: 0x00364860  r21: 0x00000000  r22: 0x00f0f8ff  r23: 0x00000030
|    r24: 0x0034d158  r25: 0x00000030  r26: 0x024ff8d0  r27: 0x00c76920
|    r28: 0xbfffe2f0  r29: 0xffffffff  r30: 0x00000000  r31: 0x0013d158
|
`----


Regards/Gruesse
Hans-Peter Binder
-- 
(coffee-mode -1)

  parent reply	other threads:[~2004-01-16  0:54 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-12-18 13:57 Consolidation of image support (was Re: Emacs on MAC OS X 10.3) YAMAMOTO Mitsuharu
2003-12-18 16:42 ` Kim F. Storm
2004-01-13 12:10 ` Image support for Carbon Emacs (Re: Consolidation of image support) YAMAMOTO Mitsuharu
2004-01-13 15:55   ` Stefan Monnier
2004-01-19 11:53     ` YAMAMOTO Mitsuharu
2004-01-28 12:48       ` Sébastien Kirche
2004-01-28 18:07         ` Steven Tamm
2004-01-14  0:20   ` Kim F. Storm
2004-01-15 21:22   ` Richard Stallman
2004-01-16  4:22     ` Steven Tamm
2004-01-16 19:54       ` Richard Stallman
2004-01-16  0:54   ` Hans-Peter Binder [this message]
2004-01-16  5:05     ` Image support for Carbon Emacs YAMAMOTO Mitsuharu
2004-01-16 10:44       ` Hans-Peter Binder
2004-04-20  8:43   ` Image support for Carbon Emacs (Re: Consolidation of image support) YAMAMOTO Mitsuharu
2004-04-20  9:03     ` Miles Bader
2004-04-20  9:31       ` YAMAMOTO Mitsuharu
2004-04-20  9:16     ` David Kastrup
2004-04-20 14:28     ` Stefan Monnier
2004-04-21  1:10       ` YAMAMOTO Mitsuharu
2004-04-21 15:58         ` Stefan Monnier
2004-04-22  1:08           ` YAMAMOTO Mitsuharu

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

  List information: https://www.gnu.org/software/emacs/

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

  git send-email \
    --in-reply-to=pb.m2vfncg1bu.fsf@ID-42241.user.uni-berlin.de \
    --to=macosx.pb@gmx.de \
    --cc=emacs-devel@gnu.org \
    /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 public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).