<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;"><p>statquant,</p>

<p>Thanks for reporting. One useful thing would be to do:</p>

<pre><code>options(data table.verbose=TRUE)
</code></pre>

<p>and copy/paste the messages displayed as well. If you can reproduce it with a small file (like you seem to have), maybe you can also attach it (here or on the bugs page, once it's clear it's a bug)?</p>

<p><style>body{font-family:Helvetica,Arial;font-size:13px}</style><style>body {
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        padding:1em;
        margin:auto;
        background:#fefefe;
}

h1, h2, h3, h4, h5, h6 {
        font-weight: bold;
}

h1 {
        color: #000000;
        font-size: 28pt;
}

h2 {
        border-bottom: 1px solid #CCCCCC;
        color: #000000;
        font-size: 24px;
}

h3 {
        font-size: 18px;
}

h4 {
        font-size: 16px;
}

h5 {
        font-size: 14px;
}

h6 {
        color: #777777;
        background-color: inherit;
        font-size: 14px;
}

hr {
        height: 0.2em;
        border: 0;
        color: #CCCCCC;
        background-color: #CCCCCC;
}

p, blockquote, ul, ol, dl, li, table, pre {
        margin: 15px 0;
}

a, a:visited {
        color: #4183C4;
        background-color: inherit;
        text-decoration: none;
}

#message {
        border-radius: 6px;
        border: 1px solid #ccc;
        display:block;
        width:100%;
        height:60px;
        margin:6px 0px;
}

button, #ws {
        font-size: 12 pt;
        padding: 4px 6px;
        border-radius: 5px;
        border: 1px solid #bbb;
        background-color: #eee;
}

code, pre, #ws, #message {
        font-family: Monaco;
        font-size: 10pt;
        border-radius: 3px;
        background-color: #F8F8F8;
        color: inherit;
}

code {
        border: 1px solid #EAEAEA;
        margin: 0 2px;
        padding: 0 5px;
}

pre {
        border: 1px solid #CCCCCC;
        overflow: auto;
        padding: 4px 8px;
}

pre > code {
        border: 0;
        margin: 0;
        padding: 0;
}

#ws { background-color: #f8f8f8; }

.send { color:#77bb77; }
.server { color:#7799bb; }
.error { color:#AA0000; }</style></p><div id="bloop_customfont" style="font-family:Helvetica,Arial;font-size:13px; color: rgba(0,0,0,1.0); margin: 0px; line-height: auto;"><br></div> <div id="bloop_sign_1389369149317308928" class="bloop_sign"><div style="font-family:helvetica,arial;font-size:13px">Arun</div><div style="font-family:helvetica,arial;font-size:13px"><br></div></div> <br><p style="color:#A0A0A8;">On 10 Jan 2014 at 16:51:12, statquant3 (<a href="mailto://statquant@outlook.com">statquant@outlook.com</a>) wrote:</p> <blockquote type="cite" class="clean_bq"><span><div><div>I got the following crash message using fread
<br>
<br>R) data <- fread(FILE)
<br>
<br> *** caught segfault ***
<br>address 0x2acf7d5000, cause 'memory not mapped'
<br>
<br>Traceback:
<br> 1: fread(FILE)
<br>
<br>Possible actions:
<br>1: abort (with core dump, if enabled)
<br>2: normal R exit
<br>3: exit R without saving workspace
<br>4: exit R saving workspace
<br>
<br>FYI:
<br>R version 3.0.1 (2013-05-16) -- "Good Sport"
<br>Copyright (C) 2013 The R Foundation for Statistical Computing
<br>Platform: x86_64-unknown-linux-gnu (64-bit)
<br>
<br>That's probably due to the file itself, the csv file is generated by kdb,
<br>head/tail looks ok though
<br>fread(FILE,nrows=5) crashes too
<br>
<br>What can I do to trace back the issue ?
<br>
<br>
<br>
<br>
<br>
<br>--
<br>View this message in context: http://r.789695.n4.nabble.com/fread-crash-tp4683394.html
<br>Sent from the datatable-help mailing list archive at Nabble.com.
<br>_______________________________________________
<br>datatable-help mailing list
<br>datatable-help@lists.r-forge.r-project.org
<br>https://lists.r-forge.r-project.org/cgi-bin/mailman/listinfo/datatable-help
<br></div></div></span></blockquote><p></p></body></html>