Re: [go-nuts] x/mobile: avoid to catch sigabort signal

2023-09-11 Thread Danilo bestbug
lunedì 11 settembre 2023 alle 11:08:30 UTC+2 TheDiveO ha scritto: > CMAC_resume might be something from here, IIRC Darwin's OpenBSD anchestry: > https://man.openbsd.org/CMAC_Init.3 > > On Monday, September 11, 2023 at 8:17:44 AM UTC+2 Kurtis Rader wrote: > >> On Sun, Sep 10, 20

Re: [go-nuts] x/mobile: avoid to catch sigabort signal

2023-09-10 Thread Danilo bestbug
ely means your other code is corrupting the go > runtime/heap/stack. > > I would run other tests on this code exclusively (asan, etc). > > On Sep 10, 2023, at 12:54 PM, Danilo bestbug > wrote: > >  > > Hey TheDiveO, thanks for answering. > My focus is not

Re: [go-nuts] x/mobile: avoid to catch sigabort signal

2023-09-10 Thread Danilo bestbug
23 alle 18:12:37 UTC+2 TheDiveO ha scritto: > Maybe this SO Q with A might also help with further details: > https://stackoverflow.com/questions/47869988/how-does-cgo-handle-signals > > On Friday, September 8, 2023 at 11:38:38 PM UTC+2 Danilo bestbug wrote: > >> Ehy Ian, t

Re: [go-nuts] x/mobile: avoid to catch sigabort signal

2023-09-08 Thread Danilo bestbug
change, and if so how should I do? Il giorno venerdì 8 settembre 2023 alle 22:34:07 UTC+2 Ian Lance Taylor ha scritto: > On Thu, Sep 7, 2023 at 11:41 PM Danilo bestbug > wrote: > > > > Some weeks ago I've opened a possible bug on github and the only > response I re

[go-nuts] x/mobile: avoid to catch sigabort signal

2023-09-08 Thread Danilo bestbug
Hello gophers, Some weeks ago I've opened a possible bug on github and the only response I received is a reference to "This looks like the program (the Go runtime, or not) intentionally crashing when it is already in a bad condition, like receiving

Re: [go-nuts] Help with GOLLVM

2022-01-03 Thread Danilo bestbug
y using "gcc". > > Hope this helps-- > > Than > > On Thu, Dec 16, 2021 at 1:07 PM Danilo bestbug < > bestbug.corporat...@gmail.com> wrote: > >> Hello, >> >> I've create a docker images with ubuntu 20.10 with GOLLVM, I'm using at >> t

[go-nuts] Help with GOLLVM

2021-12-16 Thread Danilo bestbug
Hello, I've create a docker images with ubuntu 20.10 with GOLLVM, I'm using at the moment a simple test repository , I was able to create the ll file with the following command: go build -gccgoflags -static-libgo -x -work 1> transcript.txt 2>&1