Re: NetBSD 7, i386, firefox with flash plugin?

2016-05-20 Thread Mayuresh
On Fri, May 20, 2016 at 07:38:30PM +0200, Jose Luis Rodriguez Garcia wrote: > I haven't more ideas. > I know that in the previous pkgsrc version, recent firefox didn't > build. You had to use firefox24-24. > > In the recent pkgsrc firefox now builds fine. I am using now firefos > 38 (it is the ESR

Re: debugging a memory leak

2016-05-20 Thread Valery Ushakov
Timo Buhrmester wrote: > > but it's limited to Linux, Darwin, and Solaris. > > Last time I checked, FreeBSD also had valgrind working. I wonder > how much effort it would be to port it to NetBSD. As far as I understand (I had my brushes with valgrind internals) it's mostly the drudgery of, eff

Re: debugging a memory leak

2016-05-20 Thread Swift Griggs
On Fri, 20 May 2016, Manuel Bouyer wrote: > I though ElectricFence would only detect things like use after free or > out of bound access, but not memory leaks ? Hmm, I thought it did. Like if you try to malloc() over a pointer and clobber it before you free()'d the previous one (say in a loop/it

Re: debugging a memory leak

2016-05-20 Thread Manuel Bouyer
On Fri, May 20, 2016 at 10:29:02PM +0200, Timo Buhrmester wrote: > > but it's limited to Linux, Darwin, and Solaris. > Last time I checked, FreeBSD also had valgrind working. I wonder how > much effort it would be to port it to NetBSD. google found some talks about it for NetBSD but it seems the

Re: debugging a memory leak

2016-05-20 Thread Manuel Bouyer
On Fri, May 20, 2016 at 02:20:39PM -0600, Swift Griggs wrote: > On Fri, 20 May 2016, Manuel Bouyer wrote: > > what tools do we have on NetBSD to find a memory leak in a userland > > program (actually OpenCPN - which is a large C++ program with dynamic > > libraries and uses dlopen()) ? > > Manue

Re: debugging a memory leak

2016-05-20 Thread Timo Buhrmester
> but it's limited to Linux, Darwin, and Solaris. Last time I checked, FreeBSD also had valgrind working. I wonder how much effort it would be to port it to NetBSD.

Re: debugging a memory leak

2016-05-20 Thread Swift Griggs
On Fri, 20 May 2016, Manuel Bouyer wrote: > what tools do we have on NetBSD to find a memory leak in a userland > program (actually OpenCPN - which is a large C++ program with dynamic > libraries and uses dlopen()) ? Manuel, I'm guessing you are a much better C programmer than I, but I can rela

debugging a memory leak

2016-05-20 Thread Manuel Bouyer
Hello, what tools do we have on NetBSD to find a memory leak in a userland program (actually OpenCPN - which is a large C++ program with dynamic libraries and uses dlopen()) ? The memory usage of the process is slowy growing, until the systems gets out of ram/swap and kills it (on my evbarm which

Re: NetBSD 7, i386, firefox with flash plugin?

2016-05-20 Thread Jose Luis Rodriguez Garcia
I haven't more ideas. I know that in the previous pkgsrc version, recent firefox didn't build. You had to use firefox24-24. In the recent pkgsrc firefox now builds fine. I am using now firefos 38 (it is the ESR version). I think that you have mixed packages from different versions of pkgsrc. Dele

Re: NetBSD 7, i386, firefox with flash plugin?

2016-05-20 Thread Mayuresh
On Fri, May 20, 2016 at 09:11:11PM +0530, Mayuresh wrote: > On Fri, May 20, 2016 at 05:04:55PM +0200, Jose Luis Rodriguez Garcia wrote: > > I think that it matters. > > > > f you use pkgin try to update all packages: pkgin upgrade. If you > > don't use pkgin, you can try to use pkg_add -u on firef

Re: NetBSD 7, i386, firefox with flash plugin?

2016-05-20 Thread Mayuresh
On Fri, May 20, 2016 at 05:04:55PM +0200, Jose Luis Rodriguez Garcia wrote: > I think that it matters. > > f you use pkgin try to update all packages: pkgin upgrade. If you > don't use pkgin, you can try to use pkg_add -u on firefox and > npwrapper. I prefer pkgin whenever packages are available

Re: NetBSD 7, i386, firefox with flash plugin?

2016-05-20 Thread Jose Luis Rodriguez Garcia
I think that it matters. f you use pkgin try to update all packages: pkgin upgrade. If you don't use pkgin, you can try to use pkg_add -u on firefox and npwrapper. I think that you have mixed versions (some packages have dependencies of older packages). As workaround you can try to do a symlink

Re: NetBSD 7, i386, firefox with flash plugin?

2016-05-20 Thread Jose Luis Rodriguez Garcia
I use it without problems in NetBSD 7.0/amd64 and NetBSD 6.1/i386. Does it appear in the list of registered plugins, In firefox type: about:plugins When you try play a flash file what is the error message? On Mon, May 16, 2016 at 08:07:22PM +0530, Mayuresh wrote: >Can someone please help? Any w

Re: NetBSD 7, i386, firefox with flash plugin?

2016-05-20 Thread Mayuresh
On Fri, May 20, 2016 at 03:41:27PM +0200, Jose Luis Rodriguez Garcia wrote: > I use it without problems in NetBSD 7.0/amd64 and NetBSD 6.1/i386. Yes, it looks like: Shockwave Flash File: npwrapper.libflashplayer.so Path: /usr/pkg/lib/netscape/plugins/npwrapper.libflashplayer.so Versi

Re: NetBSD 7, i386, firefox with flash plugin?

2016-05-20 Thread Mayuresh
On Mon, May 16, 2016 at 08:07:22PM +0530, Mayuresh wrote: Can someone please help? Any way out to get flash work in any browser on NetBSD 7.0 i386? Does it work on amd64? (Did I make a mistake by switching to i386?) Mayuresh