Mark Johnston writes:
> I think the bug is that keg_large_init() doesn't take
> sizeof(struct uma_slab) into account when setting uk_ppera for the keg.
> In particular, the bug isn't specific to the bootup process; it only
> affects internal zones with an item size in the range [4016, 4096].
>
>
Raphael Kubo da Costa writes:
> "Andrey V. Elsukov" writes:
>
>> On 11.09.2017 15:23, Andrey V. Elsukov wrote:
>>
>>> --- trap 0xc, rip = 0x80d84870, rsp = 0x82193970, rbp =
>>> 0x821939b0 ---
>>> zone
"Andrey V. Elsukov" writes:
> On 11.09.2017 15:23, Andrey V. Elsukov wrote:
>
>> --- trap 0xc, rip = 0x80d84870, rsp = 0x82193970, rbp =
>> 0x821939b0 ---
>> zone_import() at zone_import+0x110/frame 0x821939b0
>> zone_alloc_item() at zone_alloc_item+0x36/frame 0xff
I've recently tried to upgrade a HEAD VM (running on a Linux host with
QEMU) from r321082 to r323412.
The new kernel panics right after I try to boot into it with:
panic: Assertion slab->us_keg == keg failed at /usr/src/sys/vm/uma_core.c:2285
cpuid = 0
time = 1
KDB: stack backtrace:
db_trace_self
After updating -CURRENT from a one or two-month old checkout, I get the
following messages when /etc/rc.d/initrandom is run:
Entropy harvesting:sysctl: unknown oid 'kern.random.sys.harvest.interrupt':
No such file or directory
interruptssysctl: unknown oid 'kern.random.sys.harvest.ethernet':
Konstantin Belousov writes:
> The right fix looks to be just what the panic message told, please try
> this:
The patch managed to fix the crash here at least.
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freeb
Raphael Kubo da Costa writes:
> This seems to have been committed in r253321, and broke some code that
> was working with r253320; namely, some code in x11/kde4-workspace
> includes math.h and calls isnan() with a const double.
For posterity, David has reverted the code back to the
David Chisnall writes:
> On 28 Jul 2013, at 22:27, Raphael Kubo da Costa wrote:
>
>> This seems to have been committed in r253321, and broke some code that
>> was working with r253320; namely, some code in x11/kde4-workspace
>> includes math.h and calls isnan() with a
Pasi Parviainen writes:
> On 13.7.2013 13:12, David Chisnall wrote:
>> On 12 Jul 2013, at 22:47, "O. Hartmann" wrote:
>>
>>> Obviously not really fixed, but even worse:
>>>
>>> if I use in C code (C99, using clang 3.3 on FreeBSD 10.0-CURRENT/amd64
>>> revision 253287) isnan(x) where x is a "cons
Robin Lehrmann writes:
> Now I want to start it but I don't find the start script in
> /usr/local/kde4/bin
According to x11/kde4-workspace's plist, you should have both startkde
and startkde4 in /usr/local/kde4/bin.
> how can I set the display or start kde4?
Have you followed the instructions
Nicolas Alexander Scheibling writes:
> As it stands now, I would absolutely love installing some 10-CURRENT on
> my newly acquired SONY VAIO ultrabook. AFAIK powered by Ivy Bridge ULV,
> 1.9 - 2.3 GHz. It has an additional SATA 32 GB Samsung SSD and a
> regular 500 GB HDD. It comes with Win 8, ca
11 matches
Mail list logo