Wednesday, 6 November 2019

[gccsdk] Native GCC 'hangs'

Hi all

I've found the GCC 4.7.4 compiler "hangs" while compiling some files
when running natively. This is running RISC OS 5 under RPCEmu, but it
also does it on an ARMBook. The gccsdk cross-compiler running on Linux
compiles the same file fine.

One example is Objects/longobject.c from Python 3.8.

#if 0-ing out the PyLong_FromString function will actually let it
compile the rest. It's a big function, so maybe I just need to wait
longer? However I did leave it for >30 minutes the other day.

Thanks

Chris


_______________________________________________
GCCSDK mailing list gcc@gccsdk.riscos.info
Bugzilla: http://www.riscos.info/bugzilla/index.cgi
List Info: http://www.riscos.info/mailman/listinfo/gcc
Main Page: http://www.riscos.info/index.php/GCCSDK

Monday, 4 November 2019

Re: "Warning from Netsurf: Unknown"

Vincent Sanders wrote on 4 Nov:
> I have changed how all network errors are reported to be a proper error
> page instead of a popup. please can those affected (using CI builds)
> confirm that the new behaviour is more informative and works for them.

Thanks for that welcome change, Vincent. I downloaded and installed #4881
just now and tried the site that I first reported in this thread.

I now get a "Connection timed out" error page -- screenshot here :
http://archivemag.co.uk/TEMP/NS-timedout.png (45K)

But I'm not clear whether this page came from Netsurf or from the site
named in the URL bar of the page. If Netsurf, could I suggest that your
design say so? (Maybe just add a Netsurf logo.)

Anyway, it *is* more informative!

Cheers.

--
Jim Nagel www.archivemag.co.uk

Re: "Warning from Netsurf: Unknown"

On 4 Nov 2019 "Richard Torrens (lists)" <Lists@Torrens.org> wrote:

> In article <20191104112318.oax3l5xs43fqrmzq@kyllikki.org>,
> Vincent Sanders <vince@netsurf-browser.org> wrote:
>> I have changed how all network errors are reported to be a proper
>> error page instead of a popup. please can those affected (using CI
>> builds) confirm that the new behaviour is more informative and works
>> for them.

> Nice one!

> Yes, the error "Couldn't resolve host name" is reported nicely.

And here with CI 4881. Many thanks.

Best wishes,

Peter.

--
Peter Young (zfc Hg) and family
Prestbury, Cheltenham, Glos. GL52, England
http://pnyoung.orpheusweb.co.uk
pnyoung@ormail.co.uk

Re: [Rpcemu] Revised 0.9.2 patch for Mac

In message <1F04925E-AF93-4D6E-B193-42DBF6B30313@maemagel.com>
Timothy Coltman <lists@maemagel.com> wrote:

> Hello all

> Following on from my earlier posts, please find attached a revised
> patch for 0.9.2 that resolves the issue with dynamic recompilation. I
> have tested with 10.14.6 (Mojave) and 10.15.1 (Catalina) and it works
> in both.

Many thanks, it is working nicely here on Catalina 10.15.1 and very
welcome.

--
David Pitt
Titanium

_______________________________________________
RPCEmu mailing list
RPCEmu@riscos.info
http://www.riscos.info/cgi-bin/mailman/listinfo/rpcemu

Re: "Warning from Netsurf: Unknown"

In article <20191104112318.oax3l5xs43fqrmzq@kyllikki.org>,
Vincent Sanders <vince@netsurf-browser.org> wrote:
> I have changed how all network errors are reported to be a proper
> error page instead of a popup. please can those affected (using CI
> builds) confirm that the new behaviour is more informative and works
> for them.

Nice one!

Yes, the error "Couldn't resolve host name" is reported nicely.

--
Richard Torrens.
http://www.Torrens.org for genealogy, natural history, wild food, walks, cats
and more!

Re: "Warning from Netsurf: Unknown"

On Tue, Oct 22, 2019 at 01:21:26PM +0100, Richard Porter wrote:
> On 22 Oct 2019 David Pitt wrote:
>
> > It is on the bug tracker now. The example above is a very broken site,
> > neither Safari or Firefox get anywhere with it.
>
> I get the same response after a long wait.
>

I have changed how all network errors are reported to be a proper
error page instead of a popup. please can those affected (using CI
builds) confirm that the new behaviour is more informative and works
for them.

--
Regards Vincent
http://www.kyllikki.org/

Sunday, 3 November 2019

[Rpcemu] Revised 0.9.2 patch for Mac

Hello all

Following on from my earlier posts, please find attached a revised patch for 0.9.2 that resolves the issue with dynamic recompilation. I have tested with 10.14.6 (Mojave) and 10.15.1 (Catalina) and it works in both.

The compilation instructions are the same as before (see my email dated 27/10/2019).

Tim