On Wed, Jul 27, 2016 at 01:14:18AM -0400, Gabriel Guzman wrote:
>
> Hi tech@ - I have a Mac Mini that I'd like to donate to the project. If
> anyone who is working on the PowerPC port and is in need, please let me
> know. I will happily ship it to you.
I'll add to that - those macmini are awe
Hi tech@ - I have a Mac Mini that I'd like to donate to the project. If
anyone who is working on the PowerPC port and is in need, please let me
know. I will happily ship it to you.
I'm looking to send it to a "real developer who does commits"
Let me know, and thanks for the continued work on
On Mon, Jul 25, 2016 at 04:26:26PM +0200, Mark Kettenis wrote:
>
> Also, are you plugged into a gigabit switch? If not, "ifconfig fec0
> media 100baseTX" might help.
Missed that.
Thank you.
--
db
We're seeing similar panic's when using brk():
#include
#include
#include
int main(int argc, char **argv) {
brk(malloc(0x21000));
printf("no crash!\n");
return 0;
}
This one is non-deterministic, probably due to address space randomization?
Sometimes it fails with a dmesg warning:
On Tue, Jul 26, 2016 at 09:29:35PM +0200, Theo Buehler wrote:
> With the attached patch for attila's regress.m4 and the inlined patch
> for jot.c below, all of FreeBSD's regression tests pass.
And here's the patch for regress.m4:
--- regress.m4.orig Tue Jul 26 20:49:53 2016
+++ regress.m4 Tu
With the attached patch for attila's regress.m4 and the inlined patch
for jot.c below, all of FreeBSD's regression tests pass.
The first hunk is attila's, the second hunk is adapted from FreeBSD
(these are both not quite compatible with our current manual) and the
third hunk is pjanzen's lost fix
> From: Tim Newsham
> Date: Tue, 26 Jul 2016 08:57:12 -1000
>
> > The following program triggers the crash on my small VM's (64M, amd64) as
> > well as my medium VM (1G ram). When triggered, it reports
> > "panic: malloc: out of space in kmem_map".
> >
>
> I should have mentioned that this was
>
> The following program triggers the crash on my small VM's (64M, amd64) as
> well as my medium VM (1G ram). When triggered, it reports
> "panic: malloc: out of space in kmem_map".
>
I should have mentioned that this was with the -stable kernel pulled
yesterday,
which includes the fixes for the
Hi, It seems there is still a way to crash the kernel with the mmap call.
This one seems a lot less important since it appears only root can do it.
The following program triggers the crash on my small VM's (64M, amd64) as
well as my medium VM (1G ram). When triggered, it reports
"panic: malloc: o
On Mon, Jul 25, 2016 at 10:59:45AM +0200, Franco Fichtner wrote:
>
> > On 22 Jul 2016, at 7:58 PM, Mike Larkin wrote:
> >
> > What is your Hyper-V server host environment? Server 2012 R2? And I
> > need a full dmesg from when this worked, please.
>
> It's a Windows Server 2012 Datacenter Hyper-
10 matches
Mail list logo