From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mimir.eigenstate.org ([206.124.132.107]) by ewsd; Thu Jul 9 00:26:15 EDT 2020 Received: from abbatoir.fios-router.home (pool-74-101-2-6.nycmny.fios.verizon.net [74.101.2.6]) by mimir.eigenstate.org (OpenSMTPD) with ESMTPSA id d25ee9c9 (TLSv1.2:ECDHE-RSA-AES256-SHA:256:NO); Wed, 8 Jul 2020 21:26:00 -0700 (PDT) Message-ID: <8368654C67EEBB185E5A98F6D3DD7C6D@eigenstate.org> To: kokamoto@hera.eonet.ne.jp, 9front@9front.org Subject: Re: [9front] x509.c for ape in libsec.a Date: Wed, 8 Jul 2020 21:25:59 -0700 From: ori@eigenstate.org In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: basic virtualized full-stack CMS-based WEB2.0 over ORM strategy base engine-scale service-based controller > More precisely, > for stringobject.c: > static PyObject * > SubString_new_object_or_empty(SubString *str) > { > if (str->ptr ==((void *)0)) { > return PyString_FromStringAndSize(((void *)0), 0); > } > return PyString_FromStringAndSize(str->ptr, str->end - str->cpp 612: suicide: sys: trap: fault write addr=0xdeffeff4 pc=0x00008705 > > The last line shows PyString_FromStringAndSize() function in cpython/Objects/stringobject.c, > and to do return (PyObject *) op; > Probably, this 'op' is not on the memory... > > I replaced /386/bin/cpp by that from 9legacy'e one, and recompiled. > Yes, it's Ok with no problem. > > Therefore 9front's /386/bin/cpp has some problem, I think. > > Kenji Yes. I'll look into it.