Re: arm64 vs. jemalloc and swapping in and out, sh/su examples: being swapped out leads to later Failed assertion: "tsd_booted" after being swapped in

2017-02-27 Thread Poul-Henning Kamp
In message <41a51b66-4290-48e0-a3e3-aeb809b27...@dsl-only.net>, Mark Millard writes: >The evidence is that process-memory is trashed and so likely continued >operation of any previously swapped-out processes is unreliable. I can confirm process corruption on RPi3 as of r313567. -- Pou

Re: bmake core dump

2017-02-27 Thread Simon J. Gerraty
Iblis Lin wrote: > > Could you perhaps run that with ktrace? > > > > Eg. > > > > ktrace -i -t cnis -f /var/tmp/make.kt whatever command you ran > > kdump -m 128 -f /var/tmp/make.kt > /var/tmp/make.kd > > > > that would show what make is actually reading > > > > I uploaded the ktrace to the gi

Re: bmake core dump

2017-02-27 Thread Iblis Lin
On Mon, Feb 27, 2017 at 10:27:17PM -0800, Simon J. Gerraty wrote: > Iblis Lin wrote: > > Accutally, I made it core dump via a julia script. > > Please checkout this code > > I'm not familiar with juila, in most scripting languages > cmd = `/usr/bin/make -f - -V MAKE_ENV` > would run that command

Re: bmake core dump

2017-02-27 Thread Simon J. Gerraty
Iblis Lin wrote: > Accutally, I made it core dump via a julia script. > Please checkout this code I'm not familiar with juila, in most scripting languages cmd = `/usr/bin/make -f - -V MAKE_ENV` would run that command and assign the output to cmd. The make instance would be reading from stdin whic

Re: arm64 vs. jemalloc and swapping in and out, sh/su examples: being swapped out leads to later Failed assertion: "tsd_booted" after being swapped in

