[go-nuts] Tracking down RSS growth in cgo library

2020-05-22 Thread Justin Israel
I've been working to track this down for 2 days now and I'm just taking a long shot to see if anyone might have a new idea for me. My cgo-based bindings library seems to have unbounded RSS memory growth, which I have been able to reduce to the smallest benchmark test and even pinpoint the exact

[go-nuts] pprof with TLS client authentication

2020-05-22 Thread Daniel Mai
Does go tool pprof support TLS with client authentication? I see it has TLS options, but when I set them it doesn't work. But, it works if I use the standalone pprof tool. $ go version go version go1.14.1 linux/amd64 $ go tool pprof -tls_ca=./ca.crt -tls_cert=./client.user.crt

[go-nuts] Delve v1.4.1 released!

2020-05-22 Thread Derek Parker
Delve v1.4.1 is released! Thanks to everyone who contributed to this release! This release includes some new features, optimizations and bug fixes. Notable changes: * Support for linux/386 * DAP server initial release * New commands `display` and `examinemem` * Tracing improvements * Better

[go-nuts] Re: MediaStreamError

2020-05-22 Thread Jake Montgomery
This forum is about the Go language. Perhaps I am missing something, but this looks like Java? Does this relate to go in some way? On Friday, May 22, 2020 at 4:21:10 AM UTC-4, Ali Hassan wrote: > > I plug video streaming with my website but I got MediaStreamError . > > > How to resolve this

Re: [go-nuts] Maddy - composable all-in-one mail server

2020-05-22 Thread Adrian Ratnapala
Thanks for plugging this. Out of curiosity, what does "composable" mean in this case? On Thu, 21 May 2020 at 06:14, wrote: > > Hello, > > I would like to introduce a project that, in my opinion, needs more attention > as it has a great potential. It is a secure-by-default MTA and MDA >

[go-nuts] Re: Need help with go modules

2020-05-22 Thread lj011 . mt
It looks like I am not only one to struggle with (new?) go modules. I still consider me as novice to GO but the major problem is as usual, the focus. 1. Modules are complicated to understand 2. Lack of examples (of real use, not just POC) 3. Focus on extra (scale up) details (that are surely

[go-nuts] Re: opencv with my golang project

2020-05-22 Thread Ali Hassan
Thank you for support but i change my plan because this error resolve through npm which I had not using. I check stackflow On Thursday, May 21, 2020 at 1:27:27 PM UTC+5, Ali Hassan wrote: > > Opencv install [github.com/shrkwd/opencv-js] > Os : Linux 18.04 > > // opencv > file >//

[go-nuts] Re: opencv with my golang project

2020-05-22 Thread Ali Hassan
Thank you I have change my alternative because opencv not ready to integrate with golang.This is javascript error which I had checkout on stackoverflow On Thursday, May 21, 2020 at 1:27:27 PM UTC+5, Ali Hassan wrote: > > Opencv install [github.com/shrkwd/opencv-js] > Os : Linux 18.04 > > //

[go-nuts] MediaStreamError

2020-05-22 Thread Ali Hassan
I plug video streaming with my website but I got MediaStreamError . How to resolve this error https://github.com/ali2210/WizDwarf/blob/master/js/webrtc-video.js -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group

Re: [go-nuts] Weird problem that CPU is nearly 100%

2020-05-22 Thread Jan Mercl
On Fri, May 22, 2020 at 9:05 AM tokers wrote: > > Thanks for you reply. > > Yeah, we have the plan to upgrade our go version to 1.13.10. Note that 1.13 does not have goroutine preemption Ian was talking about wrt 1.14. -- You received this message because you are subscribed to the Google

Re: [go-nuts] Weird problem that CPU is nearly 100%

2020-05-22 Thread tokers
Thanks for you reply. Yeah, we have the plan to upgrade our go version to 1.13.10. -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to