Issue110

classification
Title 21.5 Mule build failure
Type defect Module core code 21.5
Severity inconvenience Platform N/A
Keywords Nosy List aidan
explanation
process
These controls should only be changed by committers and tracker administrators.
Status done/needs work   Reason fixed
Superseder   Submitted 2007-10-02.11:46:24
Priority normal   Assigned To

Created on 2008-01-19.06:17:45 by acs1, last changed 2011-08-26.08:33:27 by aidan.

Files
File name Uploaded Type Edit Remove
Installation acs1, 2008-01-19.06:17:45 application/octet-stream
unnamed acs1, 2008-01-19.06:17:45 text/plain
Messages
msg2365 [hidden] ([hidden]) Date: 2011-08-26.08:33:27
Various of Ben's core code changes seem to have fixed the problem with
dumping range tables; I imagine it should be possible to uncomment the
assertion. Will build with something close to Vin's configuration and try.
msg755 [hidden] ([hidden]) Date: 2008-05-14.07:46:36
I worked around this with my commit of
http://mid.gmane.org/18179.51680.103949.497008@parhasard.net . 

The interaction of the range table code with the dumping
infrastructure remains buggy, though. And it's a complex bug.
msg138 [hidden] ([hidden]) Date: 2008-01-19.06:17:45
  Message-ID: <20a807210710020446i4743bbbl7148a24cd9c45b08@mail.gmail.com>
In this morning's 21.5 build, I'm getting the following error:

Updating autoloads for directory
/usr/local/src/xemacs-21.5-2007-10-02/modules/sample...
Updating autoloads for directory
/usr/local/src/xemacs-21.5-2007-10-02/modules/zlib...
Wrote /usr/local/src/xemacs-21.5-2007-10-02/modules/auto-autoloads.el
Wrote /usr/local/src/xemacs-21.5-2007-10-02/modules/auto-autoloads.el
Compiling /usr/local/src/xemacs-21.5-2007-10-02/modules/auto-autoloads.el...

Fatal error: assertion failed, file
/usr/local/src/xemacs-21.5-2007-10-02-mule/src/rangetab.c, line 563,
dy->cur >= 0 && dy->cur <= dy->largest && dy->largest <= dy->max
make[1]: *** [update-elc-2] Aborted (core dumped)
make[1]: Leaving directory `/usr/local/build/xemacs-21.5-2007-10-02-mule/src'
make: *** [src] Error 2

My Installation file is attached.

Thanks for looking into this.

  - Vin
History
Date User Action Args
2011-08-26 08:33:27aidansetmessages: + msg2365
2008-05-14 07:46:36aidansetstatus: new -> done/needs work
assignedto: aidan
reason: fixed
type: defect
severity: inconvenience
platform: + N/A
nosy: + aidan
messages: + msg755
module: + core code 21.5
priority: normal
2008-01-19 06:17:45acs1create