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

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

bug#16132: Crash on Windows


From: Eli Zaretskii
Subject: bug#16132: Crash on Windows
Date: Sat, 14 Dec 2013 08:58:45 +0200

> From: Andy Moreton <andrewjmoreton@gmail.com>
> Date: Fri, 13 Dec 2013 22:04:53 +0000
> 
> On Fri 13 Dec 2013, Eli Zaretskii wrote:
> 
> >> Mingw build of emacs from r115506 running on win7 64bit. Emacs displayed
> >> the abort dialog during startup, while desktop mode was restoring
> >> buffers. Attaching a debugger:
> >
> > Please start Emacs from the debugger, and tell what kind of backtrace
> > you see then.  The backtrace you collected is not very informative.
> 
> I tried that before sending the report - it was an even less informative
> SEGV. I've not had much success with gdb recently, and have not yet
> determined what chaegs to emacs or the toolchain are responsible.

Sorry for asking the obvious: you did check all the threads before
deciding that the backtraces are not useful?

> >> Lisp Backtrace:
> >> "file-system-info" (0x88d2dc)
> >
> > It would be good to step into file-system-info and see what goes wrong
> > there.
> 
> I'll report back if I can persuade gdb to report anything more useful.

At the very least, you should be able to set a breakpoint in
Ffile_system_info, and step through that function when it breaks.
Assuming there aren't too many buffers in Dired mode in your desktop
file, you should be able to do that without too much hassle.

Thanks.





reply via email to

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