<div dir="ltr">Hi Nicolai,<br><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Oct 14, 2014 at 11:26 AM, Nicolai Hess <span dir="ltr">&lt;<a href="mailto:nicolaihess@web.de" target="_blank">nicolaihess@web.de</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div dir="ltr"><div><div>There is a bug report on mantis for squeaks unix vm. <br></div>I think this applies to pharo too, although I don&#39;t know if this<br></div>bug is still valid on recent squeak vm.<br><div><br><a href="http://bugs.squeak.org/view.php?id=7522" target="_blank">http://bugs.squeak.org/view.php?id=7522</a></div></div></blockquote><div><br></div><div>yes, one must compile with -D_FILE_OFFSET_BITS=64.  The Cog VMs are also built with -D_GNU_SOURCE.</div><div><br></div><div>Here&#39;s a line from a Squeak file list on the current Cog VM:</div><div><br></div><div>(2014.10.11 07:00:46 7,115,143,880) Formula1.2014.Round16.Russia.Qualifying.BBCOneHD.1080i.H264.English-wserhkzt.ts </div><div><br></div><div>No 32-bit limit here.</div><div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div dir="ltr"><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">2014-10-14 17:43 GMT+02:00 Evan Donahue <span dir="ltr">&lt;<a href="mailto:emdonahu@gmail.com" target="_blank">emdonahu@gmail.com</a>&gt;</span>:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div dir="ltr"><div><div><div>The OS is Arch Linux. <br><br></div>I can read the file with less.<br><br></div>The problem, insofar as I can trace it, seems to stem from this line in UnixStore:<br><br>Primitives lookupDirectory: encodedPath filename: encodedBasename<br><br></div>When I have my 57G file there this line returns nil. If I move the 57G file and create a small file with the same name, the same command successfully finds the file. I am not sure how large a file must be to cause this issue, but A 1.5G file works fine.<br></div><div><div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Oct 14, 2014 at 8:17 AM, Nicolai Hess <span dir="ltr">&lt;<a href="mailto:nicolaihess@web.de" target="_blank">nicolaihess@web.de</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div dir="ltr"><div><div><div class="gmail_extra"><div class="gmail_quote">2014-10-14 6:38 GMT+02:00 Evan Donahue <span dir="ltr">&lt;<a href="mailto:emdonahu@gmail.com" target="_blank">emdonahu@gmail.com</a>&gt;</span>:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div><div><div>Hi, thanks for the reply.<br><br></div>The response is the same: &quot;MessageNotUnderstood: False&gt;&gt;humanReadableSIByteSize.&quot;<br><br></div>This happens both to print-it as well as to do-it-and-go. Running the command on the neighboring &quot;wiki.torrent&quot; torrent file yields the correct 54kb. <br><br></div>Thanks,<br>Evan<br></div><div><div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Oct 14, 2014 at 12:24 AM, Tudor Girba <span dir="ltr">&lt;<a href="mailto:tudor@tudorgirba.com" target="_blank">tudor@tudorgirba.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex"><div dir="ltr">Hi,<div><br></div><div>If I understand correctly, the failure occurs while navigating in the &quot;Items&quot; presentation.</div><div><br></div><div>I cannot reproduce this problem because I do not have enough disk space for such a large file :). But, could you do the following and let me know what the outcome is:</div><div><br></div><div>&#39;path/to/your/large/file.xml&#39; asFileReference humanReadableSize</div><div><br></div><div>?</div><div><br></div><div>Cheers,</div><div>Doru</div><div><br></div><div><br></div></div><div class="gmail_extra"><div><div><br><div class="gmail_quote">On Tue, Oct 14, 2014 at 2:27 AM, Evan Donahue <span dir="ltr">&lt;<a href="mailto:emdonahu@gmail.com" target="_blank">emdonahu@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div><div><div><div>Hello, I&#39;ve run into some odd behavior and wanted to check whether I might be missing something:<br><br></div>I have downloaded a copy of the english wikipedia as an xml file and am hoping to (sax) parse it. However, I can&#39;t even seem to get pharo to recognize that the file exists.<br><br></div>If I open FileSystem disk root in the playground and naigate, attempting to enter the folder containing the (57G) xml file fails with &quot;MessageNotUnderstood: False&gt;&gt;humanReadableSIByteSize.&quot; Likewise if I get a FileReference with FileSystem disk root / &#39;path&#39; / &#39;to&#39; / &#39;file&#39; then self exists returns false and the parser fails.<br><br></div>Am I doing something wrong? Should I be able to do this?<br><br></div><div>The version number is #40283<br></div><div><br>Thanks,<br></div>Evan<br></div>
</blockquote></div><br><br clear="all"><div><br></div></div></div><span><font color="#888888">-- <br><div><a href="http://www.tudorgirba.com" target="_blank">www.tudorgirba.com</a></div><div><br></div><div>&quot;Every thing has its own flow&quot;</div>
</font></span></div>
</blockquote></div><br></div>
</div></div></blockquote></div><br><br></div></div></div><div class="gmail_extra">Which OS ?<br><div>Can you check with other programs if this file is readable at all?<span><font color="#888888"><br><br><br><br><br></font></span></div><span><font color="#888888"><div>Nicolai<br><br></div><br></font></span></div></div>
</blockquote></div><br></div>
</div></div></blockquote></div><br></div>
<br><br>
<br></blockquote></div><br><br clear="all"><div><br></div>-- <br>best,<div>Eliot</div>
</div></div>