unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Arvind Devarajan <arvind.devarajan@outlook.com>
To: Eli Zaretskii <eliz@gnu.org>
Cc: "12621@debbugs.gnu.org" <12621@debbugs.gnu.org>
Subject: bug#12621: Win32 (Ver:24.2); Crashes when files from shared folders are accessed
Date: Tue, 16 Oct 2012 19:09:42 +0530	[thread overview]
Message-ID: <BLU402-EAS1465DC7F7FA76C676F09C5A94700@phx.gbl> (raw)
In-Reply-To: <COL401-EAS402CE7A6C3D6FBDB96691B5948D0@phx.gbl>

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


Thanks for reply. I got something interesting:
1) Problem does not occur in the development snapshot
2) I anyway collected the backtrace via MinGW gdb. I can just take the development snapshot, but I think it might be interesting for you to know the reason:

(gdb) bt

#0  0x77e82fed in RPCRT4!I_RpcNegotiateTransferSyntax ()

   from C:\WINNT\system32\rpcrt4.dll

#1  0x77e7a741 in RPCRT4!NdrAllocate () from C:\WINNT\system32\rpcrt4.dll

#2  0x77e7f64c in RPCRT4!NdrConformantStructBufferSize ()

   from C:\WINNT\system32\rpcrt4.dll

#3  0x77e7ae23 in RPCRT4!NdrpMemoryIncrement ()

   from C:\WINNT\system32\rpcrt4.dll

#4  0x77e89a57 in RpcBindingSetAuthInfoExW ()

   from C:\WINNT\system32\rpcrt4.dll

#5  0x77e899d2 in RpcBindingSetAuthInfoExW ()

   from C:\WINNT\system32\rpcrt4.dll

#6  0x77e89c5c in RpcBindingSetAuthInfoExW ()

   from C:\WINNT\system32\rpcrt4.dll

#7  0x77e7cc59 in RPCRT4!NdrConformantArrayBufferSize ()

   from C:\WINNT\system32\rpcrt4.dll

#8  0x77e7ae23 in RPCRT4!NdrpMemoryIncrement ()

   from C:\WINNT\system32\rpcrt4.dll

#9  0x77e86d08 in RPCRT4!NdrComplexStructFree ()

   from C:\WINNT\system32\rpcrt4.dll

#10 0x77e718cc in SimpleTypeMemorySize () from C:\WINNT\system32\rpcrt4.dll

#11 0x00819518 in ?? ()

#12 0x77ef55cc in RPCRT4!CStdStubBuffer_CountRefs ()

   from C:\WINNT\system32\rpcrt4.dll

#13 0x77de5ab8 in LsaICLookupSids () from C:\WINNT\system32\advapi32.dll

#14 0x77ddf4b0 in GetSidLengthRequired () from C:\WINNT\system32\advapi32.dll

#15 0x77de5a67 in LsaICLookupSids () from C:\WINNT\system32\advapi32.dll

#16 0x0086d600 in ?? ()

#17 0x77de58f6 in LsaLookupSids () from C:\WINNT\system32\advapi32.dll

#18 0x77de57a7 in LookupAccountSidW () from C:\WINNT\system32\advapi32.dll

#19 0x77e0d99b in LookupAccountSidA () from C:\WINNT\system32\advapi32.dll

#20 0x01029dfb in lookup_account_sid@28 ()

#21 0x0102a10d in get_name_and_id ()

#22 0x0102a284 in get_file_owner_and_group ()

#23 0x0102c2a7 in stat ()

#24 0x0103bdf7 in Finsert_file_contents ()

#25 0x0100ee96 in Ffuncall ()

#26 0x0107139d in exec_byte_code ()

#27 0x01071f9a in Fbyte_code ()

#28 0x0100e48d in eval_sub ()

#29 0x0101111b in internal_lisp_condition_case ()

#30 0x01070ae5 in exec_byte_code ()

#31 0x0100e9ec in funcall_lambda ()

#32 0x0100ed43 in Ffuncall ()

#33 0x0107139d in exec_byte_code ()

#34 0x0100e9ec in funcall_lambda ()

#35 0x0100ed43 in Ffuncall ()

#36 0x0107139d in exec_byte_code ()

#37 0x0100e9ec in funcall_lambda ()

#38 0x0100ed43 in Ffuncall ()

#39 0x0107139d in exec_byte_code ()

#40 0x0100e9ec in funcall_lambda ()

#41 0x0100ed43 in Ffuncall ()

#42 0x0107139d in exec_byte_code ()

#43 0x0100e9ec in funcall_lambda ()

#44 0x0100ed43 in Ffuncall ()

#45 0x0107139d in exec_byte_code ()

#46 0x01071f9a in Fbyte_code ()

#47 0x0100e48d in eval_sub ()

#48 0x0100d4fb in internal_catch ()

#49 0x01070b2b in exec_byte_code ()

#50 0x0100e9ec in funcall_lambda ()

#51 0x0100ed43 in Ffuncall ()

#52 0x0107139d in exec_byte_code ()

#53 0x0100e9ec in funcall_lambda ()

#54 0x0100ed43 in Ffuncall ()

#55 0x0100f1fe in call1 ()

#56 0x0104c4cd in mapcar1 ()

#57 0x0104f6db in Fmapc ()

#58 0x0100eef0 in Ffuncall ()

