<blockquote>
<p>If I run gccrash.st with the assert VM I get:</p>
<pre><code>((classIndex >= 1) && (classIndex <= (classTablePageSize()))) 50170

((classIndex >= 1) && (classIndex <= (classTablePageSize()))) 50170
</code></pre>
<p>before the process seg faults.</p>
<p>Do these provide any additional information to help track down the issue? (I'll include more complete information below)</p>
</blockquote>
<p>The way to use the assert failures to track down bugs is to run under the debugger, place a breakpoint in warning (the print function for assert failures), and then run.  When you reach an assert fail you can then print the stack trace, etc.  So the assert message on its own tells you something is wrong, but one needs to use the debugging facilities to get more information.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you commented.<br />Reply to this email directly, <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/issues/444?email_source=notifications&email_token=AIJPEW55J4LZVUCH3UBD3I3QUNSV5A5CNFSM4JNBNJH2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEMZYEA#issuecomment-555326480">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AIJPEW3FXC5L6RWKXX7232DQUNSV5ANCNFSM4JNBNJHQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AIJPEW62SOI3PI3UU7NQY63QUNSV5A5CNFSM4JNBNJH2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEMZYEA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/OpenSmalltalk/opensmalltalk-vm/issues/444?email_source=notifications\u0026email_token=AIJPEW55J4LZVUCH3UBD3I3QUNSV5A5CNFSM4JNBNJH2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEMZYEA#issuecomment-555326480",
"url": "https://github.com/OpenSmalltalk/opensmalltalk-vm/issues/444?email_source=notifications\u0026email_token=AIJPEW55J4LZVUCH3UBD3I3QUNSV5A5CNFSM4JNBNJH2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEMZYEA#issuecomment-555326480",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>