J. Turnbull <turnbull(a)sk.tsukuba.ac.jp> wrote:
> Stephen J. Turnbull writes:
>> OK. There's another known PNG bug that was fixed
> To be precise, s/PNG/PNG-related. I forget whether it was our bug and
> it got fixed, or a PNG bug that we could easily work around. Anyway,
> I'll look it up later.
Thanks; much appreciated.
Best regards,
Adam
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://calypso.tux.org/cgi-bin/mailman/listinfo/xemacs-beta
Stephen J. Turnbull writes:
> OK. There's another known PNG bug that was fixed
To be precise, s/PNG/PNG-related. I forget whether it was our bug and
it got fixed, or a PNG bug that we could easily work around. Anyway,
I'll look it up later.
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://calypso.tux.org/cgi-bin/mailman/listinfo/xemacs-beta
Ar an cúigiú lá de mí Meitheamh, scríobh ADSJ (Adam Sjøgren):
> On Thu, 5 Jun 2008 15:01:48 +0200, Aidan wrote:
>
> >> I am getting segmentation faults when running XEmacs on Ubuntu 8.04
> >> hardy on an amd64-machine.
>
> >> I have built debug-packages (export DEB_BUILD_OPTIONS="debug nostrip"
> >> in debian/rules) and installed them to get better information for this
> >> bugreport.
>
> > We’re already discussing this particular bug, see
>
> > http://thread.gmane.org/gmane.emacs.xemacs.beta/27963
> > and
> > http://thread.gmane.org/gmane.emacs.xemacs.beta/27966
>
> Ah, I didn't realize it was the same problem seeing that those
> stracktraces end up in something called sys_re_search_2 while the one I
> posted ended in x_init_image_instance_from_eimage.
Oops, my mistake, I responded to the wrong mail, I had meant to respond to
your mail titled xemacs21-mule: Segmentation fault in Gnus,
http://mid.gmane.org/7p8wxlkqj8.fsf@sille.dknz.nzcorp.net
The PNG problem is indeed distinct from that, but I think Stephen’s reply of
http://mid.gmane.org/87tzg8znby.fsf@uwakimon.sk.tsukuba.ac.jp addresses that
quite well.
--
¿Dónde estará ahora mi sobrino Yoghurtu Nghé, que tuvo que huir
precipitadamente de la aldea por culpa de la escasez de rinocerontes?
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://calypso.tux.org/cgi-bin/mailman/listinfo/xemacs-beta
Thanks!
Damn, it’s not that simple, then. I wonder could the build that was shipped
have used a 32-bit object file for search.o by mistake?
Ar an cúigiú lá de mí Meitheamh, scríobh Thomas Mittelstädt:
> gcc --version
> gcc (GCC) 4.2.3 (Ubuntu 4.2.3-2ubuntu7)
>
> CNS+tmittelstaedt@inbuildlnx01:~/bin$ gcc -v
> Using built-in specs.
> Target: x86_64-linux-gnu
> Configured with: ../src/configure -v --enable-languages=c,c++,fortran,objc,obj-c++,treelang --prefix=/usr --enable-shared --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --with-gxx-include-dir=/usr/include/c++/4.2 --program-suffix=-4.2 --enable-clocale=gnu --enable-libstdcxx-debug --enable-objc-gc --enable-mpfr --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
> Thread model: posix
> gcc version 4.2.3 (Ubuntu 4.2.3-2ubuntu7)
>
>
> > -----Ursprüngliche Nachricht-----
> > Von: Aidan Kehoe [mailto:kehoea@parhasard.net]
> > Gesendet: Donnerstag, 5. Juni 2008 13:13
> > An: Thomas Mittelstädt
> > Cc: XEmacs Beta; Jarle Thorsen
> > Betreff: Re: [Bug: 21.4.21] xemacs segfaults when doing "ls -l" in shell
> > buffer on 64-bit ubuntu linux 8.04
> >
> >
> > Ar an cúigiú lá de mí Meitheamh, scríobh Thomas Mittelstädt:
> >
> > > Aidan,
> > >
> > > I downloaded xemacs 21.4.21 and built it with the same configuration
> > options as the one that was installed and could not reproduce the crash.
> > > Strangely, even though I specified --prefix=/usr/local/xemacs-21.4.21, it
> > would still install into /usr and /usr/lib.
> >
> > Good, from my perspective, that probably means it’s not our problem, it’s
> > GCC’s, or possibly Ubuntu’s :-) . Both you and Jarle have the same compiler,
> >
> > gcc (GCC) 4.2.3 (Ubuntu 4.2.3-2ubuntu7)
> >
> > in your bug reports; what compiler did you use to build from source? That
> > is, what does gcc --version give?
> >
> > > > -----Ursprüngliche Nachricht-----
> > > > Von: Aidan Kehoe [mailto:kehoea@parhasard.net]
> > > > Gesendet: Mittwoch, 4. Juni 2008 17:15
> > > > An: Thomas Mittelstädt
> > > > Cc: XEmacs Beta
> > > > Betreff: Re: [Bug: 21.4.21] xemacs segfaults when doing "ls -l" in
> > shell
> > > > buffer on 64-bit ubuntu linux 8.04
> > > >
> > > >
> > > > Ar an ceathrú lá de mí Meitheamh, scríobh Thomas Mittelstädt:
> > > >
> > > > > Even when I use ls -l --color=never it crashes, but only when my
> > current
> > > > directory is $HOME.
> > > >
> > > > OK; I suspect you have some non-ASCII or perhaps non-Latin-1 files that
> > > > provoke that there. Are you in a position where you can provoke this
> > > > under GDB? I’d be really interested in the specific line number that
> > > > crashes.
> > > >
> > > > Also, beyond that, it’s not surprising that current Mercurial sources
> > > > don’t crash there, since they leave the string matching to the X11
> > > > server in that context.
> > > >
> > > > --
> > > > ¿Dónde estará ahora mi sobrino Yoghurtu Nghé, que tuvo que huir
> > > > precipitadamente de la aldea por culpa de la escasez de rinocerontes?
> >
> > --
> > ¿Dónde estará ahora mi sobrino Yoghurtu Nghé, que tuvo que huir
> > precipitadamente de la aldea por culpa de la escasez de rinocerontes?
--
¿Dónde estará ahora mi sobrino Yoghurtu Nghé, que tuvo que huir
precipitadamente de la aldea por culpa de la escasez de rinocerontes?
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://calypso.tux.org/cgi-bin/mailman/listinfo/xemacs-beta
A colleague at work can pretty reliably hang his XEmacs (21.5b28, Solaris
10) by double-clicking his right mouse button with this definition in place:
(if XEmacs
(progn
(global-unset-key 'button3)
(define-key global-map [button3 button3up button3] 'x-mouse-kill)
(global-set-key 'button2 'x-yank-clipboard-selection)
(global-set-key "\C-ce" 'cvs-examine)
)
)
What he does is position the mouse with a button1 click, then double-click
button3 to invoke x-mouse-kill. Top shows that XEmacs and Xorg are both
busy. Running pstack against the XEmacs process suggests they are busy
chatting with one another.
I've tried it a few times on my machine but can't reproduce the problem.
When he tries it he almost always provokes the problem. We are both running
Solaris 10 on Dell hardware (dual-core single-CPU P4s running at 3.2 or
3.4GHz). I have a Dell keyboard and mouse. He has a Sun keyboard and
mouse, all USB-connected. xdpyinfo shows this for my setup:
version number: 11.0
vendor string: Sun Microsystems, Inc.
vendor release number: 60900000
while this for his:
version number: 11.0
vendor string: Sun Microsystems, Inc.
vendor release number: 70200000
Both machines have dual-monitor single (X) screen setups, 3200x1200
resolution with similar/identical visuals.
Does this ring a bell with anyone? I can see if the admins can back-rev his
X server software, but I suspect they'll be disinclined to do that. Any
other way to debug this problem?
--
Skip Montanaro - skip(a)pobox.com - http://www.webfast.com/~skip/
"Be different, express yourself like everyone else."
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://calypso.tux.org/cgi-bin/mailman/listinfo/xemacs-beta
Ar an cúigiú lá de mí Meitheamh, scríobh Thomas Mittelstädt:
> Aidan,
>
> I downloaded xemacs 21.4.21 and built it with the same configuration options as the one that was installed and could not reproduce the crash.
> Strangely, even though I specified --prefix=/usr/local/xemacs-21.4.21, it would still install into /usr and /usr/lib.
Good, from my perspective, that probably means it’s not our problem, it’s
GCC’s, or possibly Ubuntu’s :-) . Both you and Jarle have the same compiler,
gcc (GCC) 4.2.3 (Ubuntu 4.2.3-2ubuntu7)
in your bug reports; what compiler did you use to build from source? That
is, what does gcc --version give?
> > -----Ursprüngliche Nachricht-----
> > Von: Aidan Kehoe [mailto:kehoea@parhasard.net]
> > Gesendet: Mittwoch, 4. Juni 2008 17:15
> > An: Thomas Mittelstädt
> > Cc: XEmacs Beta
> > Betreff: Re: [Bug: 21.4.21] xemacs segfaults when doing "ls -l" in shell
> > buffer on 64-bit ubuntu linux 8.04
> >
> >
> > Ar an ceathrú lá de mí Meitheamh, scríobh Thomas Mittelstädt:
> >
> > > Even when I use ls -l --color=never it crashes, but only when my current
> > directory is $HOME.
> >
> > OK; I suspect you have some non-ASCII or perhaps non-Latin-1 files that
> > provoke that there. Are you in a position where you can provoke this
> > under GDB? I’d be really interested in the specific line number that
> > crashes.
> >
> > Also, beyond that, it’s not surprising that current Mercurial sources
> > don’t crash there, since they leave the string matching to the X11
> > server in that context.
> >
> > --
> > ¿Dónde estará ahora mi sobrino Yoghurtu Nghé, que tuvo que huir
> > precipitadamente de la aldea por culpa de la escasez de rinocerontes?
--
¿Dónde estará ahora mi sobrino Yoghurtu Nghé, que tuvo que huir
precipitadamente de la aldea por culpa de la escasez de rinocerontes?
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://calypso.tux.org/cgi-bin/mailman/listinfo/xemacs-beta
Ar an cúigiú lá de mí Meitheamh, scríobh Stephen J. Turnbull:
> Aidan Kehoe writes:
>
> > Thank you for the bug report, Jarle. This seems to be the same problem
> > as that in
> > http://mid.gmane.org/134B2BB9115F014CAED0B1BF089CC7F002651C9F0E@xchange01...
> > I suspect XEmacs tried to show some text in a relatively obscure
> > charset. Both you and Thomas are on 64-bit machines, which is probably
> > why the rest of us haven't seen this.
>
> Not entirely true. I'm typing this on a 64-bit machine, but don't
> recall seeing these. It would be nice if we could get a test case.
Are you using 21.4 on your 64-bit machine much? Because they’re not seeing
it with 21.5.
--
¿Dónde estará ahora mi sobrino Yoghurtu Nghé, que tuvo que huir
precipitadamente de la aldea por culpa de la escasez de rinocerontes?
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://calypso.tux.org/cgi-bin/mailman/listinfo/xemacs-beta
*** Please type your report below this line ***
I have just upgraded from Ubuntu 7.10 gutsy to 8.04 hardy. When I try to view an
email in Gnus, I get a segmentation fault in XEmacs.
Here is what it looks like:
$ xemacs
Warning: Missing charsets in String to FontSet conversion
Fatal error (11).
Your files have been auto-saved.
Use `M-x recover-session' to recover them.
Your version of XEmacs was distributed with a PROBLEMS file that may describe
your crash, and with luck a workaround. Please check it first, but do report
the crash anyway. Please report this bug by invoking M-x report-emacs-bug,
or by selecting `Send Bug Report' from the Help menu. If necessary, send
ordinary email to `xemacs-beta(a)xemacs.org'. *MAKE SURE* to include the XEmacs
configuration from M-x describe-installation, or equivalently the file
Installation in the top of the build tree.
*Please* try *hard* to obtain a C stack backtrace; without it, we are unlikely
to be able to analyze the problem. Locate the core file produced as a result
of this crash (often called `core' or `core.<process-id>', and located in
the directory in which you started XEmacs or your home directory), and type
gdb /usr/bin/xemacs core
then type `where' at the debugger prompt. No GDB on your system? You may
have DBX, or XDB, or SDB. (Ask your system administrator if you need help.)
If no core file was produced, enable them (often with `ulimit -c unlimited'
in case of future recurrance of the crash.
Lisp backtrace follows:
# (unwind-protect ...)
# (catch #<INTERNAL OBJECT (XEmacs bug?) (opaque-ptr, adr=0x91b918) 0x9439d0> ...)
# (unwind-protect ...)
# bind (inhibit-quit)
# (condition-case ... . error)
# (catch top-level ...)
Segmentation fault (core dumped)
$ gdb /usr/bin/xemacs core
GNU gdb 6.8-debian
Copyright (C) 2008 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 "x86_64-linux-gnu"...
(no debugging symbols found)
Reading symbols from /usr/lib/libXaw.so.7...(no debugging symbols found)...done.
Loaded symbols for /usr/lib/libXaw.so.7
Reading symbols from /usr/lib/libtiff.so.4...(no debugging symbols found)...done.
Loaded symbols for /usr/lib/libtiff.so.4
Reading symbols from /usr/lib/libpng12.so.0...(no debugging symbols found)...done.
Loaded symbols for /usr/lib/libpng12.so.0
Reading symbols from /usr/lib/libjpeg.so.62...(no debugging symbols found)...done.
Loaded symbols for /usr/lib/libjpeg.so.62
Reading symbols from /usr/lib/libcompface.so.1...(no debugging symbols found)...done.
Loaded symbols for /usr/lib/libcompface.so.1
Reading symbols from /usr/lib/libXpm.so.4...
(no debugging symbols found)...done.
Loaded symbols for /usr/lib/libXpm.so.4
Reading symbols from /usr/lib/libXmu.so.6...(no debugging symbols found)...done.
Loaded symbols for /usr/lib/libXmu.so.6
Reading symbols from /usr/lib/libXt.so.6...(no debugging symbols found)...done.
Loaded symbols for /usr/lib/libXt.so.6
Reading symbols from /usr/lib/libXext.so.6...(no debugging symbols found)...done.
Loaded symbols for /usr/lib/libXext.so.6
Reading symbols from /usr/lib/libX11.so.6...(no debugging symbols found)...done.
Loaded symbols for /usr/lib/libX11.so.6
Reading symbols from /usr/lib/libSM.so.6...
(no debugging symbols found)...done.
Loaded symbols for /usr/lib/libSM.so.6
Reading symbols from /usr/lib/libICE.so.6...(no debugging symbols found)...done.
Loaded symbols for /usr/lib/libICE.so.6
Reading symbols from /usr/lib/libdb-4.6.so...(no debugging symbols found)...done.
Loaded symbols for /usr/lib/libdb-4.6.so
Reading symbols from /usr/lib/libgpm.so.1...(no debugging symbols found)...done.
Loaded symbols for /usr/lib/libgpm.so.1
Reading symbols from /lib/libncurses.so.5...(no debugging symbols found)...done.
Loaded symbols for /lib/libncurses.so.5
Reading symbols from /usr/lib/libldap_r-2.4.so.2...
(no debugging symbols found)...done.
Loaded symbols for /usr/lib/libldap_r-2.4.so.2
Reading symbols from /lib/libm.so.6...(no debugging symbols found)...done.
Loaded symbols for /lib/libm.so.6
Reading symbols from /lib/libutil.so.1...(no debugging symbols found)...done.
Loaded symbols for /lib/libutil.so.1
Reading symbols from /lib/libc.so.6...(no debugging symbols found)...done.
Loaded symbols for /lib/libc.so.6
Reading symbols from /lib/libdl.so.2...(no debugging symbols found)...done.
Loaded symbols for /lib/libdl.so.2
Reading symbols from /usr/lib/liblber-2.4.so.2...
(no debugging symbols found)...done.
Loaded symbols for /usr/lib/liblber-2.4.so.2
Reading symbols from /usr/lib/libz.so.1...(no debugging symbols found)...done.
Loaded symbols for /usr/lib/libz.so.1
Reading symbols from /usr/lib/libXau.so.6...(no debugging symbols found)...done.
Loaded symbols for /usr/lib/libXau.so.6
Reading symbols from /usr/lib/libxcb-xlib.so.0...(no debugging symbols found)...done.
Loaded symbols for /usr/lib/libxcb-xlib.so.0
Reading symbols from /usr/lib/libxcb.so.1...(no debugging symbols found)...done.
Loaded symbols for /usr/lib/libxcb.so.1
Reading symbols from /lib/libpthread.so.0...
(no debugging symbols found)...done.
Loaded symbols for /lib/libpthread.so.0
Reading symbols from /lib/libresolv.so.2...(no debugging symbols found)...done.
Loaded symbols for /lib/libresolv.so.2
Reading symbols from /usr/lib/libsasl2.so.2...(no debugging symbols found)...done.
Loaded symbols for /usr/lib/libsasl2.so.2
Reading symbols from /usr/lib/libgnutls.so.13...(no debugging symbols found)...done.
Loaded symbols for /usr/lib/libgnutls.so.13
Reading symbols from /lib/ld-linux-x86-64.so.2...(no debugging symbols found)...done.
Loaded symbols for /lib64/ld-linux-x86-64.so.2
Reading symbols from /usr/lib/libXdmcp.so.6...
(no debugging symbols found)...done.
Loaded symbols for /usr/lib/libXdmcp.so.6
Reading symbols from /usr/lib/libtasn1.so.3...(no debugging symbols found)...done.
Loaded symbols for /usr/lib/libtasn1.so.3
Reading symbols from /lib/libgcrypt.so.11...(no debugging symbols found)...done.
Loaded symbols for /lib/libgcrypt.so.11
Reading symbols from /lib/libgpg-error.so.0...(no debugging symbols found)...done.
Loaded symbols for /lib/libgpg-error.so.0
Reading symbols from /lib/libnss_files.so.2...(no debugging symbols found)...done.
Loaded symbols for /lib/libnss_files.so.2
Reading symbols from /lib/libnss_nis.so.2...
(no debugging symbols found)...done.
Loaded symbols for /lib/libnss_nis.so.2
Reading symbols from /lib/libnsl.so.1...(no debugging symbols found)...done.
Loaded symbols for /lib/libnsl.so.1
Reading symbols from /usr/lib/libXcursor.so.1...(no debugging symbols found)...done.
Loaded symbols for /usr/lib/libXcursor.so.1
Reading symbols from /usr/lib/libXrender.so.1...(no debugging symbols found)...done.
Loaded symbols for /usr/lib/libXrender.so.1
Reading symbols from /usr/lib/libXfixes.so.3...(no debugging symbols found)...done.
Loaded symbols for /usr/lib/libXfixes.so.3
Core was generated by `xemacs'.
Program terminated with signal 11, Segmentation fault.
[New process 18279]
#0 0x00002ab338c4c527 in kill () from /lib/libc.so.6
(gdb) where
#0 0x00002ab338c4c527 in kill () from /lib/libc.so.6
#1 0x000000000047e84e in fatal_error_signal ()
#2 <signal handler called>
#3 0x000000000053ed49 in sys_re_search_2 ()
#4 0x000000000053f023 in sys_re_search ()
#5 0x000000000054118c in fast_string_match ()
#6 0x000000000056d536 in ?? ()
#7 0x000000000056d76d in ?? ()
#8 0x00000000005197dd in ?? ()
#9 0x0000000000483988 in ?? ()
#10 0x000000000048052e in internal_catch ()
#11 0x00000000004836b7 in call_with_suspended_errors ()
#12 0x0000000000549c08 in ?? ()
#13 0x0000000000549efc in specifier_instance ()
#14 0x000000000054a4e6 in specifier_instance_no_quit ()
#15 0x00000000004ce138 in face_property_matching_instance ()
#16 0x00000000004ce29e in ensure_face_cachel_contains_charset ()
#17 0x00000000004ce357 in ensure_face_cachel_contains_charset ()
#18 0x000000000052378c in ?? ()
#19 0x000000000052bd56 in ?? ()
#20 0x000000000052cbe1 in ?? ()
#21 0x000000000052fd9a in ?? ()
#22 0x0000000000530c0e in ?? ()
#23 0x000000000052fafd in ?? ()
#24 0x0000000000530c0e in ?? ()
#25 0x0000000000530d16 in redisplay_frame ()
#26 0x00000000005311a8 in ?? ()
#27 0x00000000005315fa in redisplay ()
#28 0x00000000004c0a33 in Fnext_event ()
#29 0x0000000000466dd5 in Fcommand_loop_1 ()
#30 0x0000000000483b06 in condition_case_1 ()
#31 0x0000000000467000 in ?? ()
#32 0x000000000048052e in internal_catch ()
#33 0x0000000000467384 in initial_command_loop ()
#34 0x000000000047d8fd in xemacs_21_4_21_x86_64_pc_linux ()
#35 0x000000000047e520 in main ()
(gdb) quit
$
I am currently trying to make debug build to get more information.
-- System Information:
Debian Release: lenny/sid
APT prefers hardy-security
APT policy: (500, 'hardy-security'), (500, 'hardy')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.22-14-generic (SMP w/2 CPU cores)
Locale: LANG=en_DK.UTF-8, LC_CTYPE=en_DK.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages xemacs21-mule depends on:
ii emacsen-common 1.4.17 Common facilities for all emacsen
ii libc6 2.7-10ubuntu3 GNU C Library: Shared libraries
ii libcompfaceg1 1:1.5.2-4 Compress/decompress images for mai
ii libdb4.6 4.6.21-6ubuntu1 Berkeley v4.6 Database Libraries [
ii libgpmg1 1.19.6-25ubuntu1 General Purpose Mouse - shared lib
ii libice6 2:1.0.4-1 X11 Inter-Client Exchange library
ii libjpeg62 6b-14 The Independent JPEG Group's JPEG
ii libldap-2.4-2 2.4.7-6ubuntu3 OpenLDAP libraries
ii libncurses5 5.6+20071124-1ubuntu2 Shared libraries for terminal hand
ii libpng12-0 1.2.15~beta5-3 PNG library - runtime
ii libsm6 2:1.0.3-1 X11 Session Management library
ii libtiff4 3.8.2-7ubuntu3 Tag Image File Format (TIFF) libra
ii libx11-6 2:1.1.3-1ubuntu2 X11 client-side library
ii libxaw7 2:1.0.4-1 X11 Athena Widget library
ii libxext6 2:1.0.3-2build1 X11 miscellaneous extension librar
ii libxmu6 2:1.0.4-1 X11 miscellaneous utility library
ii libxpm4 1:3.5.7-1 X11 pixmap library
ii libxt6 1:1.0.5-3 X11 toolkit intrinsics library
ii xemacs21-basesuppo 2007.04.27-1 Editor and kitchen sink -- compile
ii xemacs21-bin 21.4.21-1ubuntu3.1 highly customizable text editor --
ii xemacs21-mulesuppo 2007.04.27-1 Editor and kitchen sink -- Mule el
ii xemacs21-support 21.4.21-1ubuntu3.1 highly customizable text editor --
xemacs21-mule recommends no packages.
-- no debconf information
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://calypso.tux.org/cgi-bin/mailman/listinfo/xemacs-beta
Hi,
Something is changeing my timezone, eg what (current-time-zone)
reports. When starting it is (7200 "WEST") but after some operation,
reading mail with gnus is what I suspect!?, it is suddenly changed
into (28800 "XXX")
I have tried to track it down to where it might happen but
failed. Ideas?
Build report follows ...
----------------------------------------------------------------------
uname -a: CYGWIN_NT-5.1 sth432dt 1.5.25(0.156/4/2) 2008-03-05 19:27 i686 Cygwin
./configure '--with-mule' '--prefix=/src/xemacs' '--with-msw' '--with-pdump' '--with-package-path=~/.xemacs:/src/xemacs/xemacs-packages:/src/xemacs/mule-packages'
XEmacs 21.5-b28 "fuki" a99eb40f0b5b configured for `i686-pc-cygwin'.
Compilation Environment and Installation Defaults:
Source code location: /src/xemacs/beta
Installation prefix: /src/xemacs
Operating system description file: `s/cygwin32.h'
Machine description file: `m/intel386.h'
Compiler version: gcc (GCC) 3.4.4 (cygming special, gdc 0.12, using dmd 0.125)
- GCC specs file: /usr/lib/gcc/i686-pc-cygwin/3.4.4/specs
- Compiler command: gcc -I/usr/include/noX -I/usr/include/noX -Wall -Wno-switch -Wundef -Wsign-compare -Wno-char-subscripts -Wpacked -Wpointer-arith -Wunused-parameter -g
libc version:
Relocating allocator for buffers: no
GNU version of malloc: yes
Window System:
Compiling in support for the Microsoft window system.
Using MS-Windows menubars.
Using MS-Windows scrollbars.
Using MS-Windows dialog boxes.
Using MS-Windows native widgets.
Compiling in support for Drag'n'Drop (EXPERIMENTAL).
- Drag'n'Drop prototype: msw.
TTY:
Images:
Compiling in support for GIF images (builtin).
Compiling in support for XPM images.
WARNING: -----------------------------------------------------------
WARNING: Compiling without PNG image support.
WARNING: You should strongly consider installing the PNG libraries.
WARNING: Otherwise certain images and glyphs may not display.
WARNING: (a copy may be found in ftp://ftp.xemacs.org/pub/xemacs/aux)
WARNING: -----------------------------------------------------------
Sound:
Compiling in support for sound (native).
Databases:
Internationalization:
Compiling in support for Mule (multi-lingual Emacs).
Mail:
Compiling in support for POP mail retrieval.
Other Features:
Inhibiting IPv6 canonicalization at startup.
Compiling in support for dynamic shared object modules.
Using the new GC mark algorithms (KKCC).
WARNING: ---------------------------------------------------------
WARNING: The new algorithms are experimental. They are enabled by
WARNING: default for this release. Use `--disable-kkcc' to
WARNING: turn it off.
WARNING: ---------------------------------------------------------
Using the new portable dumper.
Dumping into executable.
Compiling in support for extra debugging code.
Compiling in support for runtime error checking.
WARNING: ---------------------------------------------------------
WARNING: XEmacs will run noticeably more slowly as a result.
WARNING: Error checking is on by default for XEmacs beta releases.
WARNING: ---------------------------------------------------------
Contents of file xemacs-make-all.err
Keeping lines matching (in python regexp syntax): "^--\[\[|\]\]$|^(cd|n?make)\s|errors?|warnings?|pure.*(space|size)|hides|strange|shadowings|^Compil(ing\s+in|ation)|^Using|not\s+found|^Note:|Installing|[Ff]ile\(s\) copied|\s+tests\s+|^[A-Z] [^ ]+$|^Wrong number of arguments:|^ \*\* |^(FAIL|SKIP):"
... and then deleting lines matching (in python regexp syntax): "confl.*with.*auto-inlining|^Formatting:|^PASS:|\(100%\) tests successful"
------------------------------------------------------------------------------
cd ./lib-src && make all
cd ./src && make all
intl-encap-win32.c:1205: warning: passing arg 2 of `GetICMProfileW' makes pointer from integer without a cast
intl-encap-win32.c:1207: warning: passing arg 2 of `GetICMProfileA' makes pointer from integer without a cast
Using load-path (/src/xemacs/beta/lisp/)
Using module-load-path (/src/xemacs/beta/modules)
Generating autoloads for lisp/next-error.el...
Computing custom-loads for next-error...
cd /src/xemacs/beta/man && make info
------------------------------------------------------------------------------
Contents of file xemacs-make-check.err
Keeping lines matching (in python regexp syntax): "^--\[\[|\]\]$|^(cd|n?make)\s|errors?|warnings?|pure.*(space|size)|hides|strange|shadowings|^Compil(ing\s+in|ation)|^Using|not\s+found|^Note:|Installing|[Ff]ile\(s\) copied|\s+tests\s+|^[A-Z] [^ ]+$|^Wrong number of arguments:|^ \*\* |^(FAIL|SKIP):"
... and then deleting lines matching (in python regexp syntax): "confl.*with.*auto-inlining|^Formatting:|^PASS:|\(100%\) tests successful"
------------------------------------------------------------------------------
cd ./src && make check
base64-tests.el: 1234 of 1234 tests successful (100%).
0 errors that should have been generated, but weren't
0 wrong-error failures
byte-compiler-tests.el: 104 of 104 tests successful (100%).
0 errors that should have been generated, but weren't
0 wrong-error failures
c-tests.el: 4 of 4 tests successful (100%).
0 errors that should have been generated, but weren't
0 wrong-error failures
case-tests.el: 1172 of 1172 tests successful (100%).
0 errors that should have been generated, but weren't
0 wrong-error failures
ccl-tests.el: 4570 of 4570 tests successful (100%).
0 errors that should have been generated, but weren't
0 wrong-error failures
database-tests.el: No tests run.
0 errors that should have been generated, but weren't
0 wrong-error failures
extent-tests.el: 194 of 194 tests successful (100%).
0 errors that should have been generated, but weren't
0 wrong-error failures
hash-table-tests.el: 9868 of 9868 tests successful (100%).
0 errors that should have been generated, but weren't
0 wrong-error failures
iso-ir-196-test.el: 2 of 2 tests successful (100%).
0 errors that should have been generated, but weren't
0 wrong-error failures
lisp-reader-tests.el: 52 of 52 tests successful (100%).
0 errors that should have been generated, but weren't
0 wrong-error failures
lisp-tests.el: 3678 of 3678 tests successful (100%).
0 errors that should have been generated, but weren't
0 wrong-error failures
md5-tests.el: 56 of 56 tests successful (100%).
0 errors that should have been generated, but weren't
0 wrong-error failures
KNOWN BUG: (loop for i from 0 to 1114111 with exceptions = #<range-table [55296 57343] t [64976 65007] t [65534 65535] t 0x51c6b5> do (unless (get-range-table i exceptions) (read (format (if (> i 65535) "?\\U%08X" "?\\u%04X") i))) finally return t) ==> error invalid-constant, as expected
KNOWN BUG: (loop for i from 0 to 1114111 with exceptions = #<range-table [55296 57343] t [64976 65007] t [65534 65535] t 0x88fc07> do (unless (get-range-table i exceptions) (read (format (if (> i 65535) "?\\U%08X" "?\\u%04X") i))) finally return t) ==> error invalid-constant, as expected
mule-tests.el: 1126 of 1130 tests successful ( 99%).
KNOWN BUG: (loop for i from 0 to 1114111 with exceptions = #<range-table [55296 57343] t [64976 65007] t [65534 65535] t 0x51c6b5> do (unless (get-range-table i exceptions) (read (format (if (> i 65535) "?\\U%08X" "?\\u%04X") i))) finally return t) ==> error invalid-constant, as expected
KNOWN BUG: (loop for i from 0 to 1114111 with exceptions = #<range-table [55296 57343] t [64976 65007] t [65534 65535] t 0x88fc07> do (unless (get-range-table i exceptions) (read (format (if (> i 65535) "?\\U%08X" "?\\u%04X") i))) finally return t) ==> error invalid-constant, as expected
2 errors that should have been generated, but weren't
0 wrong-error failures
os-tests.el: 20 of 20 tests successful (100%).
0 errors that should have been generated, but weren't
0 wrong-error failures
regexp-tests.el: 372 of 372 tests successful (100%).
0 errors that should have been generated, but weren't
0 wrong-error failures
region-tests.el: 28 of 28 tests successful (100%).
0 errors that should have been generated, but weren't
0 wrong-error failures
symbol-tests.el: 252 of 252 tests successful (100%).
0 errors that should have been generated, but weren't
0 wrong-error failures
KNOWN BUG: (backward-up-list-moves-point-from-to 23 3) ==> error: (syntax-error "Unbalanced parentheses")
KNOWN BUG: (backward-up-list-moves-point-from-to 23 3) ==> error: (syntax-error "Unbalanced parentheses")
syntax-tests.el: 84 of 90 tests successful ( 93%).
KNOWN BUG: (backward-up-list-moves-point-from-to 23 3) ==> error: (syntax-error "Unbalanced parentheses")
KNOWN BUG: (backward-up-list-moves-point-from-to 23 3) ==> error: (syntax-error "Unbalanced parentheses")
0 errors that should have been generated, but weren't
0 wrong-error failures
tag-tests.el: 6 of 6 tests successful (100%).
0 errors that should have been generated, but weren't
0 wrong-error failures
weak-tests.el: 140 of 140 tests successful (100%).
0 errors that should have been generated, but weren't
0 wrong-error failures
base64-tests.el: 1234 of 1234 tests successful (100%).
byte-compiler-tests.el: 104 of 104 tests successful (100%).
c-tests.el: 4 of 4 tests successful (100%).
case-tests.el: 1172 of 1172 tests successful (100%).
ccl-tests.el: 4570 of 4570 tests successful (100%).
database-tests.el: No tests run.
extent-tests.el: 194 of 194 tests successful (100%).
hash-table-tests.el: 9868 of 9868 tests successful (100%).
iso-ir-196-test.el: 2 of 2 tests successful (100%).
lisp-reader-tests.el: 52 of 52 tests successful (100%).
lisp-tests.el: 3678 of 3678 tests successful (100%).
md5-tests.el: 56 of 56 tests successful (100%).
mule-tests.el: 1126 of 1130 tests successful ( 99%).
os-tests.el: 20 of 20 tests successful (100%).
regexp-tests.el: 372 of 372 tests successful (100%).
region-tests.el: 28 of 28 tests successful (100%).
symbol-tests.el: 252 of 252 tests successful (100%).
syntax-tests.el: 84 of 90 tests successful ( 93%).
tag-tests.el: 6 of 6 tests successful (100%).
weak-tests.el: 140 of 140 tests successful (100%).
------------------------------------------------------------------------------
Contents of file xemacs-make-install.err
Keeping lines matching (in python regexp syntax): "^--\[\[|\]\]$|^(cd|n?make)\s|errors?|warnings?|pure.*(space|size)|hides|strange|shadowings|^Compil(ing\s+in|ation)|^Using|not\s+found|^Note:|Installing|[Ff]ile\(s\) copied|\s+tests\s+|^[A-Z] [^ ]+$|^Wrong number of arguments:|^ \*\* |^(FAIL|SKIP):"
... and then deleting lines matching (in python regexp syntax): "confl.*with.*auto-inlining|^Formatting:|^PASS:|\(100%\) tests successful"
------------------------------------------------------------------------------
cd ./lib-src && make all
cd ./src && make all
Using load-path (/src/xemacs/beta/lisp/)
Using module-load-path (/src/xemacs/beta/modules)
cd /src/xemacs/beta/man && make info
cd ./src && make check-features
Using load-path (/src/xemacs/beta/lisp/)
Using module-load-path (/src/xemacs/beta/modules)
Installing utilities run internally by XEmacs.
Installing utilities for users to run.
Using load-path (/src/xemacs/beta/lisp/)
Using module-load-path (/src/xemacs/beta/modules)
cd /src/xemacs/bin && rm -f ./xemacs && ln -s xemacs-21.5-b28.exe ./xemacs
cd /src/xemacs/bin && rm -f ./xemacs-script && ln -s xemacs-21.5-b28.exe ./xemacs-script
cd /src/xemacs/beta/etc && \
make gzip-el
------------------------------------------------------------------------------
Yours
--
%% Mats
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://calypso.tux.org/cgi-bin/mailman/listinfo/xemacs-beta