all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: chad brown <y@MIT.EDU>
To: emacs-devel@gnu.org
Subject: Re: CVS HEAD fails to build on OSX 10.4 (macterm.c broken?)
Date: Wed, 29 Aug 2007 10:18:17 -0700	[thread overview]
Message-ID: <79AD547D-950B-499F-8581-415BA66456DF@mit.edu> (raw)
In-Reply-To: <86y7fu2ssp.fsf@blue.stonehenge.com>

Preliminary gdb info on macosx carbon crash:

> Program received signal EXC_BAD_ACCESS, Could not access memory.
> Reason: KERN_PROTECTION_FAILURE at address: 0x00000048
> 0x0016887c in Fx_create_frame (parameters=8306509) at macfns.c:2830
> 2830      if (FRAME_HAS_MINIBUF_P (f)

> (gdb) xbacktrace
> "x-create-frame" (0x7ebf4d)
> "x-create-frame-with-faces" (0x7ebf8d)
> "make-frame" (0x7ebfe5)
> "frame-initialize" (0x3861151)
> "command-line" (0x395f35b)
> "normal-top-level" (0x0)

> (gdb) list
> 2825            ;
> 2826        }
> 2827
> 2828      /* Initialize `default-minibuffer-frame' in case this is  
> the first
> 2829         frame on this display device.  */
> 2830      if (FRAME_HAS_MINIBUF_P (f)
> 2831          && (!FRAMEP (kb->Vdefault_minibuffer_frame)
> 2832              || !FRAME_LIVE_P (XFRAME (kb- 
> >Vdefault_minibuffer_frame))))
> 2833        kb->Vdefault_minibuffer_frame = frame;
> 2834
> (gdb) p f
> $1 = (struct frame *) 0xa1cd40
> (gdb) p* f
> $2 = {
>   size = 1073742938,
>   next = 0xa16310,
>   name = 42142243,
>   icon_name = 58721289,
>   title = 58721289,
>   focus_frame = 58721289,
>   root_window = 10577012,
>   selected_window = 10577012,
>   minibuffer_window = 10604212,
>   param_alist = 16854077,
>   scroll_bars = 58721289,
>   condemned_scroll_bars = 58721289,
>   menu_bar_items = 58721289,
>   face_alist = 58721289,
>   menu_bar_vector = 58721289,
>   menu_bar_items_used = 0,
>   buffer_predicate = 58721289,
>   buffer_list = 8353285,
>   buried_buffer_list = 58721289,
>   menu_bar_window = 58721289,
>   tool_bar_window = 10763908,
>   tool_bar_items = 58721289,
>   desired_tool_bar_string = 58721289,
>   current_tool_bar_string = 58721289,
>   face_cache = 0xa3fec0,
>   namebuf = 0x0,
>   current_pool = 0x0,
>   desired_pool = 0x0,
>   desired_matrix = 0x0,
>   current_matrix = 0x0,
>   glyphs_initialized_p = 1,
>   external_tool_bar = 1,
>   tool_bar_lines = 0,
>   n_tool_bar_rows = 0,
>   n_tool_bar_items = 0,
>   decode_mode_spec_buffer = 0xa43fb0 "",
>   insert_line_cost = 0x0,
>   delete_line_cost = 0x0,
>   insert_n_lines_cost = 0x0,
>   delete_n_lines_cost = 0x0,
>   text_lines = 40,
>   text_cols = 80,
>   total_lines = 0,
>   total_cols = 86,
>   new_text_lines = 0,
>   new_text_cols = 0,
>   left_pos = 0,
>   top_pos = 0,
>   pixel_height = 640,
>   pixel_width = 602,
>   x_pixels_diff = 0,
>   y_pixels_diff = 0,
>   win_gravity = 1,
>   size_hint_flags = 3,
>   border_width = 0,
>   internal_border_width = 0,
>   column_width = 7,
>   space_width = 7,
>   line_height = 16,
>   output_method = output_mac,
>   terminal = 0xa19ca0,
>   output_data = {
>     tty = 0xa1cfe0,
>     x = 0xa1cfe0,
>     w32 = 0xa1cfe0,
>     mac = 0xa1cfe0,
>     nothing = 10604512
>   },
>   fringe_cols = 3,
>   left_fringe_width = 10,
>   right_fringe_width = 11,
>   want_fullscreen = 0,
>   menu_bar_lines = 0,
>   external_menu_bar = 1,
>   display_preempted = 0 '\0',
>   visible = 0 '\0',
>   iconified = 0 '\0',
>   async_visible = 0 '\0',
>   async_iconified = 0 '\0',
>   garbaged = 1 '\001',
>   has_minibuffer = 1 '\001',
>   wants_modeline = 1 '\001',
>   can_have_scroll_bars = 1 '\001',
>   vertical_scroll_bar_type = vertical_scroll_bar_right,
>   desired_cursor = FILLED_BOX_CURSOR,
>   cursor_width = 88484,
>   blink_off_cursor = DEFAULT_CURSOR,
>   blink_off_cursor_width = 0,
>   auto_raise = 0 '\0',
>   auto_lower = 0 '\0',
>   no_split = 0 '\0',
>   explicit_name = 0 '\0',
>   window_sizes_changed = 1 '\001',
>   message_buf = 0xa402b0 "",
>   scroll_bottom_vpos = 0,
>   config_scroll_bar_width = 15,
>   config_scroll_bar_cols = 3,
>   scroll_bar_actual_width = 21,
>   cost_calculation_baud_rate = 19200,
>   mouse_moved = 0 '\0',
>   gamma = 0,
>   extra_line_spacing = 0,
>   resized_p = 1,
>   force_flush_display_p = 0,
>   background_pixel = 16777215,
>   foreground_pixel = 0,
>   default_face_done_p = 0,
>   already_hscrolled_p = 0,
>   updated_p = 0,
>   minimize_tool_bar_window_p = 0
> }

  parent reply	other threads:[~2007-08-29 17:18 UTC|newest]

