unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#13932: 24.3.50; NS: Emacs crashes when using panel
@ 2013-03-12 10:30 Darren Hoo
  2013-03-16 13:52 ` Jan Djärv
  0 siblings, 1 reply; 2+ messages in thread
From: Darren Hoo @ 2013-03-12 10:30 UTC (permalink / raw)
  To: 13932

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

Command-o, when the file selection panel pops up select an directory and
click open, Emacs crashes, it is expected to enter into this directory


$ lldb nextstep/Emacs.app/Contents/MacOS/Emacs
Current executable set to 'nextstep/Emacs.app/Contents/MacOS/Emacs'
(x86_64).
(lldb) run
Process 12942 launched:
'/Volumes/disk/Sources/emacs/nextstep/Emacs.app/Contents/MacOS/Emacs'
(x86_64)
2013-03-12 18:26:35.533 Emacs[12942:f0b] *** WARNING: Method
userSpaceScaleFactor in class NSWindow is deprecated on 10.7 and later. It
should not be used in new applications. Use convertRectToBacking: instead.
Process 12942 stopped
* thread #1: tid = 0x1c03, 0x00007fff8ed75650 libsystem_c.dylib`strlen +
16, stop reason = EXC_BAD_ACCESS (code=1, address=0x0)
    frame #0: 0x00007fff8ed75650 libsystem_c.dylib`strlen + 16
libsystem_c.dylib`strlen + 16:
-> 0x7fff8ed75650:  pcmpeqb(%rdi), %xmm0
   0x7fff8ed75654:  andl   $15, %ecx
   0x7fff8ed75657:  shll   %cl, %eax
   0x7fff8ed75659:  pmovmskb%xmm0, %ecx
(lldb) bt
* thread #1: tid = 0x1c03, 0x00007fff8ed75650 libsystem_c.dylib`strlen +
16, stop reason = EXC_BAD_ACCESS (code=1, address=0x0)
    frame #0: 0x00007fff8ed75650 libsystem_c.dylib`strlen + 16
    frame #1: 0x000000010018ed47 Emacs`Fns_read_file_name [inlined]
build_string(str=0x0000000000000000) + 8 at lisp.h:3066
    frame #2: 0x000000010018ed3f Emacs`Fns_read_file_name(, dir=4310933248,
mustmatch=140734799802432, init=4320145466, dir_only_p=0) + 783 at
nsfns.m:1539
    frame #3: 0x0000000100114207 Emacs`Ffuncall(, args=0x000000010011436c)
+ 1047 at eval.c:2691
    frame #4: 0x000000010014b518 Emacs`exec_byte_code(,
vector=140734799802800, maxdepth=0, args_template=0, nargs=4300775328,
args=0x000000010050eba0) + 1992 at bytecode.c:902
    frame #5: 0x0000000100114297 Emacs`Ffuncall(, args=0x000000010432dfea)
+ 1191 at eval.c:2724
    frame #6: 0x0000000100116316 Emacs`apply1(fn=4365410282) + 38 at
eval.c:2436
    frame #7: 0x000000010011018a
Emacs`Fcall_interactively(function=140734799803216,
record_flag=140734799803216, keys=140734799803216) + 1418 at callint.c:377
    frame #8: 0x00000001001141d3 Emacs`Ffuncall(, args=0x000000010011436c)
+ 995 at eval.c:2682
    frame #9: 0x000000010014b518 Emacs`exec_byte_code(,
vector=140734799803584, maxdepth=0, args_template=4299906395,
nargs=4300775328, args=0x000000010050eba0) + 1992 at bytecode.c:902
    frame #10: 0x0000000100114297 Emacs`Ffuncall(, args=0x00000001018115ba)
+ 1191 at eval.c:2724
    frame #11: 0x00000001001175ee Emacs`call1() + 30 at eval.c:2469
    frame #12: 0x00000001000aef95 Emacs`command_loop_1 + 1557 at
keyboard.c:1586
    frame #13: 0x0000000100115c19
Emacs`internal_condition_case(bfun=0x00000001000ae980, handlers=4320211610,
hfun=0x00000001000afe10) + 297 at eval.c:1193
    frame #14: 0x00000001000ae95e Emacs`command_loop_2() + 62 at
