Bezüglich Ingeborg Hellemo's Nachricht vom 21.02.2017 11:23 (localtime):
> trond.endres...@fagskolen.gjovik.no said:
>> Why does lagg0 refer to bge2 and bge3 in the ifconfig output, and not to
>> bxe2 and bxe3?
> My bad! No cut and paste from the console of the host without net. Wrote most
> of
Hello Freebsd-stable,
Now if you build zfs.ko with -O0 it panics on boot.
If you use default optimization level, a lot of fbt DTreace probes are
missing.
--
Best regards,
Lev mailto:l...@freebsd.org
___
freebsd-stabl
I seem to remember this happening when I tried it too, likely it blows
the stack, what's your panic?
When doing similar tracing before I've flagged the relevant methods with
__noinline.
On 22/02/2017 20:47, Lev Serebryakov wrote:
Hello Freebsd-stable,
Now if you build zfs.ko with -O0 it
The panic is definitely a bug. You should create a bug on bugzilla
for that one, if it isn't there already.
It's to be expected that a lot of FBT probes won't be present in the
default build. But there are two ways to ameliorate that:
1) Add a "__noinline" attribute to any function you want to t
On Wed, Feb 22, 2017 at 11:47:42PM +0300, Lev Serebryakov wrote:
> Hello Freebsd-stable,
>
>Now if you build zfs.ko with -O0 it panics on boot.
>
>If you use default optimization level, a lot of fbt DTreace probes are
> missing.
Is this related to http://llvm.org/bugs/show_bug.cgi?id=
23.02.2017 3:47, Lev Serebryakov пишет:
Hello Freebsd-stable,
Now if you build zfs.ko with -O0 it panics on boot.
If you use default optimization level, a lot of fbt DTreace probes are
missing.
If you use it with i386 (32 bits), you must use loader.conf tunnable:
kern.kstack_pages
On 22/02/2017 22:47, Lev Serebryakov wrote:
> Hello Freebsd-stable,
>
>Now if you build zfs.ko with -O0 it panics on boot.
I have seen a problem that matches your description, but not necessarily the
same one:
https://lists.freebsd.org/pipermail/freebsd-hackers/2016-July/049768.html
>If