<p>I am seeing a similar issue on the Raspberry Pi.</p>
<p> Welcome to Racket v5.2.1.<br>
&gt; (require racket/gui)<br>
Seg fault (internal error) at 0xcd3670<br>
SIGSEGV SEGV_ACCERR SI_CODE 2 fault on 0xcd3670<br>
Afgebroken<br>
 </p>
<p>Stephan Houben</p>
<div class="gmail_quote">Op 29 dec. 2012 01:09 schreef &quot;Rajah Mahsohn Omega&quot; &lt;<a href="mailto:rajahmahsohn@gmail.com">rajahmahsohn@gmail.com</a>&gt; het volgende:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div dir="ltr"><div><div><div>I have recently been trying out racket on ARM devices and have noticed that requiring racket/gui is causing applications to crash with a seg fault. DRRacket also crashes but the error seems slightly different. I am using a Google Nexus 7 with Ubuntu 13.04 and Racket v5.3.1 that was installed via apt-get.<br>

<br></div>--- test.rkt<br></div>#lang racket<br></div>(require racket/gui/base)<br><div><div><div>---<br>rajah@nexus:~$ racket test.rkt<br>Seg fault (internal error) at 0x10582c8<br>SIGSEGV SEGV_ACCERR SI_CODE 2 fault on 0x10582c8<br>

Aborted (core dumped)<br><br>rajah@nexus:~$ drracket <br>Seg fault (internal error) at 0x5ec378<br>SIGSEGV SEGV_ACCERR SI_CODE 2 fault on 0x5ec378<br>Aborted (core dumped)<br><br></div><div>the crash report on drracket shows the following error<br>

<br></div><div>gracket crashed with SIGABRT in jpeg_CreateDecompress()<br><br></div><div>I am aware of the earlier post about libjpeg causing the crash so I compiled the latest version from git but still got the same error.<br>

<br></div><div>and FYI, there was an error on compiling in fun.c on line 2411 about scheme_native_closure_preserves_marks not being defined, I believe that function is in jit.c<br></div><div><br></div></div></div></div>
<br>____________________<br>
  Racket Users list:<br>
  <a href="http://lists.racket-lang.org/users" target="_blank">http://lists.racket-lang.org/users</a><br>
<br></blockquote></div>