No one know what ioctl might be called every time ecl starts? I have tried disabling as many options as I could and I always get this error.<br><br><div class="gmail_quote">On Sun, Mar 28, 2010 at 3:50 PM, Ryan Hope <span dir="ltr"><<a href="mailto:rmh3093@gmail.com">rmh3093@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">When I try running ecl on my arm device I get the following error:<div><br></div><div>Lisp initialization error.</div>
<div>[22: Invalid argument]</div><div><br></div><div>...over and over then segfaults.</div><div><br></div>
<div>If I strace ecl I can track the "Invalid argument" down to:</div><div><br></div><div><div>close(4)                                = 0                                                                                                   </div>

<div>munmap(0x35577000, 4096)                = 0                                                                                                   </div><div>open("/dev/urandom", O_RDONLY|O_LARGEFILE) = 4                                                                                                </div>

<div>fstat64(4, {st_mode=S_IFCHR|0666, st_rdev=makedev(1, 9), ...}) = 0                                                                            </div><div>ioctl(4, SNDCTL_TMR_TIMEBASE or TCGETS, 0x9ed40a44) = -1 EINVAL (Invalid argument)                                                            </div>

<div>mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x35577000                                                        </div><div>read(4, "Bn2\177\255#\fQ\261\310\232\3304\252d`\"\243\357i\240\235"..., 4096) = 4096                                                          </div>

<div>close(4)                                = 0  </div><div><br></div><div><br></div><div>Any help would be appreciated.</div><div><br></div><font color="#888888"><div>-Ryan</div></font></div>
</blockquote></div><br>