[Ecls-list] ecls 10.3.1 on armv7

Ryan Hope rmh3093 at gmail.com
Thu Apr 1 21:40:50 UTC 2010


I will try and get more info out of gdb but my attempts so far have not
results in much useful output.

On Thu, Apr 1, 2010 at 4:45 PM, Matthew Mondor <mm_lists at pulsar-zone.net>wrote:

> On Sun, 28 Mar 2010 15:50:38 -0400
> Ryan Hope <rmh3093 at gmail.com> wrote:
>
> > ioctl(4, SNDCTL_TMR_TIMEBASE or TCGETS, 0x9ed40a44) = -1 EINVAL (Invalid
> > argument)
>
> I could take a look at the glibc code and stdio fopen(3) invokes
> isatty(3) to determine the buffering type it should use (it should use
> line-buffering on TTYs), and isatty(3) calls tcgetattr(3) which in turn
> on Linux uses the TCGETS ioctl(2), so the source of that EINVAL would be
> there.
>
> In theory, this only should affect stdio buffering on that file handle,
> however, I doubt the crash really has to do with this.
> --
> Matt
>
>
> ------------------------------------------------------------------------------
> Download Intel® Parallel Studio Eval
> Try the new software tools for yourself. Speed compiling, find bugs
> proactively, and fine-tune applications for parallel performance.
> See why Intel Parallel Studio got high marks during beta.
> http://p.sf.net/sfu/intel-sw-dev
> _______________________________________________
> Ecls-list mailing list
> Ecls-list at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/ecls-list
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.common-lisp.net/pipermail/ecl-devel/attachments/20100401/87b80317/attachment.html>


More information about the ecl-devel mailing list