Try this:

python2.7 -c 'import urllib2; web = 
urllib2.urlopen("https://www.mercurial-scm.org/repo/hello";); print web.read()'

Does python crash?


On Fri, May 18, 2018 at 02:18:13PM -0700, Nick Owens wrote:
> it looks like that's working. with this test mercurial prints (falling back
> to static-http) whereas in the mercurial 'hello' repo it does not. i wonder
> if it has something todo with the web server/http protocol.
> 
> erl$ pwd
> /home/mischief
> erl$ df -h
> Filesystem     Size    Used   Avail Capacity  Mounted on
> /dev/sd0a     13.9G    923M   12.3G     7%    /
> erl$ uname -a
> OpenBSD erl.house.lan 6.3 GENERIC#0 octeon
> erl$ hg -v clone http://juanfra684.blinkenshell.org/tmp/hello
> (falling back to static-http)
> destination directory: hello
> requesting all changes
> 2 changesets found
> uncompressed size of bundle content:
>      464 (changelog)
>      335 (manifests)
>      143  Makefile
>      388  hello.c
> adding changesets
> adding manifests
> adding file changes
> added 2 changesets with 2 changes to 2 files
> new changesets 0a04b987be5a:82e55d328c8c
> updating to branch default
> resolving manifests
> getting Makefile
> getting hello.c
> 2 files updated, 0 files merged, 0 files removed, 0 files unresolved
> 
> On Fri, May 18, 2018 at 1:49 PM, Juan Francisco Cantero Hurtado <
> i...@juanfra.info> wrote:
> 
> > On Fri, May 18, 2018 at 07:50:03AM -0700, misch...@offblast.org wrote:
> > > >Synopsis:    hg clone segmentation fault on octeon
> > > >Category:    user mips64
> > > >Environment:
> > >       System      : OpenBSD 6.3
> > >       Details     : OpenBSD 6.3 (GENERIC) #0: Sun Mar 25 19:48:22 UTC
> > 2018
> > >                        visa@octeon:/usr/src/sys/arch/
> > octeon/compile/GENERIC
> > >
> > >       Architecture: OpenBSD.octeon
> > >       Machine     : octeon
> > > >Description:
> > >       mercurial core dumps when executing clone
> > > >How-To-Repeat:
> > >       install openbsd/octeon on edgerouter lite
> > >       single / partition with wxallowed
> > >       erl# pkg_add mercurial
> > >       erl$ hg clone https://www.mercurial-scm.org/repo/hello
> > >       destination directory: hello
> > >       requesting all changes
> > >       Segmentation fault (core dumped)
> > >
> > > >Fix:
> > >       no clue how to fix it. gdb output:
> >
> > Hi, I don't have an Octeon system to test mercurial but it's working
> > fine on mips64el. Can you test this command?
> >
> > hg -v clone http://juanfra684.blinkenshell.org/tmp/hello
> >
> >
> >
> > --
> > Juan Francisco Cantero Hurtado http://juanfra.info
> >

-- 
Juan Francisco Cantero Hurtado http://juanfra.info

Reply via email to