unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
[parent not found: <20021114202626.11156.14764.Mailman@monty-python.gnu.org>]
* Re: Mac OS X 10.2.2 - Need to Recompile
@ 2002-11-13  0:06 Dan Brotsky
  0 siblings, 0 replies; 13+ messages in thread
From: Dan Brotsky @ 2002-11-13  0:06 UTC (permalink / raw)


> I just updated to Mac OS X 10.2.2 and the emacs I was using (compiled
> in 10.2.1) stopped working (similar to the update between 10.1 and
> 10.2).

This is exactly what happened to me.  Unfortunately I don't have a crash
log handy, but as in your case it was a realloc underneath init_display.

Doing a clean recompile (make clean; make) fixed the problem (as you
report happening in your case).

     dan

>   Recompiling fixed everything, so it's not a huge problem.
> Seems that there is a new version of libSystem.B included in 10.2.2,
> which is incompatible.
>
> The error I got was here:
>
> #0  0x90004248 in szone_size ()
> #1  0x000b0b0c in xrealloc (block=0x0, size=321) at alloc.c:542
> #2  0x00006240 in adjust_frame_message_buffer (f=0x63aec0) at
> dispnew.c:2435
> #3  0x00005c20 in adjust_frame_glyphs (f=0x63aec0) at dispnew.c:2133
> #4  0x00005bcc in adjust_frame_glyphs_initially () at dispnew.c:2115
> #5  0x0000c6e4 in init_display () at dispnew.c:6537
>
> It occurs on the first call to realloc with a non-empty block.  The
> darwin source is hard to follow at this point as malloc blocks are
> controlled in objc code.
>
> Does anyone else see this problem?
> -Steven

^ permalink raw reply	[flat|nested] 13+ messages in thread
* Re: Mac OS X 10.2.2 - Need to Recompile
@ 2002-11-13  0:05 Dan Brotsky
  0 siblings, 0 replies; 13+ messages in thread
From: Dan Brotsky @ 2002-11-13  0:05 UTC (permalink / raw)


> I just updated to Mac OS X 10.2.2 and the emacs I was using (compiled
> in 10.2.1) stopped working (similar to the update between 10.1 and
> 10.2).

This is exactly what happened to me.  Unfortunately I don't have a crash
log handy, but as in your case it was a realloc underneath init_display.

Doing a clean recompile (make clean; make) fixed the problem (as you
report happening in your case).

     dan

>   Recompiling fixed everything, so it's not a huge problem.
> Seems that there is a new version of libSystem.B included in 10.2.2,
> which is incompatible.
>
> The error I got was here:
>
> #0  0x90004248 in szone_size ()
> #1  0x000b0b0c in xrealloc (block=0x0, size=321) at alloc.c:542
> #2  0x00006240 in adjust_frame_message_buffer (f=0x63aec0) at
> dispnew.c:2435
> #3  0x00005c20 in adjust_frame_glyphs (f=0x63aec0) at dispnew.c:2133
> #4  0x00005bcc in adjust_frame_glyphs_initially () at dispnew.c:2115
> #5  0x0000c6e4 in init_display () at dispnew.c:6537
>
> It occurs on the first call to realloc with a non-empty block.  The
> darwin source is hard to follow at this point as malloc blocks are
> controlled in objc code.
>
> Does anyone else see this problem?
> -Steven

^ permalink raw reply	[flat|nested] 13+ messages in thread
* Mac OS X 10.2.2 - Need to Recompile
@ 2002-11-12  3:34 Steven Tamm
  2002-11-13 10:05 ` Thorbjørn Ravn Andersen
  2002-11-13 11:33 ` Richard Stallman
  0 siblings, 2 replies; 13+ messages in thread
From: Steven Tamm @ 2002-11-12  3:34 UTC (permalink / raw)


I just updated to Mac OS X 10.2.2 and the emacs I was using (compiled 
in 10.2.1) stopped working (similar to the update between 10.1 and 
10.2).  Recompiling fixed everything, so it's not a huge problem.  
Seems that there is a new version of libSystem.B included in 10.2.2, 
which is incompatible.

The error I got was here:

#0  0x90004248 in szone_size ()
#1  0x000b0b0c in xrealloc (block=0x0, size=321) at alloc.c:542
#2  0x00006240 in adjust_frame_message_buffer (f=0x63aec0) at 
dispnew.c:2435
#3  0x00005c20 in adjust_frame_glyphs (f=0x63aec0) at dispnew.c:2133
#4  0x00005bcc in adjust_frame_glyphs_initially () at dispnew.c:2115
#5  0x0000c6e4 in init_display () at dispnew.c:6537

It occurs on the first call to realloc with a non-empty block.  The 
darwin source is hard to follow at this point as malloc blocks are 
controlled in objc code.

Does anyone else see this problem?
-Steven

^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2002-11-15 13:46 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <20021112092211.24610.36860.Mailman@monty-python.gnu.org>
2002-11-12 14:39 ` Mac OS X 10.2.2 - Need to Recompile Brad Miller
2002-11-12 16:16   ` Steven Tamm
2002-11-12 16:42   ` Andrew Choi
2002-11-14  2:55     ` char-table-p (Re: Mac OS X 10.2.2 - Need to Recompile) Katsumi Yamaoka
     [not found] <20021114202626.11156.14764.Mailman@monty-python.gnu.org>
2002-11-15 10:01 ` Mac OS X 10.2.2 - Need to Recompile Mikael Krantz
2002-11-15 12:51   ` Mikael Krantz
2002-11-13  0:06 Dan Brotsky
  -- strict thread matches above, loose matches on Subject: below --
2002-11-13  0:05 Dan Brotsky
2002-11-12  3:34 Steven Tamm
2002-11-13 10:05 ` Thorbjørn Ravn Andersen
2002-11-13 11:33 ` Richard Stallman
2002-11-14  8:12   ` Steven Tamm
2002-11-15 13:46     ` Thorbjørn Ravn Andersen

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).