From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-wr1-f49.google.com ([209.85.221.49]) by ewsd; Fri Sep 28 19:21:14 EDT 2018 Received: by mail-wr1-f49.google.com with SMTP id b11-v6so7925449wru.9 for <9front@9front.org>; Fri, 28 Sep 2018 16:21:11 -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=zmUbj693BKkkL0LvdCP6GcAJUqz14sqEEqUGCnI09ng=; b=QgDlzN/dbizJXYU7fWDGxi5PT+b5ekVltb8pL5roNajK0dVErvHe0rIOC8Y/tk1Pqq ugnEVOXM8Op8HtGW17KVb3t2sFS/Ah25woMQA7veZZaNUX70ookbN+OLVBTHZ4St/myp KLHkbQdW3EH2TNkuJInsgV9W73lh2QKAHjh0k49p7GZfRJNz7yUtSZqp55OJkKmAXEO8 GVHSyFRBfzEvnpDpn9gLyBPTqV1Ebmk5ugU8klq96jpcqrSYmCynDy4bbGynGvetnZRS lXSbLheuW6Eh7yWetTj25Z+9Hug2X/BlwWV0aPXr9Gj0eUfZOB0f6ALYHkv33vYqM+ic tfRA== 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=zmUbj693BKkkL0LvdCP6GcAJUqz14sqEEqUGCnI09ng=; b=a4+j6xlI6gyYgfuIYtcPxq+777MEcuY+JeqC2hPy4wY9wVGzmu/HCuqEkBiH9TcR3j AI5yjasiE0N+xINQ57ITQINHS1prTd2pe2U/EdXc7D+29/qf4HSJvhZ/AlVHjp6ra48w 3ijmGa8sIkYsNP4y9hpBzvhzt+OX5uK/FOKNZAQF7DVclgzbIlOcW6EVUZCOQ2tZ0qWw fZ47J1ogDDXw4J7W5DSXGtQ8qiU0qeAOJAFOTpUpisGePZyGXR1lyE5i1fsK7uRLLMRe 9ockwCvlsyo+M3wsroZiale5H4Tq0KOQMyRXWMarTT6Q7ILDiaBi7bgr8rvRCvKhWQyL UE6g== X-Gm-Message-State: ABuFfoj/IDfPsYCj/BY+RyscLuRRRQmQXsKmLTuIuPy+6nCFKVz59Exl Omrwmmd98ng1kUl4y+iSO9d9elkwG9eK44IhcqIdqQi507PHaw== X-Google-Smtp-Source: ACcGV61pZC3X+HdB3RryTN9Ze0Qu2j1V1G7XMFkEDqVrBZB7VP6GoIrKk86fual6yE04wzJDD3oH2vLT9q5ovheHIuo= X-Received: by 2002:a5d:4fcf:: with SMTP id h15-v6mr400100wrw.261.1538176870718; Fri, 28 Sep 2018 16:21:10 -0700 (PDT) MIME-Version: 1.0 References: <386A77DA-944E-4287-8896-002545EFC033@quintile.net> In-Reply-To: <386A77DA-944E-4287-8896-002545EFC033@quintile.net> From: Nick Owens Date: Fri, 28 Sep 2018 16:20:59 -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: stateless distributed DOM scripting frontend the crashes i reported have been fixed in commit bbfa08b096c1 (thanks aiju, cinap_lenrek). this now works: hget http://stream-dc1.radioparadise.com:80/ogg-192m | 5e /arm/bin/audio/oggdec > /dev/audio i have also tested my port of opus against the new libogg on amd64, and that works as well. On Fri, Sep 28, 2018 at 12:15 PM Steve Simon wrote: > > i will try on a pi at work on monday. > > -Steve > > > > On 28 Sep 2018, at 8:07 pm, Nick Owens wrote: > > > > 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=3D0x5a00= 000000 > > > > 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=3D0x5a00= 000000 > > > > 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 wr= ote: > >>> > >>> ping > >>>> On Sat, Sep 8, 2018 at 6:40 PM Nick Owens wr= ote: > >>>> > >>>> 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, th= at > >>>> would be helpful. >