all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#12390: 24.2.50 ; NS variant of GNU Emacs crashes at launch time
@ 2012-09-08 19:17 Peter Dyballa
  2012-09-08 20:31 ` Jan Djärv
       [not found] ` <handler.12390.B.13471320339683.ack@debbugs.gnu.org>
  0 siblings, 2 replies; 6+ messages in thread
From: Peter Dyballa @ 2012-09-08 19:17 UTC (permalink / raw)
  To: 12390

[-- Attachment #1: Type: text/plain, Size: 1581 bytes --]

Hello!

At "revno: 109934" I configured

	env LANG=C ./configure --without-sound --without-dbus --without-pop  
--without-gconf --without-gpm --without-gsettings --without-selinux -- 
without-gif --without-jpeg --without-png --without-rsvg --without- 
tiff --without-xpm --with-ns --disable-ns-self-contained --x- 
libraries=/opt/local/lib --x-includes=/opt/local/include --enable- 
locallisppath=/Library/Application\ Support/Emacs/calendar24:/Library/ 
Application\ Support/Emacs CFLAGS="-g3 -H -pipe -fPIC -fno-common -O0  
-mcpu=7450 -mtune=7450" CC=gcc-4.0 CXX=g++-4.0 CPPFLAGS="" LDFLAGS="- 
L/opt/local/lib -v -Wl,-v -Wl,-bind_at_load -Wl,-t" PKG_CONFIG_PATH=/ 
opt/local/lib/pkgconfig:/opt/local/share/pkgconfig:/usr/lib/ 
pkgconfig:/usr/lib/pkgconfig

When I launch from emacs-24.2.50/nextstep Emacs.app it crashes. In  
Console this is reported:

	2012-09-08 17:01:41.790 Emacs[8452] *** -[EmacsImage  
drawInRect:fromRect:operation:fraction:respectFlipped:hints:]:  
selector not recognized [self = 0x39903c0]
	2012-09-08 17:01:41.791 Emacs[8452] An uncaught exception was raised
	2012-09-08 17:01:41.800 Emacs[8452] *** -[EmacsImage  
drawInRect:fromRect:operation:fraction:respectFlipped:hints:]:  
selector not recognized [self = 0x39903c0]
	2012-09-08 17:01:41.801 Emacs[8452] *** Uncaught exception:  
<NSInvalidArgumentException> *** -[EmacsImage  
drawInRect:fromRect:operation:fraction:respectFlipped:hints:]:  
selector not recognized [self = 0x39903c0]

Here is a gud-gdb session. It contains some non-UTF-8 bytes so that  
it can't be pasted into the eMail.


[-- Attachment #2: debug-backtrace --]
[-- Type: application/octet-stream, Size: 49201 bytes --]

[-- Attachment #3: Type: text/plain, Size: 98 bytes --]



--
Greetings

   Pete

"Indentation?! I will show you how to indent when I indent your skull!"


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

* bug#12390: 24.2.50 ; NS variant of GNU Emacs crashes at launch time
  2012-09-08 19:17 bug#12390: 24.2.50 ; NS variant of GNU Emacs crashes at launch time Peter Dyballa
@ 2012-09-08 20:31 ` Jan Djärv
  2012-09-08 23:20   ` Peter Dyballa
       [not found] ` <handler.12390.B.13471320339683.ack@debbugs.gnu.org>
  1 sibling, 1 reply; 6+ messages in thread
From: Jan Djärv @ 2012-09-08 20:31 UTC (permalink / raw)
  To: Peter Dyballa; +Cc: 12390-done

Hello.

I forgot to check the version on drawInRect (10.6) when I added it.  The oldest I have is 10.6.  I have reintroduced the deprecated method for older versions.

Try again,

	Jan D.

8 sep 2012 kl. 21:17 skrev Peter Dyballa <Peter_Dyballa@Freenet.DE>:

> Hello!
> 
> At "revno: 109934" I configured
> 
> 	env LANG=C ./configure --without-sound --without-dbus --without-pop --without-gconf --without-gpm --without-gsettings --without-selinux --without-gif --without-jpeg --without-png --without-rsvg --without-tiff --without-xpm --with-ns --disable-ns-self-contained --x-libraries=/opt/local/lib --x-includes=/opt/local/include --enable-locallisppath=/Library/Application\ Support/Emacs/calendar24:/Library/Application\ Support/Emacs CFLAGS="-g3 -H -pipe -fPIC -fno-common -O0 -mcpu=7450 -mtune=7450" CC=gcc-4.0 CXX=g++-4.0 CPPFLAGS="" LDFLAGS="-L/opt/local/lib -v -Wl,-v -Wl,-bind_at_load -Wl,-t" PKG_CONFIG_PATH=/opt/local/lib/pkgconfig:/opt/local/share/pkgconfig:/usr/lib/pkgconfig:/usr/lib/pkgconfig
> 
> When I launch from emacs-24.2.50/nextstep Emacs.app it crashes. In Console this is reported:
> 
> 	2012-09-08 17:01:41.790 Emacs[8452] *** -[EmacsImage drawInRect:fromRect:operation:fraction:respectFlipped:hints:]: selector not recognized [self = 0x39903c0]
> 	2012-09-08 17:01:41.791 Emacs[8452] An uncaught exception was raised
> 	2012-09-08 17:01:41.800 Emacs[8452] *** -[EmacsImage drawInRect:fromRect:operation:fraction:respectFlipped:hints:]: selector not recognized [self = 0x39903c0]
> 	2012-09-08 17:01:41.801 Emacs[8452] *** Uncaught exception: <NSInvalidArgumentException> *** -[EmacsImage drawInRect:fromRect:operation:fraction:respectFlipped:hints:]: selector not recognized [self = 0x39903c0]
> 
> Here is a gud-gdb session. It contains some non-UTF-8 bytes so that it can't be pasted into the eMail.
> 
> <debug-backtrace>
> 
> --
> Greetings
> 
>  Pete
> 
> "Indentation?! I will show you how to indent when I indent your skull!"
> 






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

* bug#12390: 24.2.50 ; NS variant of GNU Emacs crashes at launch time
       [not found] ` <handler.12390.B.13471320339683.ack@debbugs.gnu.org>
@ 2012-09-08 20:45   ` Peter Dyballa
  2012-09-08 21:09     ` Jan Djärv
  0 siblings, 1 reply; 6+ messages in thread
From: Peter Dyballa @ 2012-09-08 20:45 UTC (permalink / raw)
  To: 12390

I made a desperate attempt to avoid the optimisation for my processor  
hardware, but the failure persists:

	pete 263 /\  nextstep/Emacs.app/Contents/MacOS/Emacs -Q
	*** Warning: font in family 'LucidaSans-Typewriter' not found
	*** Warning: font in family 'LucidaSans-Typewriter' not found
	Fatal error 10: Bus error
	  C-c C-cAbort (core dumped)
	Exit 134

The font family exists:

	ftxinstalledfonts -flp | egrep 'Typewri|Locat' | egrep 'Lucida|Locat'
	Font    ID      PostScript name 	Full name       Location
	20      8813    LucidaSans-TypewriterBoldOblique        Lucida Sans  
Typewriter Bold Oblique    /System/Library/Frameworks/ 
JavaVM.framework/Versions/1.3.1/Home/lib/fonts/ 
LucidaTypewriterBoldOblique.ttf
	201     8997    LucidaSans-TypewriterBold       Lucida Sans  
Typewriter Bold     /System/Library/Frameworks/JavaVM.framework/ 
Versions/1.3.1/Home/lib/fonts/LucidaTypewriterBold.ttf
	202     8999    LucidaSans-TypewriterBold       Lucida Sans  
Typewriter Bold     /System/Library/Frameworks/JavaVM.framework/ 
Versions/1.5.0/Home/lib/fonts/LucidaTypewriterBold.ttf
	231     9028    LucidaSans-TypewriterOblique    Lucida Sans  
Typewriter Oblique  /System/Library/Frameworks/JavaVM.framework/ 
Versions/1.3.1/Home/lib/fonts/LucidaTypewriterOblique.ttf
	362     9161    LucidaSans-Typewriter   Lucida Sans Typewriter  
Regular  /System/Library/Frameworks/JavaVM.framework/Versions/1.3.1/ 
Home/lib/fonts/LucidaTypewriterRegular.ttf
	363     9163    LucidaSans-Typewriter   Lucida Sans Typewriter  
Regular  /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/ 
Home/lib/fonts/LucidaTypewriterRegular.ttf

… but maybe I should clean it up!

In that case only a strip appeared near the upper left corner of the  
screen. Its width was approximately that of the scroll-bar, the  
height approximately half of the screen. The strip accepted commands  
like C-x 5 2 – which produced a second strip.

	pete 264 /\  nextstep/Emacs.app/Contents/MacOS/Emacs -q
	2012-09-08 22:18:46.348 Emacs[28284] *** -[EmacsImage  
drawInRect:fromRect:operation:fraction:respectFlipped:hints:]:  
selector not recognized [self = 0x3a20b10]
	2012-09-08 22:18:46.348 Emacs[28284] An uncaught exception was raised
	2012-09-08 22:18:46.349 Emacs[28284] *** -[EmacsImage  
drawInRect:fromRect:operation:fraction:respectFlipped:hints:]:  
selector not recognized [self = 0x3a20b10]
	2012-09-08 22:18:46.349 Emacs[28284] *** Uncaught exception:  
<NSInvalidArgumentException> *** -[EmacsImage  
drawInRect:fromRect:operation:fraction:respectFlipped:hints:]:  
selector not recognized [self = 0x3a20b10]
	Fatal error 5: Trace/BPT trapAbort (core dumped)
	Exit 134

The initial frame appeared, showing the completely empty *scratch*  
buffer and also the tool-bar (which I usually have hidden). The frame  
title seemed to have been initially "Emacs", which soon changed to  
"*GNU Emacs*".

--
Greetings

   Pete

Isn't vi that text editor with two modes... one that beeps and one  
that corrupts your file?
				– Dan Jacobson, on comp.os.linux.advocacy






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

* bug#12390: 24.2.50 ; NS variant of GNU Emacs crashes at launch time
  2012-09-08 20:45   ` Peter Dyballa
@ 2012-09-08 21:09     ` Jan Djärv
  0 siblings, 0 replies; 6+ messages in thread
From: Jan Djärv @ 2012-09-08 21:09 UTC (permalink / raw)
  To: Peter Dyballa; +Cc: 12390

Hello.

The font issue is unrelated, open a separate bug for that.
But I'm afraid you have to debug it yourself, it is most likely something in your environment.  I don't think any Emacs maintainer has 10.4.

	Jan D.
 
8 sep 2012 kl. 22:45 skrev Peter Dyballa <Peter_Dyballa@Freenet.DE>:

> I made a desperate attempt to avoid the optimisation for my processor hardware, but the failure persists:
> 
> 	pete 263 /\  nextstep/Emacs.app/Contents/MacOS/Emacs -Q
> 	*** Warning: font in family 'LucidaSans-Typewriter' not found
> 	*** Warning: font in family 'LucidaSans-Typewriter' not found
> 	Fatal error 10: Bus error
> 	  C-c C-cAbort (core dumped)
> 	Exit 134
> 
> The font family exists:
> 
> 	ftxinstalledfonts -flp | egrep 'Typewri|Locat' | egrep 'Lucida|Locat'
> 	Font    ID      PostScript name 	Full name       Location
> 	20      8813    LucidaSans-TypewriterBoldOblique        Lucida Sans Typewriter Bold Oblique    /System/Library/Frameworks/JavaVM.framework/Versions/1.3.1/Home/lib/fonts/LucidaTypewriterBoldOblique.ttf
> 	201     8997    LucidaSans-TypewriterBold       Lucida Sans Typewriter Bold     /System/Library/Frameworks/JavaVM.framework/Versions/1.3.1/Home/lib/fonts/LucidaTypewriterBold.ttf
> 	202     8999    LucidaSans-TypewriterBold       Lucida Sans Typewriter Bold     /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Home/lib/fonts/LucidaTypewriterBold.ttf
> 	231     9028    LucidaSans-TypewriterOblique    Lucida Sans Typewriter Oblique  /System/Library/Frameworks/JavaVM.framework/Versions/1.3.1/Home/lib/fonts/LucidaTypewriterOblique.ttf
> 	362     9161    LucidaSans-Typewriter   Lucida Sans Typewriter Regular  /System/Library/Frameworks/JavaVM.framework/Versions/1.3.1/Home/lib/fonts/LucidaTypewriterRegular.ttf
> 	363     9163    LucidaSans-Typewriter   Lucida Sans Typewriter Regular  /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Home/lib/fonts/LucidaTypewriterRegular.ttf
> 
> … but maybe I should clean it up!
> 
> In that case only a strip appeared near the upper left corner of the screen. Its width was approximately that of the scroll-bar, the height approximately half of the screen. The strip accepted commands like C-x 5 2 – which produced a second strip.
> 
> 	pete 264 /\  nextstep/Emacs.app/Contents/MacOS/Emacs -q
> 	2012-09-08 22:18:46.348 Emacs[28284] *** -[EmacsImage drawInRect:fromRect:operation:fraction:respectFlipped:hints:]: selector not recognized [self = 0x3a20b10]
> 	2012-09-08 22:18:46.348 Emacs[28284] An uncaught exception was raised
> 	2012-09-08 22:18:46.349 Emacs[28284] *** -[EmacsImage drawInRect:fromRect:operation:fraction:respectFlipped:hints:]: selector not recognized [self = 0x3a20b10]
> 	2012-09-08 22:18:46.349 Emacs[28284] *** Uncaught exception: <NSInvalidArgumentException> *** -[EmacsImage drawInRect:fromRect:operation:fraction:respectFlipped:hints:]: selector not recognized [self = 0x3a20b10]
> 	Fatal error 5: Trace/BPT trapAbort (core dumped)
> 	Exit 134
> 
> The initial frame appeared, showing the completely empty *scratch* buffer and also the tool-bar (which I usually have hidden). The frame title seemed to have been initially "Emacs", which soon changed to "*GNU Emacs*".
> 
> --
> Greetings
> 
>  Pete
> 
> Isn't vi that text editor with two modes... one that beeps and one that corrupts your file?
> 				– Dan Jacobson, on comp.os.linux.advocacy
> 
> 
> 






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

* bug#12390: 24.2.50 ; NS variant of GNU Emacs crashes at launch time
  2012-09-08 20:31 ` Jan Djärv
@ 2012-09-08 23:20   ` Peter Dyballa
  2012-09-09  8:45     ` Jan Djärv
  0 siblings, 1 reply; 6+ messages in thread
From: Peter Dyballa @ 2012-09-08 23:20 UTC (permalink / raw)
  To: Jan Djärv; +Cc: 12390-done


Am 08.09.2012 um 22:31 schrieb Jan Djärv:

> I forgot to check the version on drawInRect (10.6) when I added  
> it.  The oldest I have is 10.6.  I have reintroduced the deprecated  
> method for older versions.


It builds, but it also writes into the Console:

	ns_update_window_end
	ns_update_window_begin
	ns_update_window_end
	ns_update_window_begin
	ns_update_window_end
	ns_update_window_begin
	ns_update_window_end
	ns_update_window_begin
	ns_update_window_end
	-[EmacsWindow constrainFrameRect:toScreen:] 753/25 559/843 => 753/25  
559/843
	-[EmacsView updateFrameSize] 104 559
	-[EmacsWindow constrainFrameRect:toScreen:] 753/12 559/856 => 753/12  
559/856
	-[EmacsView updateFrameSize] 104 559
	-[EmacsView updateFrameSize] 104 559

Particularly the ns_update_window calls don't seem to end.

--
Greetings

   Pete

Bake pizza not war!






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

* bug#12390: 24.2.50 ; NS variant of GNU Emacs crashes at launch time
  2012-09-08 23:20   ` Peter Dyballa
@ 2012-09-09  8:45     ` Jan Djärv
  0 siblings, 0 replies; 6+ messages in thread
From: Jan Djärv @ 2012-09-09  8:45 UTC (permalink / raw)
  To: Peter Dyballa; +Cc: 12390-done


9 sep 2012 kl. 01:20 skrev Peter Dyballa <Peter_Dyballa@Freenet.DE>:

> 
> Am 08.09.2012 um 22:31 schrieb Jan Djärv:
> 
>> I forgot to check the version on drawInRect (10.6) when I added it.  The oldest I have is 10.6.  I have reintroduced the deprecated method for older versions.
> 
> 
> It builds, but it also writes into the Console:
> 
> 	ns_update_window_end
> 	ns_update_window_begin
> 	ns_update_window_end
> 	ns_update_window_begin
> 	ns_update_window_end
> 	ns_update_window_begin
> 	ns_update_window_end
> 	ns_update_window_begin
> 	ns_update_window_end
> 	-[EmacsWindow constrainFrameRect:toScreen:] 753/25 559/843 => 753/25 559/843
> 	-[EmacsView updateFrameSize] 104 559
> 	-[EmacsWindow constrainFrameRect:toScreen:] 753/12 559/856 => 753/12 559/856
> 	-[EmacsView updateFrameSize] 104 559
> 	-[EmacsView updateFrameSize] 104 559
> 
> Particularly the ns_update_window calls don't seem to end.
> 

Sorry, my fault.   Now fixed.

	Jan D.






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

end of thread, other threads:[~2012-09-09  8:45 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-08 19:17 bug#12390: 24.2.50 ; NS variant of GNU Emacs crashes at launch time Peter Dyballa
2012-09-08 20:31 ` Jan Djärv
2012-09-08 23:20   ` Peter Dyballa
2012-09-09  8:45     ` Jan Djärv
     [not found] ` <handler.12390.B.13471320339683.ack@debbugs.gnu.org>
2012-09-08 20:45   ` Peter Dyballa
2012-09-08 21:09     ` Jan Djärv

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.