keyboard.c:1173
    frame #15: 0x0000000100115d15 Emacs`internal_catch(,
func=0x00000001000ae920) + 213 at eval.c:964
    frame #16: 0x00000001000b0390 Emacs`recursive_edit_1 [inlined]
command_loop + 96 at keyboard.c:1152
    frame #17: 0x00000001000b0330 Emacs`recursive_edit_1 + 144 at
keyboard.c:785
    frame #18: 0x00000001000a197d Emacs`Frecursive_edit + 237 at
keyboard.c:849
    frame #19: 0x000000010009e865 Emacs`main(argc=5808032,
argv=0x00007fff5fbffb70) + 5973 at emacs.c:1530
    frame #20: 0x00007fff8cca47e1 libdyld.dylib`start + 1
(lldb) f 2
frame #2: 0x000000010018ed3f Emacs`Fns_read_file_name(, dir=4310933248,
mustmatch=140734799802432, init=4320145466, dir_only_p=0) + 783 at
nsfns.m:1539
   1536  ret = (ret == NSOKButton) || panelOK;
   1537
   1538  if (ret)
-> 1539    fname = build_string ([[panel filename] UTF8String]);
   1540
   1541  [[FRAME_NS_VIEW (SELECTED_FRAME ()) window] makeKeyWindow];
   1542  unblock_input ();
(lldb)



In GNU Emacs 24.3.50.1 (x86_64-apple-darwin12.2.1, NS apple-appkit-1187.34)
 of 2013-03-06 on Darren-rMBP
Bzr revision: 112020 eggert@cs.ucla.edu-20130312024008-spfyp6t2t44ncr46a
Windowing system distributor `Apple', version 10.3.1187
Configured using:
 `configure --with-ns'

