<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<meta name="Generator" content="Microsoft Word 14 (filtered medium)">
<style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Calibri","sans-serif";
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-family:"Calibri","sans-serif";}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
</head>
<body lang="EN-US" link="blue" vlink="purple">
<div class="WordSection1">
<p class="MsoNormal">I’ve been trying to upload data into an SQLite database using Racket from Windows 7 64-bit and both Racket.exe and DrRacket.exe keep crashing before the upload finishes.  I’ve had crashes on long-running programs in DrRacket on Windows
 7 before, so I don’t want to say for sure that it’s the fault of the db library.  However, I do know is that the crashes have been happening repeatedly with this project and given the amount of data I need to upload, it is impractical to keep restarting Racket
 in the hopes that it will eventually finish.  Racket is crashing with both 5.3.6 as well as the latest nightly build you have installers for:   5.90.0.9.  I have attached a sample script which creates an in-memory sqlite database and populates it with a trillion
 sines which crashes on me after a while, just like my actual script.  My Racket VM (at least in DrRacket) defaults to 2048 Mb.<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Below is what error information Windows gives upon the crash:<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Problem signature:<o:p></o:p></p>
<p class="MsoNormal">  Problem Event Name: APPCRASH<o:p></o:p></p>
<p class="MsoNormal">  Application Name:        Racket.exe<o:p></o:p></p>
<p class="MsoNormal">  Application Version:    5.90.0.1<o:p></o:p></p>
<p class="MsoNormal">  Application Timestamp:             525e4550<o:p></o:p></p>
<p class="MsoNormal">  Fault Module Name:    libracket3m_9r9qx5.dll<o:p></o:p></p>
<p class="MsoNormal">  Fault Module Version:                0.0.0.0<o:p></o:p></p>
<p class="MsoNormal">  Fault Module Timestamp:         525e454e<o:p></o:p></p>
<p class="MsoNormal">  Exception Code:             c0000005<o:p></o:p></p>
<p class="MsoNormal">  Exception Offset:          00000000002b6081<o:p></o:p></p>
<p class="MsoNormal">  OS Version:      6.1.7601.2.1.0.256.4<o:p></o:p></p>
<p class="MsoNormal">  Locale ID:          1033<o:p></o:p></p>
<p class="MsoNormal">  Additional Information 1:          9e37<o:p></o:p></p>
<p class="MsoNormal">  Additional Information 2:          9e37a01f62fc211801609d8b20878795<o:p></o:p></p>
<p class="MsoNormal">  Additional Information 3:          4bbb<o:p></o:p></p>
<p class="MsoNormal">  Additional Information 4:          4bbb32ba4ab4514f5750e1fc710f6223<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Let me know if there is any other information I can provide.<o:p></o:p></p>
<p class="MsoNormal"><o:p></o:p></p>
<p class="MsoNormal">Regards,<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Kyle<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
</div>
</body>
</html>