Re: (Partial) Success Re: emacs23.3 issues and hurd signals

2011-06-10 Thread Svante Signell
On Thu, 2011-06-09 at 14:16 +0200, Svante Signell wrote: > On Wed, 2011-06-08 at 19:41 +0200, Svante Signell wrote: > .. > I've found the reason for the freeze problems: > It was due to a buggy binutils_2.21.51.20110523-1. > > The bug causing the complete freeze is fixed by the patch > http://sou

Re: (Partial) Success Re: emacs23.3 issues and hurd signals

2011-06-09 Thread Svante Signell
On Wed, 2011-06-08 at 19:41 +0200, Svante Signell wrote: .. > I can now get a stable freeze by writing a to a logfile during the > build. Then the freeze happens even before dumping of emacs: > > dpkg-buildpackage -b > ../build_x.log 2>&1 & > > and after the first freeze (otherwise the compile ne

Re: (Partial) Success Re: emacs23.3 issues and hurd signals

2011-06-08 Thread Svante Signell
On Wed, 2011-06-08 at 11:24 +0200, Svante Signell wrote: > On Wed, 2011-06-08 at 10:17 +0200, Samuel Thibault wrote: ... > > The problem is probably not the name of the NEWS or GNU file, but the > > fact that the search for /etc now works, which activates some more code, > > which is probably the o

Re: (Partial) Success Re: emacs23.3 issues and hurd signals

2011-06-08 Thread Svante Signell
On Wed, 2011-06-08 at 19:41 +0200, Svante Signell wrote: > On Wed, 2011-06-08 at 11:24 +0200, Svante Signell wrote: > > On Wed, 2011-06-08 at 10:17 +0200, Samuel Thibault wrote: > ... > > > The problem is probably not the name of the NEWS or GNU file, but the > > > fact that the search for /etc now

Re: (Partial) Success Re: emacs23.3 issues and hurd signals

2011-06-08 Thread Svante Signell
On Wed, 2011-06-08 at 10:40 +0200, Thomas Schwinge wrote: > Hallo! > > On Wed, 08 Jun 2011 09:52:55 +0200, Svante Signell > wrote: > > Emacs23 builds from source, yippee! > > Oho -- progress! :-) .. > Sounds like the issue that I've been experiencing on 2010-10-11: >

Re: (Partial) Success Re: emacs23.3 issues and hurd signals

2011-06-08 Thread Svante Signell
On Wed, 2011-06-08 at 10:17 +0200, Samuel Thibault wrote: > Svante Signell, le Wed 08 Jun 2011 10:06:19 +0200, a écrit : > > On Wed, 2011-06-08 at 09:57 +0200, Samuel Thibault wrote: > > > Svante Signell, le Wed 08 Jun 2011 09:52:55 +0200, a écrit : > > > > Emacs23 builds from source, yippee! Even

Re: (Partial) Success Re: emacs23.3 issues and hurd signals

2011-06-08 Thread Thomas Schwinge
Hallo! On Wed, 08 Jun 2011 09:52:55 +0200, Svante Signell wrote: > Emacs23 builds from source, yippee! Oho -- progress! :-) > One more important issue is that the compile completely freezes kvm/hurd > 1-2 times out of 3, requiring a reboot every time. It always happens > when dumping into em

Re: (Partial) Success Re: emacs23.3 issues and hurd signals

2011-06-08 Thread Samuel Thibault
Svante Signell, le Wed 08 Jun 2011 10:06:19 +0200, a écrit : > On Wed, 2011-06-08 at 09:57 +0200, Samuel Thibault wrote: > > Svante Signell, le Wed 08 Jun 2011 09:52:55 +0200, a écrit : > > > Emacs23 builds from source, yippee! Even the Debian packages build. The > > > problem is one of the Debian

Re: (Partial) Success Re: emacs23.3 issues and hurd signals

2011-06-08 Thread Svante Signell
On Wed, 2011-06-08 at 09:57 +0200, Samuel Thibault wrote: > Svante Signell, le Wed 08 Jun 2011 09:52:55 +0200, a écrit : > > Emacs23 builds from source, yippee! Even the Debian packages build. The > > problem is one of the Debian patches. > > Which one? 008-Look-for-NEWS-in-order-to-find-etc-rath

Re: (Partial) Success Re: emacs23.3 issues and hurd signals