[-- Attachment #2: Type: text/html, Size: 5151 bytes --]

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

* bug#13932: 24.3.50; NS: Emacs crashes when using panel
  2013-03-12 10:30 bug#13932: 24.3.50; NS: Emacs crashes when using panel Darren Hoo
@ 2013-03-16 13:52 ` Jan Djärv
  0 siblings, 0 replies; 2+ messages in thread
From: Jan Djärv @ 2013-03-16 13:52 UTC (permalink / raw)
  To: Darren Hoo; +Cc: 13932-done

Hello.

This has been fixed in the trunk.

	Jan D.

12 mar 2013 kl. 11:30 skrev Darren Hoo <darren.hoo@gmail.com>:

> Command-o, when the file selection panel pops up select an directory and
> click open, Emacs crashes, it is expected to enter into this directory
> 
> 
> $ lldb nextstep/Emacs.app/Contents/MacOS/Emacs 
> Current executable set to 'nextstep/Emacs.app/Contents/MacOS/Emacs' (x86_64).
> (lldb) run
> Process 12942 launched: '/Volumes/disk/Sources/emacs/nextstep/Emacs.app/Contents/MacOS/Emacs' (x86_64)
> 2013-03-12 18:26:35.533 Emacs[12942:f0b] *** WARNING: Method userSpaceScaleFactor in class NSWindow is deprecated on 10.7 and later. It should not be used in new applications. Use convertRectToBacking: instead. 
> Process 12942 stopped
> * thread #1: tid = 0x1c03, 0x00007fff8ed75650 libsystem_c.dylib`strlen + 16, stop reason = EXC_BAD_ACCESS (code=1, address=0x0)
>     frame #0: 0x00007fff8ed75650 libsystem_c.dylib`strlen + 16
> libsystem_c.dylib`strlen + 16:
> -> 0x7fff8ed75650:  pcmpeqb(%rdi), %xmm0
>    0x7fff8ed75654:  andl   $15, %ecx
>    0x7fff8ed75657:  shll   %cl, %eax
>    0x7fff8ed75659:  pmovmskb%xmm0, %ecx
> (lldb) bt
> * thread #1: tid = 0x1c03, 0x00007fff8ed75650 libsystem_c.dylib`strlen + 16, stop reason = EXC_BAD_ACCESS (code=1, address=0x0)
>     frame #0: 0x00007fff8ed75650 libsystem_c.dylib`strlen + 16
>     frame #1: 0x000000010018ed47 Emacs`Fns_read_file_name [inlined] build_string(str=0x0000000000000000) + 8 at lisp.h:3066
>     frame #2: 0x000000010018ed3f Emacs`Fns_read_file_name(, dir=4310933248, mustmatch=140734799802432, init=4320145466, dir_only_p=0) + 783 at nsfns.m:1539
>     frame #3: 0x0000000100114207 Emacs`Ffuncall(, args=0x000000010011436c) + 1047 at eval.c:2691
>     frame #4: 0x000000010014b518 Emacs`exec_byte_code(, vector=140734799802800, maxdepth=0, args_template=0, nargs=4300775328, args=0x000000010050eba0) + 1992 at bytecode.c:902
>     frame #5: 0x0000000100114297 Emacs`Ffuncall(, args=0x000000010432dfea) + 1191 at eval.c:2724
>     frame #6: 0x0000000100116316 Emacs`apply1(fn=4365410282) + 38 at eval.c:2436
>     frame #7: 0x000000010011018a Emacs`Fcall_interactively(function=140734799803216, record_flag=140734799803216, keys=140734799803216) + 1418 at callint.c:377
>     frame #8: 0x00000001001141d3 Emacs`Ffuncall(, args=0x000000010011436c) + 995 at eval.c:2682
>     frame #9: 0x000000010014b518 Emacs`exec_byte_code(, vector=140734799803584, maxdepth=0, args_template=4299906395, nargs=4300775328, args=0x000000010050eba0) + 1992 at bytecode.c:902
>     frame #10: 0x0000000100114297 Emacs`Ffuncall(, args=0x00000001018115ba) + 1191 at eval.c:2724
>     frame #11: 0x00000001001175ee Emacs`call1() + 30 at eval.c:2469
>     frame #12: 0x00000001000aef95 Emacs`command_loop_1 + 1557 at keyboard.c:1586
>     frame #13: 0x0000000100115c19 Emacs`internal_condition_case(bfun=0x00000001000ae980, handlers=4320211610, hfun=0x00000001000afe10) + 297 at eval.c:1193
>     frame #14: 0x00000001000ae95e Emacs`command_loop_2() + 62 at keyboard.c:1173
>     frame #15: 0x0000000100115d15 Emacs`internal_catch(, func=0x00000001000ae920) + 213 at eval.c:964
>     frame #16: 0x00000001000b0390 Emacs`recursive_edit_1 [inlined] command_loop + 96 at keyboard.c:1152
>     frame #17: 0x00000001000b0330 Emacs`recursive_edit_1 + 144 at keyboard.c:785
>     frame #18: 0x00000001000a197d Emacs`Frecursive_edit + 237 at keyboard.c:849
>     frame #19: 0x000000010009e865 Emacs`main(argc=5808032, argv=0x00007fff5fbffb70) + 5973 at emacs.c:1530
>     frame #20: 0x00007fff8cca47e1 libdyld.dylib`start + 1
> (lldb) f 2
> frame #2: 0x000000010018ed3f Emacs`Fns_read_file_name(, dir=4310933248, mustmatch=140734799802432, init=4320145466, dir_only_p=0) + 783 at nsfns.m:1539
>    1536	  ret = (ret == NSOKButton) || panelOK;
>    1537	
>    1538	  if (ret)
> -> 1539	    fname = build_string ([[panel filename] UTF8String]);
>    1540	
>    1541	  [[FRAME_NS_VIEW (SELECTED_FRAME ()) window] makeKeyWindow];
>    1542	  unblock_input ();
> (lldb) 
> 
> 
> 
> In GNU Emacs 24.3.50.1 (x86_64-apple-darwin12.2.1, NS apple-appkit-1187.34)
>  of 2013-03-06 on Darren-rMBP
> Bzr revision: 112020 eggert@cs.ucla.edu-20130312024008-spfyp6t2t44ncr46a
> Windowing system distributor `Apple', version 10.3.1187
> Configured using:
>  `configure --with-ns'
> 
> 






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

end of thread, other threads:[~2013-03-16 13:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-03-12 10:30 bug#13932: 24.3.50; NS: Emacs crashes when using panel Darren Hoo
2013-03-16 13:52 ` Jan Djärv

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