bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Crash when using scroll bar in Carbon port (keyboard.c:3010)


From: David Reitter
Subject: Re: Crash when using scroll bar in Carbon port (keyboard.c:3010)
Date: Thu, 3 Jan 2008 20:18:38 +0000

Further to my message below, I have reproduced the bug by loading the attached file, making the frame small and scrolling back and forth with the scrollbar. The two stack traces looks different, though.

The mode-line reads PDFLaTeX/F Ref BCite ll Noweb NWFL for this file.

The problem appears to be related to Noweb Mode, which seems to come with R-mode. It switches back and forth between LaTeX-mode (from AUCTeX), fundamental-mode and ESS-mode. (Problem is only reproducible is noweb-mode is on.)

Secondly, changing the major mode triggers a few things in `aquamacs- styles-mode': different faces and frame parameters are applied to the frame that displays a window with that buffer. But of course that shouldn't crash Emacs...



Attachment: trial.Rnw
Description: Binary data




Process:         Aquamacs Emacs [3138]
Path: /Applications/Aquamacs Emacs.app/Contents/MacOS/ Aquamacs Emacs
Identifier:      org.gnu.AquamacsEmacs
Version:         Aquamacs 1.2CVS, GNU Emacs 22 (1.2a)
Code Type:       X86 (Native)
Parent Process:  launchd [107]

Date/Time:       2008-01-03 20:05:46.982 +0000
OS Version:      Mac OS X 10.5.1 (9B18)
Report Version:  6

Exception Type:  EXC_CRASH (SIGABRT)
Exception Codes: 0x0000000000000000, 0x0000000000000000
Crashed Thread:  0

Thread 0 Crashed:
0   libSystem.B.dylib                   0x94a7d47a __kill + 10
1 org.gnu.AquamacsEmacs 0x000775fb fatal_error_signal + 152 (emacs.c:399)
2   libSystem.B.dylib                   0x94a7b97b _sigtramp + 43
3   ???                                 0xffffffff 0 + 4294967295
4   libSystem.B.dylib                   0x94af4782 raise + 26
5   libSystem.B.dylib                   0x94b03d3f abort + 73
6 org.gnu.AquamacsEmacs 0x000d1fb3 wrong_type_argument + 28 (data.c:121) 7 org.gnu.AquamacsEmacs 0x0000ca9a do_switch_frame + 125 (frame.c:647) 8 org.gnu.AquamacsEmacs 0x0000cd18 Fhandle_switch_frame + 84 (frame.c:778) 9 org.gnu.AquamacsEmacs 0x000e6bcd Ffuncall + 958 (eval.c: 2998) 10 org.gnu.AquamacsEmacs 0x000e3c4b Fcall_interactively + 5844 (callint.c:862) 11 org.gnu.AquamacsEmacs 0x0007ead5 Fcommand_execute + 270 (keyboard.c:10065) 12 org.gnu.AquamacsEmacs 0x00086e82 command_loop_1 + 970 (keyboard.c:1879) 13 org.gnu.AquamacsEmacs 0x000e4e22 internal_condition_case + 245 (eval.c:1483) 14 org.gnu.AquamacsEmacs 0x0007940d command_loop_2 + 68 (keyboard.c:1334) 15 org.gnu.AquamacsEmacs 0x000e4d13 internal_catch + 171 (eval.c:1223) 16 org.gnu.AquamacsEmacs 0x000791e7 command_loop + 170 (keyboard.c:1313) 17 org.gnu.AquamacsEmacs 0x0007929b recursive_edit_1 + 140 (keyboard.c:1010) 18 org.gnu.AquamacsEmacs 0x0007938a Frecursive_edit + 139 (keyboard.c:1072)
19  org.gnu.AquamacsEmacs               0x0007856c main + 2311 (emacs.c:1772)
20  org.gnu.AquamacsEmacs               0x00002146 _start + 228 (crt.c:272)
21  org.gnu.AquamacsEmacs               0x00002061 start + 41

Thread 1:
0   libSystem.B.dylib                   0x94a5ef5a select$DARWIN_EXTSN + 10
1   libSystem.B.dylib                   0x94a40075 _pthread_start + 321
2   libSystem.B.dylib                   0x94a3ff32 thread_start + 34

Thread 0 crashed with X86 Thread State (32-bit):
  eax: 0x00000000  ebx: 0x00077570  ecx: 0xbffff03c  edx: 0x94a7d47a
  edi: 0x02826819  esi: 0x00000006  ebp: 0xbffff058  esp: 0xbffff03c
   ss: 0x0000001f  efl: 0x00000282  eip: 0x94a7d47a   cs: 0x00000007
   ds: 0x0000001f   es: 0x0000001f   fs: 0x00000000   gs: 0x00000037
  cr2: 0x0c36d000


second crash:

Process:         Aquamacs Emacs [3697]
Path: /Applications/Aquamacs Emacs.app/Contents/MacOS/ Aquamacs Emacs
Identifier:      org.gnu.AquamacsEmacs
Version:         Aquamacs 1.2CVS, GNU Emacs 22 (1.2a)
Code Type:       X86 (Native)
Parent Process:  launchd [107]

Date/Time:       2008-01-03 20:10:06.132 +0000
OS Version:      Mac OS X 10.5.1 (9B18)
Report Version:  6

Exception Type:  EXC_BAD_ACCESS (SIGBUS)
Exception Codes: KERN_PROTECTION_FAILURE at 0x0000000000000000
Crashed Thread:  0

Thread 0 Crashed:
0   libSystem.B.dylib                   0x94a7d47a __kill + 10
1 org.gnu.AquamacsEmacs 0x000775fb fatal_error_signal + 152 (emacs.c:399)
2   libSystem.B.dylib                   0x94a7b97b _sigtramp + 43
3   ???                                 0xffffffff 0 + 4294967295
4 org.gnu.AquamacsEmacs 0x0008428b read_char + 4950 (keyboard.c:3010) 5 org.gnu.AquamacsEmacs 0x00085487 read_key_sequence + 2118 (keyboard.c:9164) 6 org.gnu.AquamacsEmacs 0x00086ca6 command_loop_1 + 494 (keyboard.c:1624) 7 org.gnu.AquamacsEmacs 0x000e4e22 internal_condition_case + 245 (eval.c:1483) 8 org.gnu.AquamacsEmacs 0x0007940d command_loop_2 + 68 (keyboard.c:1334) 9 org.gnu.AquamacsEmacs 0x000e4d13 internal_catch + 171 (eval.c:1223) 10 org.gnu.AquamacsEmacs 0x000791e7 command_loop + 170 (keyboard.c:1313) 11 org.gnu.AquamacsEmacs 0x0007929b recursive_edit_1 + 140 (keyboard.c:1010) 12 org.gnu.AquamacsEmacs 0x0007938a Frecursive_edit + 139 (keyboard.c:1072)
13  org.gnu.AquamacsEmacs               0x0007856c main + 2311 (emacs.c:1772)
14  org.gnu.AquamacsEmacs               0x00002146 _start + 228 (crt.c:272)
15  org.gnu.AquamacsEmacs               0x00002061 start + 41

Thread 1:
0   libSystem.B.dylib                   0x94a5ef5a select$DARWIN_EXTSN + 10
1   libSystem.B.dylib                   0x94a40075 _pthread_start + 321
2   libSystem.B.dylib                   0x94a3ff32 thread_start + 34

Thread 0 crashed with X86 Thread State (32-bit):
  eax: 0x00000000  ebx: 0x00077570  ecx: 0xbfffefbc  edx: 0x94a7d47a
  edi: 0x02800409  esi: 0x0000000a  ebp: 0xbfffefd8  esp: 0xbfffefbc
   ss: 0x0000001f  efl: 0x00000286  eip: 0x94a7d47a   cs: 0x00000007
   ds: 0x0000001f   es: 0x0000001f   fs: 0x00000000   gs: 0x00000037
  cr2: 0x00000000




On 3 Jan 2008, at 19:39, David Reitter wrote:

I've been getting reports of crashes both with an October-2007 build and with a more recent CVS build of Carbon Emacs (plus patches), which happen when the users scrolls around a buffer with the scroll bar. I can't reproduce this.

Details as provided by Hank Stevens are below, including a stack trace.

- David






reply via email to

[Prev in Thread] Current Thread [Next in Thread]