#10508: Update ATLAS to stable version 3.10
-----------------------------------------------------------------------------------------+
Reporter: vbraun
| Owner: tbd
Type: enhancement
| Status: needs_work
Priority: major
| Milestone: sage-5.4
Component: packages
| Resolution:
Keywords: ATLAS
| Work issues:
Report Upstream: Reported upstream. No feedback yet.
| Reviewers: Benjamin Jones, Karl-Dieter Crisman, Dmitrii
Pasechnik, Georg Weber, François Bissey, John Palmieri
Authors: Volker Braun
| Merged in:
Dependencies: #13160, #13395, #13392, #13416, #12994, #9906, #12883,
#13123, #13415 | Stopgaps:
-----------------------------------------------------------------------------------------+
Comment (by vbraun):
Well file names get definitely truncated to 128 characters in `extract.c`.
Here is a stack backtrace on eno/skynet:
{{{
(gdb) bt
#0 0xf7ffd430 in __kernel_vsyscall ()
#1 0x4212798f in raise () from /lib/libc.so.6
#2 0x421292d5 in abort () from /lib/libc.so.6
#3 0x4216802a in __libc_message () from /lib/libc.so.6
#4 0x4216ef12 in malloc_printerr () from /lib/libc.so.6
#5 0x42170068 in _int_free () from /lib/libc.so.6
#6 0x4214c006 in _IO_vfscanf_internal () from /lib/libc.so.6
#7 0x4215c592 in __isoc99_vsscanf () from /lib/libc.so.6
#8 0x4215c4df in __isoc99_sscanf () from /lib/libc.so.6
#9 0x080490db in Wstr2int (str=0xffffb290 "1 -1 + ", iptr=0xffffb0d8)
at
/home/vbraun/0123456789/0123456789/0123456789/0123456789/0123456789/0123456789/0123456789/0123456789/0123456789/0123456789/0123456789/0123456789/0123456789/ATLAS/build/..//bin/extract.c:473
#10 0x0804daf0 in icalc (EE=0xffffbb0c, line=0xffffb290 "1 -1 + ")
at
/home/vbraun/0123456789/0123456789/0123456789/0123456789/0123456789/0123456789/0123456789/0123456789/0123456789/0123456789/0123456789/0123456789/0123456789/ATLAS/build/..//bin/extract.c:2052
#11 0x08053195 in LnIsExtCmnd (EE=0xffffbb0c, line=0xffffbb54 "NUm1")
at
/home/vbraun/0123456789/0123456789/0123456789/0123456789/0123456789/0123456789/0123456789/0123456789/0123456789/0123456789/0123456789/0123456789/0123456789/ATLAS/build/..//bin/extract.c:3514
#12 0x080541a8 in HandleLine (EE=0xffffbb0c, line=0xffffbb54 "NUm1")
at
/home/vbraun/0123456789/0123456789/0123456789/0123456789/0123456789/0123456789/0123456789/0123456789/0123456789/0123456789/0123456789/0123456789/0123456789/ATLAS/build/..//bin/extract.c:3797
#13 0x08052435 in Extract (OldEnv=0x0, wp=0x8058008)
at
/home/vbraun/0123456789/0123456789/0123456789/0123456789/0123456789/0123456789/0123456789/0123456789/0123456789/0123456789/0123456789/0123456789/0123456789/ATLAS/build/..//bin/extract.c:3205
#14 0x080543fb in main (nargs=13, args=0xffffcc44)
at
/home/vbraun/0123456789/0123456789/0123456789/0123456789/0123456789/0123456789/0123456789/0123456789/0123456789/0123456789/0123456789/0123456789/0123456789/ATLAS/build/..//bin/extract.c:3840
(gdb) frame 10
#10 0x0804daf0 in icalc (EE=0xffffbb0c, line=0xffffb290 "1 -1 + ")
at
/home/vbraun/0123456789/0123456789/0123456789/0123456789/0123456789/0123456789/0123456789/0123456789/0123456789/0123456789/0123456789/0123456789/0123456789/ATLAS/build/..//bin/extract.c:2052
2052 i = Wstr2int(line, &istack[k]);
(gdb) print EE->FpIn.Fnam
$19 =
"/home/vbraun/0123456789/0123456789/0123456789/0123456789/0123456789/0123456789/0123456789/0123456789/0123456789/0123456789/01234"
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/10508#comment:258>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/sage-trac?hl=en.