comp.lang.ada
 help / color / mirror / Atom feed
From: Brian Drummond <brian@shapes.demon.co.uk>
Subject: Re: Weird Bug in Get_Line
Date: Wed, 26 Apr 2017 08:28:01 -0000 (UTC)
Date: 2017-04-26T08:28:01+00:00	[thread overview]
Message-ID: <odplmh$6uu$1@dont-email.me> (raw)
In-Reply-To: 1896933e-e985-420b-a4fe-9cca76af9976@googlegroups.com

On Wed, 26 Apr 2017 00:38:55 -0700, Brian Kolden wrote:

> I came across an interesting issue in the Get_Line function. When piping
> in a file (using the linux cammand '<') GNAT "raises
> ADA.IO_EXCEPTIONS.END_ERROR : a-tigeli.adb:96".
> 
> However, the interesting issue is this only happens for a very small
> number of line lengths. I've noticed the exception is only thrown on
> lines with length 500, 501, 1000, 1001. Lines bigger or smaller don't
> seem to raise the issue, even other multiples of 500. This only is
> effected when using a file as input, copying and pasting the line into
> the terminal does not seem to trigger it.
> 
> So, is this an GNAT issue or an OS issue?
> 
> 
> with Ada.Text_IO; use Ada.Text_IO;
> procedure Test is
> 	type String_Pointer is access all String;
> 	S : String := Get_Line;
> begin
> 	null;
> end Test;

Which Gnat? Which Linux?

-- Brian

  reply	other threads:[~2017-04-26  8:28 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-04-26  7:38 Weird Bug in Get_Line Brian Kolden
2017-04-26  8:28 ` Brian Drummond [this message]
2017-04-26  8:42   ` Brian Kolden
2017-04-26  9:10 ` Brian Kolden
2017-04-26 10:58 ` Simon Wright
2017-04-26 17:03 ` Jeffrey R. Carter
2017-04-26 19:32   ` Brian Kolden
2017-04-26 20:44     ` Jeffrey R. Carter
2017-05-14 21:49       ` moy
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox