all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#18775: 25.0.50.1; emacs built on windows 7 exits immediately
@ 2014-10-19 19:22 Vincent Belaïche
  2014-10-20  2:36 ` Eli Zaretskii
  0 siblings, 1 reply; 2+ messages in thread
From: Vincent Belaïche @ 2014-10-19 19:22 UTC (permalink / raw)
  To: 18775

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

Hello,

Bellow all quotations by indented by 4 spaces.

I send this report w/o using Emacs because the version which I built for Windows 7 exits immediately.

If I type 

    emacs.exe --version

I get this:

    GNU Emacs 25.0.50.1
    Copyright (C) 2014 Free Software Foundation, Inc.
    GNU Emacs comes with ABSOLUTELY NO WARRANTY.
    You may redistribute copies of Emacs
    under the terms of the GNU General Public License.
    For more information about these matters, see the file named COPYING.

If I type

    runemacs.exe -Q

then is exits without any Windows crash windows, nor any output

If I type the following

    emacs.exe -Q

Then I get on std error the following

    Odd length text property list

And if immediately after this I type

    echo %ERRORLEVEL%


Then I get on std out the following

    -1

attached is a log of a gdb session.

Note: this is not the very latest version of Emacs but a fairly recent one (less than a couple of months) which I tried to build. If you like I can try and make some build log for you.

VBR,
   Vincent.


 		 	   		  

[-- Attachment #2: log.txt --]
[-- Type: text/plain, Size: 2281 bytes --]

GNU gdb (GDB) 7.7.1
Copyright (C) 2014 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "i686-w64-mingw32".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
<http://www.gnu.org/software/gdb/documentation/>.
For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from c:\Nos_Programmes\GNU\Emacs\bin\emacs.exe...done.
warning: File "C:\Programmes\installation\emacs-install\emacs\trunk\src\.gdbinit" auto-loading has been declined by your `auto-load safe-path' set to "$debugdir:$datadir/auto-load".
To enable execution of this file add
	add-auto-load-safe-path C:\Programmes\installation\emacs-install\emacs\trunk\src\.gdbinit
line to your configuration file "$HOME/.gdbinit".
To completely disable this security protection add
	set auto-load safe-path /
line to your configuration file "$HOME/.gdbinit".
For more information about this security protection see the
"Auto-loading safe path" section in the GDB manual.  E.g., run from the shell:
	info "(gdb)Auto-loading safe path"
(gdb) run -Q
Starting program: c:\Nos_Programmes\GNU\Emacs\bin\emacs.exe -Q
[New Thread 3076.0x19f0]
[New Thread 3076.0x1e80]
[New Thread 3076.0x1064]
[New Thread 3076.0x1f58]
warning: O
warning: d
warning: d
warning:  
warning: l
warning: e
warning: n
warning: g
warning: t
warning: h
warning:  
warning: t
warning: e
warning: x
warning: t
warning:  
warning: p
warning: r
warning: o
warning: p
warning: e
warning: r
warning: t
warning: y
warning:  
warning: l
warning: i
warning: s
warning: t
warning: 

Odd length text property list
[Thread 3076.0x1064 exited with code 0]
[Thread 3076.0x1e80 exited with code 4294967295]
[Thread 3076.0x1f58 exited with code 4294967295]
[Inferior 1 (process 3076) exited with code 037777777777]
(gdb) bt full
No stack.
(gdb) quit

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

* bug#18775: 25.0.50.1; emacs built on windows 7 exits immediately
  2014-10-19 19:22 bug#18775: 25.0.50.1; emacs built on windows 7 exits immediately Vincent Belaïche
@ 2014-10-20  2:36 ` Eli Zaretskii
  0 siblings, 0 replies; 2+ messages in thread
From: Eli Zaretskii @ 2014-10-20  2:36 UTC (permalink / raw)
  To: Vincent Belaïche; +Cc: 18775-done

> From: Vincent Belaïche <vincent.b.1@hotmail.fr>
> Date: Sun, 19 Oct 2014 21:22:05 +0200
> 
> I send this report w/o using Emacs because the version which I built for Windows 7 exits immediately.
> 
> If I type 
> 
>     emacs.exe --version
> 
> I get this:
> 
>     GNU Emacs 25.0.50.1
>     Copyright (C) 2014 Free Software Foundation, Inc.
>     GNU Emacs comes with ABSOLUTELY NO WARRANTY.
>     You may redistribute copies of Emacs
>     under the terms of the GNU General Public License.
>     For more information about these matters, see the file named COPYING.
> 
> If I type
> 
>     runemacs.exe -Q
> 
> then is exits without any Windows crash windows, nor any output
> 
> If I type the following
> 
>     emacs.exe -Q
> 
> Then I get on std error the following
> 
>     Odd length text property list
> 
> And if immediately after this I type
> 
>     echo %ERRORLEVEL%
> 
> 
> Then I get on std out the following
> 
>     -1
> 
> attached is a log of a gdb session.
> 
> Note: this is not the very latest version of Emacs but a fairly recent one (less than a couple of months) which I tried to build. If you like I can try and make some build log for you.

Please use the latest version of the trunk.  Several problems that
resulted in exactly the behavior you describe were fixed lately, one
of them just a couple of days ago.

I'm closing this bug.  Feel free to reopen if the latest trunk still
exhibits this behavior.





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

end of thread, other threads:[~2014-10-20  2:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-19 19:22 bug#18775: 25.0.50.1; emacs built on windows 7 exits immediately Vincent Belaïche
2014-10-20  2:36 ` Eli Zaretskii

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.