2017-02-27 Thread Mark Millard
On 2017-Feb-27, at 7:21 PM, Mark Millard wrote: > [I've added a variant of this material to bugzilla 217138.] > > I've reduced the testing context to the following > type of example (no longer involving buildworld > buildkernel): > > # sh > # sh > # sh > . . . > # sh > > (So a bunch of nested

Re: bmake core dump

2017-02-27 Thread Iblis Lin
On Mon, Feb 27, 2017 at 11:06:43AM -0800, Simon J. Gerraty wrote: > Hi Iblis > > > I encounted core dump with `make -f - ...` > > can you share the content of stdin? or a relevant snippet? > > Also what version of bmake? (make -r -f /dev/null -V MAKE_VERSION) > > Your patch risks overflow, so w

arm64 vs. jemalloc and swapping in and out, sh/su examples: being swapped out leads to later Failed assertion: "tsd_booted" after being swapped in

2017-02-27 Thread Mark Millard
[I've added a variant of this material to bugzilla 217138.] I've reduced the testing context to the following type of example (no longer involving buildworld buildkernel): # sh # sh # sh . . . # sh (So a bunch of nested sh's in an ssh session that will have most swapped out. I happened to have d

Are there any AMD graphics blobs available?

2017-02-27 Thread Chris H
I desperately needed a couple of additional "build boxes", as I'm currently MAINTAINER for ~110 ports, and am RP for more servers than I care to recall. So around mid December of 2016 I dropped ~$550 on some AMD based boards. I've always used boards with nVidia onboard graphics in the past, as the

Re: pkg update fails with: rsa verify failed: error:04091077:rsa routines:INT_RSA_VERIFY:wrong signature length

2017-02-27 Thread Ronald Klop
On Mon, 27 Feb 2017 21:20:37 +0100, Ronald Klop wrote: On Mon, 27 Feb 2017 09:34:06 +0100, Dave Cottlehuber wrote: I'm seeing this this morning on both 12.0-CURRENT systems (running drm-next kernel), and I see 1 other report on IRC. As presumably this will be fixed in due course, this is

Re: pkg update fails with: rsa verify failed: error:04091077:rsa routines:INT_RSA_VERIFY:wrong signature length

2017-02-27 Thread Ronald Klop
On Mon, 27 Feb 2017 09:34:06 +0100, Dave Cottlehuber wrote: I'm seeing this this morning on both 12.0-CURRENT systems (running drm-next kernel), and I see 1 other report on IRC. As presumably this will be fixed in due course, this is a heads up to let other people searching that they are not

Re: Problem with pkg

2017-02-27 Thread Chris H
On Mon, 27 Feb 2017 13:02:23 + (UTC) Filippo Moretti wrote > After a blackout caused by my wife I only get a few pkg shown with the > command pkg info while they should be hundreds.I also get this error message > when trying to install packages by pkg installpkg: Repository FreeBSD load > err

Re: Problem with pkg

2017-02-27 Thread Chris H
On Mon, 27 Feb 2017 13:02:23 + (UTC) Filippo Moretti wrote > After a blackout caused by my wife I only get a few pkg shown with the > command pkg info while they should be hundreds.I also get this error message > when trying to install packages by pkg installpkg: Repository FreeBSD load > err

Re: bmake core dump

2017-02-27 Thread Simon J. Gerraty
Hi Iblis > I encounted core dump with `make -f - ...` can you share the content of stdin? or a relevant snippet? Also what version of bmake? (make -r -f /dev/null -V MAKE_VERSION) Your patch risks overflow, so would like to reproduce first... ___ fre

Re: Problem with pkg

2017-02-27 Thread Baptiste Daroussin
On Mon, Feb 27, 2017 at 03:37:55PM +0100, Domagoj Stolfa wrote: > Having the same issues, even after numerous attempts to manually fix it. > This is a problem on the freebsd side a fix has been made, new repository should be out soon Only 12-CURRENT is inpacted right now 11.0-RELEASE amd64 was a

Re: Problem with pkg

2017-02-27 Thread Guido Falsi
On 02/27/17 14:02, Filippo Moretti wrote: > After a blackout caused by my wife I only get a few pkg shown with the > command pkg info while they should be hundreds.I also get this error message > when trying to install packages by pkg installpkg: Repository FreeBSD load > error: access repo file

Re: Problem with pkg

2017-02-27 Thread Guido Falsi
On 02/27/17 14:02, Filippo Moretti wrote: > After a blackout caused by my wife I only get a few pkg shown with the > command pkg info while they should be hundreds.I also get this error message > when trying to install packages by pkg installpkg: Repository FreeBSD load > error: access repo file

Re: Problem with pkg

2017-02-27 Thread Domagoj Stolfa
Having the same issues, even after numerous attempts to manually fix it. -- Best regards, Domagoj Stolfa On Mon, Feb 27, 2017 at 11:34:34PM +0900, Tomoya Tabuchi wrote: > On Mon, Feb 27, 2017 at 01:02:23PM +, Filippo Moretti wrote: > > After a blackout caused by my wife I only get a few pkg

Re: Problem with pkg

2017-02-27 Thread Tomoya Tabuchi
On Mon, Feb 27, 2017 at 01:02:23PM +, Filippo Moretti wrote: > After a blackout caused by my wife I only get a few pkg shown with the > command pkg info while they should be hundreds.I also get this error message > when trying to install packages by pkg installpkg: Repository FreeBSD load >

Problem with pkg

2017-02-27 Thread Filippo Moretti
After a blackout caused by my wife I only get a few pkg shown with the command pkg info while they should be hundreds.I also get this error message when trying to install packages by pkg installpkg: Repository FreeBSD load error: access repo file(/var/db/pkg/repo-FreeBSD.sqlite) failed: No such

bmake core dump

2017-02-27 Thread Iblis Lin
Hi, I encounted core dump with `make -f - ...` The backtrace: Core was generated by `/usr/bin/make -f - -V MAKE_JOBS_NUMBER'. Program terminated with signal 10, Bus error. #0 Hash_FindEntry (t=, key=) at /usr/src/contrib/bmake/hash.c:231 231 if (e->namehash == h && strcmp(e

pkg update fails with: rsa verify failed: error:04091077:rsa routines:INT_RSA_VERIFY:wrong signature length

2017-02-27 Thread Dave Cottlehuber
I'm seeing this this morning on both 12.0-CURRENT systems (running drm-next kernel), and I see 1 other report on IRC. As presumably this will be fixed in due course, this is a heads up to let other people searching that they are not alone in their misery. ``` # pkg update Updating FreeBSD reposit