From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-wm1-f42.google.com ([209.85.128.42]) by ewsd; Fri Sep 28 15:08:02 EDT 2018 Received: by mail-wm1-f42.google.com with SMTP id 206-v6so3232050wmb.5 for <9front@9front.org>; Fri, 28 Sep 2018 12:07:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=offblast-org.20150623.gappssmtp.com; s=20150623; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :content-transfer-encoding; bh=c1maj7HaKKReY2kEb/hATrfkXKGupBwBdh4Bj+8KHe8=; b=im6t5HLPPJbJ6+0MxQFMt3HqL+/RSBPYOV666HZFqYHd0RX+EFlcU8/T0DYMw7hxM3 cYd19TwyCLpalH+VfL8OxGR0+oshH6f3cMOPrNWsLLzWdohTxiTEPY9niKkJvcPXdaBl tmSaZtHtSLKOsZmiDyYUucx5k9Awa6WE1C47xzYUrn09NPWAr761GRtSSK1iytc2y55n dAExHbHfHiFd/cWhlDg99hp2l28hskNYPUnPkthSj0i3U6c3H5Der1956Kn3+dVUo9y0 cgEuOpeuHoENDSGgzLFnZVM2MwmIz8pxU4qn+C78EjKOsQTcS5HEDYCgNe5CRC3A5UbF ZImg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:content-transfer-encoding; bh=c1maj7HaKKReY2kEb/hATrfkXKGupBwBdh4Bj+8KHe8=; b=MOVJ874VNtS8a2SBO7RiZSplzGR//K8C9L47pFGNuUSLnLQxF/dCtbRr5OYHBNKmaH ClyalhIinhoLSZuIDxr850GiysF2uzYRFL+BI5zTYiWjJLaVM3tlHwN11y4MrjllpAYq HWO+vkdSbbIx1r51on0Kvgi/ZLHOsQ003jQJpsHUEj32WA8sAch+9YOl9Oy3YwLl6YJV dv4vpIt+Si+cVlFSg4HPubbdTrkszawkz/F07L1Ba8MljBDHa/epXifK7aZvWuji9sT/ qQMjVN0byv6UYkysDv0Eayrewv4rXTUuLEnCVLETXMLc//KMzPT5edLr0BaDN1+4rGMC gQDg== X-Gm-Message-State: ABuFfohFVND/vEsBAxBMQY3OZGD4h4ikdnQxjudU61I9oijN+SIEPHFU WGKR80T+SJD3o9r1QgnvKofeQPXuWbHGsnYd5rRzrjsu6fyLng== X-Google-Smtp-Source: ACcGV60FNCowqm+t/m0cEjjlSf37w1BwDXAsAilHmhnlbWalCgdsEp7lChA4F63c2NJJIKEvBvZz4q5gHKIet/VkV8A= X-Received: by 2002:a1c:a894:: with SMTP id r142-v6mr2656256wme.97.1538161678071; Fri, 28 Sep 2018 12:07:58 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Nick Owens Date: Fri, 28 Sep 2018 12:07:46 -0700 Message-ID: Subject: Re: [9front] Re: libogg update To: 9front@9front.org Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: compliant ISO-certified NoSQL-scale service per cinap_lenrek's recommendation, i've attempted to test this with 5e but got the following: cpu% hget http://stream-dc1.radioparadise.com:80/ogg-192m | 5e /arm/bin/audio/oggdec > /dev/audio artist=3D title=3DJerry Garcia - The Wheel server=3DIcecast 2.3.3-kh9 Bitstream is 2 channel, 44100Hz Encoded by: Xiph.Org libVorbis I 20070622 fault 00010c71 (4) @ 00001e78 also tried 5i: cpu% hget http://stream-dc1.radioparadise.com:80/ogg-192m | 5i /arm/bin/audio/oggdec > /dev/audio 5i 1061: suicide: sys: trap: fault read addr=3D0x5a00000000 pc=3D0x5a000000= 00 vi has the same result: cpu% hget http://stream-dc1.radioparadise.com:80/ogg-192m | vi /mips/bin/audio/oggdec > /dev/audio vi 1222: suicide: sys: trap: fault read addr=3D0x5a00000000 pc=3D0x5a000000= 00 didn't investigate it yet, since i have some things to do today. still have no reports on real hardware tests. On Thu, Sep 27, 2018 at 9:08 AM Sigrid Hafl=C3=ADnud=C3=B3ttir wrote: > > Pong. Decoding/encoding works fine on pc64. I have nothing else to > test it on though. > > On Tue, Sep 18, 2018 at 8:06 PM Nick Owens wrote: > > > > ping > > On Sat, Sep 8, 2018 at 6:40 PM Nick Owens wrote= : > > > > > > attached is a patch to bring libogg > > > (https://git.xiph.org/?p=3Dogg.git;a=3Dsummary) to v1.3.3. > > > > > > if anyone can test before it is committed, especially on non-x86, tha= t > > > would be helpful.