#59 0x0107139d in exec_byte_code ()

#60 0x0100e9ec in funcall_lambda ()

#61 0x0100ed43 in Ffuncall ()

#62 0x010728ec in Fcall_interactively ()

#63 0x0100eed9 in Ffuncall ()

#64 0x0100f1a0 in call3 ()

#65 0x010259e5 in command_loop_1 ()

#66 0x0100d5b1 in internal_condition_case ()

#67 0x0101cf14 in command_loop_2 ()

#68 0x0100d4fb in internal_catch ()

#69 0x0101dc8c in recursive_edit_1 ()

#70 0x0101df14 in Frecursive_edit ()

#71 0x011a1c47 in main ()

A debugging session is active.



                Inferior 1 [process 7112] will be killed.



Quit anyway? (y or n)



________________________________
From: Eli Zaretskii
Sent: 16-10-2012 01:26
To: arvind.devarajan@outlook.com
Cc: 12621@debbugs.gnu.org
Subject: Re: bug#12621: Win32 (Ver:24.2); Crashes when files from shared folders are accessed

Please also try setting w32-get-true-file-attributes to t before you
type "C-x C-f" to open a remote file.  Does that crash as well?

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

  parent reply	other threads:[~2012-10-16 13:39 UTC|newest]

Thread overview: 54+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-10-11  3:32 bug#12621: Win32 (Ver:24.2); Crashes when files from shared folders are accessed Arvind Devarajan
2012-10-11  8:38 ` bug#12621: Acknowledgement (Win32 (Ver:24.2); Crashes when files from shared folders are accessed) Arvind Devarajan
2012-10-11 17:11   ` bug#12621: Win32 (Ver:24.2); Crashes when files from shared folders are accessed Eli Zaretskii
2012-10-16 13:39 ` Arvind Devarajan [this message]
2012-10-16 17:32   ` Eli Zaretskii
2012-10-22 10:19 ` Arvind Devarajan
2012-10-22 17:14   ` Eli Zaretskii
2012-10-23 12:16 ` Arvind Devarajan
2012-10-23 16:24   ` Eli Zaretskii
2012-12-13 10:22 ` bug#12621: Emacs 24.1 crashing on Win7 Arunas Ruksnaitis
2012-12-13 18:04   ` Eli Zaretskii
2012-12-13 18:30     ` Arunas Ruksnaitis
2012-12-13 19:05       ` Eli Zaretskii
2012-12-13 19:13         ` Eli Zaretskii
2012-12-13 21:09           ` Arūnas Rukšnaitis
2012-12-14  9:16             ` Eli Zaretskii
2012-12-14 14:07               ` Eli Zaretskii
2013-02-19 18:53               ` Glenn Morris
2013-02-19 21:00                 ` Eli Zaretskii
2012-12-13 18:41     ` Arunas Ruksnaitis
2012-12-13 19:08       ` Eli Zaretskii
2012-12-14 15:22       ` bug#12621: Emacs 24.1 crashing on Lose7 Richard Stallman
2012-12-14 18:31         ` Arunas Ruksnaitis
2012-12-15  0:36         ` bug#12621: Emacs 24.1 crashing on Windows 7 Andy Moreton
2012-12-15  8:16           ` Eli Zaretskii
2012-12-15 19:46             ` Richard Stallman
2012-12-15 20:03               ` Eli Zaretskii
2012-12-15 20:41                 ` Drew Adams
2012-12-16 21:23                 ` Richard Stallman
2012-12-15 20:45               ` Daniel Colascione
2012-12-16 21:23                 ` Richard Stallman
2012-12-17  2:03                   ` Dmitry Gutov
2012-12-17  2:19                     ` Daniel Colascione
2012-12-17  2:30                       ` Dmitry Gutov
2012-12-17 23:46                       ` Richard Stallman
2012-12-16 22:05           ` Stefan Monnier
2012-12-16 22:26             ` Drew Adams
2012-12-16 22:36               ` Drew Adams
2012-12-16 23:04               ` Juanma Barranquero
2012-12-17  0:04               ` Stephen Berman
2012-12-17  0:17                 ` Bastien
2012-12-17  1:38                   ` Drew Adams
2012-12-17  1:42                     ` Drew Adams
2012-12-17 23:46                     ` Richard Stallman
2012-12-18  9:35                       ` Bastien
2012-12-18 18:30                         ` Richard Stallman
2012-12-18 18:48                           ` Bastien
2012-12-17  0:43                 ` Juanma Barranquero
     [not found]                 ` <mailman.15500.1355705095.855.bug-gnu-emacs@gnu.org>
2012-12-17  1:01                   ` Burton Samograd
2012-12-17  2:11                 ` Daniel Colascione
2012-12-17 23:46                 ` Richard Stallman
2012-12-17  1:55             ` Dmitry Gutov
     [not found] <DUB403-EAS277CFE0434E3728A8B980B494710@phx.gbl>
2012-10-15 17:44 ` bug#12621: Win32 (Ver:24.2); Crashes when files from shared folders are accessed Eli Zaretskii
2012-10-15 19:55   ` Eli Zaretskii

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

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=BLU402-EAS1465DC7F7FA76C676F09C5A94700@phx.gbl \
    --to=arvind.devarajan@outlook.com \
    --cc=12621@debbugs.gnu.org \
    --cc=eliz@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 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).