Opened 14 years ago

Closed 14 years ago

#266 closed bug (wontfix)

trouble reading huge bigint from file

Reported by: seelisch Owned by: hannes
Priority: minor Milestone: 3-1-2 and higher
Component: dontKnow Version: 3-1-1
Keywords: file input Cc:

Description

SINGULAR run on wawa and CTRL-C'ed after more than 1 hour; content of the file was of the form "bigint n1 = 12345....;" (400 MByte large); loading was done in the standard way, i.e., '<"filename";'

SINGULAR /

A Computer Algebra System for Polynomial Computations / version 3-1-1

0<

by: G.-M. Greuel, G. Pfister, H. Schoenemann \ Feb 2010

FB Mathematik der Universitaet, D-67653 Kaiserslautern \

<"SINGULARPrimeTest2.txt";

loading n1... C Interrupt at cmd:$INVALID$ in line:'9070329040407461527108954180637955563606147552238445213492400632200130941209804' abort command(a), continue(c) or quit Singular(q) ?

Change History (1)

comment:1 Changed 14 years ago by hannes

Resolution: wontfix
Status: newclosed

see Manual: 6.1 Limitations: ..tokens (i.e. strings, numbers, ...) may not be longer than 16382 characters .... To read such large numbers, use ssiLink stuff (to be documented).

Note: See TracTickets for help on using tickets.