Thread overview: 71+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-08-29 15:14 CVS HEAD fails to build on OSX 10.4 (macterm.c broken?) Randal L. Schwartz
2007-08-29 15:31 ` Dan Nicolaescu
2007-08-29 15:42   ` Randal L. Schwartz
2007-08-29 15:45     ` Randal L. Schwartz
2007-08-29 16:04       ` Dan Nicolaescu
2007-08-29 16:08         ` Randal L. Schwartz
2007-08-29 16:28           ` Dan Nicolaescu
2007-08-30  0:33             ` YAMAMOTO Mitsuharu
2007-08-30  0:47               ` Dan Nicolaescu
2007-08-30  1:06                 ` YAMAMOTO Mitsuharu
2007-08-30  1:21                   ` Dan Nicolaescu
2007-08-30  1:34                     ` YAMAMOTO Mitsuharu
2007-08-30  1:42                       ` Dan Nicolaescu
2007-08-30  1:52                         ` YAMAMOTO Mitsuharu
2007-08-30  3:10                           ` Dan Nicolaescu
2007-08-30 20:50               ` Richard Stallman
2007-08-30 23:59                 ` YAMAMOTO Mitsuharu
2007-08-31 18:21                   ` Richard Stallman
2007-08-31 23:50                     ` YAMAMOTO Mitsuharu
2007-09-01  2:06                       ` Stefan Monnier
2007-09-01  8:13                         ` Eli Zaretskii
2007-09-02 15:50                           ` Richard Stallman
2007-09-03 20:43                           ` Stefan Monnier
2007-09-04  3:06                             ` Eli Zaretskii
2007-09-04 16:45                             ` Richard Stallman
2007-09-04 21:29                               ` Dan Nicolaescu
2007-09-05  0:16                                 ` YAMAMOTO Mitsuharu
2007-09-05  6:16                                 ` Richard Stallman
2007-09-05 14:27                                   ` Stefan Monnier
2007-09-06  4:59                                     ` Richard Stallman
2007-08-31 18:21                   ` Richard Stallman
2007-08-29 16:30           ` Randal L. Schwartz
2007-08-29 16:41             ` Dan Nicolaescu
2007-08-29 16:45               ` Randal L. Schwartz
2007-08-29 16:59                 ` Dan Nicolaescu
2007-08-29 17:09                 ` chad brown
2007-08-29 17:18                 ` chad brown [this message]
2007-08-29 17:49                   ` Dan Nicolaescu
2007-08-29 20:14                     ` chad brown
2007-08-29 22:05                       ` Glenn Morris
2007-08-29 22:40                         ` Dan Nicolaescu
2007-08-30  3:23                           ` chad brown
2007-08-31  0:08               ` YAMAMOTO Mitsuharu
2007-08-31  0:53                 ` Randal L. Schwartz
2007-08-31  1:03                   ` YAMAMOTO Mitsuharu
2007-08-31  1:06                     ` YAMAMOTO Mitsuharu
2007-08-31  8:12                 ` Dan Nicolaescu
2007-08-31 10:04                   ` YAMAMOTO Mitsuharu
2007-09-03 14:23                   ` Randal L. Schwartz
2007-09-03 14:49                     ` Jason Rumney
2007-09-04  1:01                       ` YAMAMOTO Mitsuharu
2007-09-04  6:47                         ` Yavor Doganov
2007-09-04  7:54                           ` YAMAMOTO Mitsuharu
2007-09-04 22:58                             ` Richard Stallman
2007-09-05  0:24                               ` YAMAMOTO Mitsuharu
2007-09-05 20:02                                 ` Richard Stallman
2007-09-05 23:58                                   ` YAMAMOTO Mitsuharu
2007-09-06  5:53                                     ` Yavor Doganov
2007-09-06  8:28                                       ` YAMAMOTO Mitsuharu
2007-09-06  9:17                                         ` Yavor Doganov
2007-09-06 10:23                                           ` YAMAMOTO Mitsuharu
2007-09-07  6:31                                             ` Richard Stallman
2007-09-07  7:02                                               ` YAMAMOTO Mitsuharu
2007-09-08  7:00                                                 ` Richard Stallman
2007-09-07  6:30                                     ` Richard Stallman
2007-09-03 14:55                     ` dhruva
2007-09-03 15:16                       ` Jason Rumney
2007-09-04  0:57                       ` Richard Stallman
2007-09-04  6:07                         ` David Kastrup
2007-09-04 22:57                           ` Richard Stallman
2007-09-04  0:57                     ` Richard Stallman

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=79AD547D-950B-499F-8581-415BA66456DF@mit.edu \
    --to=y@mit.edu \
    --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 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.