2011-06-08 Thread Samuel Thibault
Svante Signell, le Wed 08 Jun 2011 09:52:55 +0200, a écrit : > Emacs23 builds from source, yippee! Even the Debian packages build. The > problem is one of the Debian patches. Which one? > One more important issue is that the compile completely freezes kvm/hurd > 1-2 times out of 3, requiring a re

(Partial) Success Re: emacs23.3 issues and hurd signals

2011-06-08 Thread Svante Signell
Status update. Emacs23 builds from source, yippee! Even the Debian packages build. The problem is one of the Debian patches. However, I have not yet found how to modify the patch to compile properly on GNU/Hurd. One puzzling thing is that the same patch worked without problems on 23.2. One more

Re: emacs23.3 issues and hurd signals

2011-05-09 Thread Svante Signell
On Tue, 2011-05-10 at 01:54 +0200, Samuel Thibault wrote: > The simplest backtrace to analyze would probably be in the "illegal > instruction" case. Also, > > thread apply all info register > > would be helpful too :) Pasted in below, good luck! Thread 5 (Thread 21895.5): eax0x100

Re: emacs23.3 issues and hurd signals

2011-05-09 Thread Samuel Thibault
Svante Signell, le Sun 08 May 2011 11:12:25 +0200, a écrit : > On Sat, 2011-05-07 at 01:54 +0200, Samuel Thibault wrote: > > Svante Signell, le Thu 05 May 2011 19:11:10 +0200, a écrit : > > > Backtraces are attached! > > > > Could you also run disassemble, so we get the corresponding assembly > >

Re: emacs23.3 issues and hurd signals

2011-05-08 Thread Svante Signell
On Sat, 2011-05-07 at 01:54 +0200, Samuel Thibault wrote: > Svante Signell, le Thu 05 May 2011 19:11:10 +0200, a écrit : > > Backtraces are attached! > > Could you also run disassemble, so we get the corresponding assembly > code? > > Also, maybe the issue is in some thread other than main, so >

Re: emacs23.3 issues and hurd signals

2011-05-06 Thread Samuel Thibault
Svante Signell, le Thu 05 May 2011 19:11:10 +0200, a écrit : > Backtraces are attached! Could you also run disassemble, so we get the corresponding assembly code? Also, maybe the issue is in some thread other than main, so thread apply all backtrace thread apply all disassemble would help. Sam

Re: emacs23.3 issues and hurd signals

2011-05-06 Thread Svante Signell
On Thu, 2011-05-05 at 19:11 +0200, Svante Signell wrote: > On Thu, 2011-05-05 at 18:15 +0200, Samuel Thibault wrote: > > Svante Signell, le Thu 05 May 2011 17:02:27 +0200, a écrit : > > > The latest emacs version does not compile on GNU/Hurd. When trying with > > > default settings there is a segfa

Re: emacs23.3 issues and hurd signals

2011-05-05 Thread Roland McGrath
> However, when compiling the C code, a lot of warnings are issued about > emacs using depreciated sigblock and sigsetmask functions. The > recommended function to use now is sigprocmask. That is true. However, there is only an actual difference if there are more than 32 signal numbers available

Re: emacs23.3 issues and hurd signals

2011-05-05 Thread Svante Signell
On Thu, 2011-05-05 at 18:15 +0200, Samuel Thibault wrote: > Svante Signell, le Thu 05 May 2011 17:02:27 +0200, a écrit : > > The latest emacs version does not compile on GNU/Hurd. When trying with > > default settings there is a segfault when compiling > > lisp/cedet/srecode/mode.el using the built

Re: emacs23.3 issues and hurd signals

2011-05-05 Thread Samuel Thibault
Svante Signell, le Thu 05 May 2011 17:02:27 +0200, a écrit : > The latest emacs version does not compile on GNU/Hurd. When trying with > default settings there is a segfault when compiling > lisp/cedet/srecode/mode.el using the built emacs and dumped code. > Changing the optimization of the C code

emacs23.3 issues and hurd signals

2011-05-05 Thread Svante Signell
Hi, The latest emacs version does not compile on GNU/Hurd. When trying with default settings there is a segfault when compiling lisp/cedet/srecode/mode.el using the built emacs and dumped code. Changing the optimization of the C code from -O2 to -O0 resulted an illegal instruction at the same file