[Bug 239552] Quotas on NFS shares broken (return: none) on 11.3-RELEASE

2019-09-04 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=239552

--- Comment #4 from Dani  ---
(In reply to Sean Eric Fagan from comment #3)
According to the NetApp(NFS Server) documentation it uses Version 1 -> see:
https://docs.netapp.com/ontap-9/index.jsp?topic=%2Fcom.netapp.doc.cdot-famg-nfs%2FGUID-AAA569D0-785B-46E6-B951-DA9F62C3308D.html

As far as i can see the RPC Version didn't change with FreeBSD 11.3 (and
neither did the NetApp Version)?

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"


[Bug 240327] bsdinstall(8): Partitioning the disk via scriptedpart always adds an EFI partition

2019-09-04 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=240327

Bug ID: 240327
   Summary: bsdinstall(8): Partitioning the disk via scriptedpart
always adds an EFI partition
   Product: Base System
   Version: CURRENT
  Hardware: Any
OS: Any
Status: New
  Severity: Affects Only Me
  Priority: ---
 Component: misc
  Assignee: b...@freebsd.org
  Reporter: 0...@freebsd.org

Here's a script to reproduce the issue:

```
pool="${1:-"zroot"}"
dataset="${2:-"bsdinstall-bug"}"

zfs create -V 1G "${pool}/${dataset}"
bsdinstall scriptedpart zvol/${pool}/${dataset} \
{512K freebsd-boot, 100M freebsd-swap, 512MB freebsd-ufs /}
gpart show zvol/${pool}/${dataset}
```

The result of the script is the following output:

```
=> 40  2097072  zvol/zroot/bsdinstall-bug  GPT  (1.0G)
   408 - free -  (4.0K)
   48 1024  1  freebsd-boot  (512K)
 1072   204800  2  freebsd-swap  (100M)
   205872   532480  3  efi  (260M)
   738352   516080  4  freebsd-ufs  (252M)
  1254432   842680 - free -  (411M)
```

As you can see, the EFI partition was included automatically. Also, the UFS
partition is much smaller than requested.

Tested on FreeBSD 13.0-CURRENT r351325 GENERIC amd64.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"


[Bug 240331] /root/.history - how to read? how to understand ? ??????

2019-09-04 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=240331

Bug ID: 240331
   Summary: /root/.history - how to read? how to understand ?
??
   Product: Base System
   Version: 12.0-STABLE
  Hardware: Any
OS: Any
Status: New
  Severity: Affects Only Me
  Priority: ---
 Component: kern
  Assignee: b...@freebsd.org
  Reporter: z462v...@mail.lviv.ua

how to read? how to understand ? ??

./test002.sh
#+1532190911
./test002.sh
#+1532191087
./test002.sh
#+1532191098
./test002.sh
#+1532191142
./test002.sh
#+1532191157
./test002.sh
#+1532191392
./test002.sh
#+1532191571
./test002.sh
#+1532191641
cd "`printf '%b' '\0057usr\0057home\0057siuchin'`"
#+1532191643
cd "`printf '%b' '\0057usr\0057home'`"
#+1532191645
cd "`printf '%b' '\0057usr\0057home\0057sh'`"
#+1532191651
cd "`printf '%b' '\0057usr\0057home\0057sh\0057jira'`"
#+1532191676
cd "`printf '%b' '\0057usr\0057home\0057backup'`"
#+1532191683
cd "`printf '%b' '\0057usr\0057home\0057sh\0057jira'`"
#+1532191714
cd "`printf '%b' '\0057usr\0057home\0057backup'`"
#+1532191724
cd "`printf '%b' '\0057usr\0057home\0057sh\0057jira'`"
#+1532191905
./installjira-6.4.14.sh
#+1532191972
cd "`printf '%b' '\0057usr\0057home\0057backup'`"
#+1532192024
cd "`printf '%b' '\0057usr\0057home\0057sh\0057jira'`"
#+1532192026
cd "`printf '%b' '\0057usr\0057home\0057backup'`"
#+1532192036
exit

uname -a

FreeBSD 12.0-STABLE GENERIC  amd64

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"


[Bug 240331] /root/.history - how to read? how to understand ? ??????

2019-09-04 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=240331

Andriy Gapon  changed:

   What|Removed |Added

 Status|New |Closed
 Resolution|--- |Not A Bug

--- Comment #1 from Andriy Gapon  ---
If you have a question, please use a suitable medium to ask it.  For example,
yo can use FreeBSD mailing lists, questi...@freebsd.org is recommended for a
start. Or FreeBSD forums. Etc.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"


[Bug 239801] mfi errors causing zfs checksum errors

2019-09-04 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=239801

Timur I. Bakeyev  changed:

   What|Removed |Added

   Severity|Affects Only Me |Affects Some People

--- Comment #6 from Timur I. Bakeyev  ---
The #230557 is kind of related to this issue

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"


[Bug 239801] mfi errors causing zfs checksum errors

2019-09-04 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=239801

--- Comment #7 from Andriy Gapon  ---
(In reply to Timur I. Bakeyev from comment #6)
Do you mean bug 230557 ?

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"


[Bug 240260] passwd(5) man page: correct HISTORY section

2019-09-04 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=240260

Jason Helfman  changed:

   What|Removed |Added

 CC||j...@freebsd.org
   Assignee|b...@freebsd.org|j...@freebsd.org

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"


[Bug 239552] Quotas on NFS shares broken (return: none) on 11.3-RELEASE

2019-09-04 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=239552

--- Comment #5 from Sean Eric Fagan  ---
That confuses me a lot, because include/rpcsvc/rquota.x specifies two versions
-- version 1 is the old standard structures, while version 2 uses the new one.

This would also be the same in 12.x.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"


[Bug 240257] crea(2) man page: Correct History Section

2019-09-04 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=240257

Gordon Bergling  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|New |Closed

--- Comment #1 from Gordon Bergling  ---
Correct by sevan@ in r351811

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"


[Bug 240252] Add smbios(4) manual page

2019-09-04 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=240252

Gordon Bergling  changed:

   What|Removed |Added

   Severity|Affects Some People |Affects Many People

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"


[Bug 240258] exec(3) man page: Add HISTORY section

2019-09-04 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=240258

Gordon Bergling  changed:

   What|Removed |Added

   Severity|Affects Some People |Affects Many People

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"


[Bug 240259] exit(3) man page: Add HISTORY section

2019-09-04 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=240259

Gordon Bergling  changed:

   What|Removed |Added

   Severity|Affects Some People |Affects Many People

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"


[Bug 240265] Add HISTORY sections to sin(3), cos(3) and log(3) man pages

2019-09-04 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=240265

Gordon Bergling  changed:

   What|Removed |Added

   Severity|Affects Some People |Affects Many People

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"


[Bug 240269] Add HISTORY section to getc(3) man page

2019-09-04 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=240269

Gordon Bergling  changed:

   What|Removed |Added

   Severity|Affects Some People |Affects Many People

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"


[Bug 240250] Add STANDARDS Section to gre(4) manual page

2019-09-04 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=240250

Gordon Bergling  changed:

   What|Removed |Added

   Severity|Affects Some People |Affects Many People

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"


[Bug 239723] cal, ncal man page update (new standards section)

2019-09-04 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=239723

Gordon Bergling  changed:

   What|Removed |Added

   Severity|Affects Some People |Affects Many People

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"


[Bug 239723] cal, ncal man page update (new standards section)

2019-09-04 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=239723

Gordon Bergling  changed:

   What|Removed |Added

 Attachment #206376|application/mbox|text/plain
  mime type||
 Attachment #206376|0   |1
   is patch||

--- Comment #1 from Gordon Bergling  ---
Comment on attachment 206376
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=206376
cal, ncal man page patch

Is patch

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"


[Bug 240061] MADV_FREE rewinds time to before fork()

2019-09-04 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=240061

--- Comment #7 from commit-h...@freebsd.org ---
A commit references this bug:

Author: kib
Date: Wed Sep  4 20:28:16 UTC 2019
New revision: 351830
URL: https://svnweb.freebsd.org/changeset/base/351830

Log:
  madvise(MADV_FREE): Quick fix to time rewind.

  Don't free pages in a shadowing object.  While this degrades MADV_FREE
  to a no-op (and we could, instead, choose to fall back to
  MADV_DONTNEED, at the cost of changing pmap_madvise), this is
  presently considered a temporary fix. We may prefer to risk a little
  fragmentation of the map by creating a zero/OBJT_DEFAULT entry over
  top of the existing object and, simultaneously, revert to the existing
  marking any pages in the former shadowing object in the advised region
  as reclaimable.  At least one consumer of MADV_FREE (snmalloc) may use
  mmap() to construct zeroed pages "eventually" here anyway, so the
  fragmentation may be coming anyway.

  Submitted by: Nathaniel Filardo 
  PR:   240061
  Reviewed by:  markj
  MFC after:1 week
  Differential revision:https://reviews.freebsd.org/D21517

Changes:
  head/sys/vm/vm_map.c

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"


[Bug 240061] MADV_FREE rewinds time to before fork()

2019-09-04 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=240061

--- Comment #8 from Konstantin Belousov  ---
So IMO the next easy step would be to add vm_object_collapse() call to increase
chances that we trimmed the inheritance chain after the fork.

As another corner case, you can check that no clipping is needed and then do
what your original (large) patch did.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"


[Bug 239894] security.bsd.stack_guard_page default causes Java to crash

2019-09-04 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=239894

--- Comment #20 from Konstantin Belousov  ---
After r351773, you can add the following fragment at the beginning of the jvm
initialization.  It is safe to ignore errors from procctl(2), which means that
the kernel is old and stack overflow detection would be still broken.

int arg = PROC_STACKGAP_DISABLE | PROC_STACKGAP_ENABLE_EXEC;
procctl(P_PID, getpid(), PROC_STACKGAP_CTL, &arg);

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"


[Bug 239801] mfi errors causing zfs checksum errors

2019-09-04 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=239801

--- Comment #8 from Timur I. Bakeyev  ---
(In reply to Andriy Gapon from comment #7)

Yes. Basically, it has a correct statement - for PERC H730P mrsas driver is a
better(and proper) option. I.e. mfi shouldn't even be picked up by the kernel
by default for it.

After switching to mrsas we've seen double in performance and overall
bandwidth, not to mention disappearing of those weird I/O error bugs.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"


[Bug 229745] ahcich: CAM status: Command timeout

2019-09-04 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=229745

--- Comment #32 from d...@jetcafe.org ---
(In reply to dave from comment #27)

Ok more data is good right? :) 

This timeout issue has resurfaced on the weekly scrubs. It is not solved by
what I said in comment #27.

For me, it's time to get a new controller. (sigh)

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"


[Bug 240339] [ig4] I2C2 (touchpad bus) broken on the Google Pixelbook (Sunrise Point PCH)

2019-09-04 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=240339

Bug ID: 240339
   Summary: [ig4] I2C2 (touchpad bus) broken on the Google
Pixelbook (Sunrise Point PCH)
   Product: Base System
   Version: CURRENT
  Hardware: Any
OS: Any
Status: New
  Severity: Affects Only Me
  Priority: ---
 Component: kern
  Assignee: b...@freebsd.org
  Reporter: greg@unrelenting.technology

The Pixelbook (google/eve) has four ig4 controllers enabled.

I2C0 is used for the touchscreen, and it works fine (using
https://github.com/wulf7/iichid for the HID).

I2C2 is used for the touchpad, and it doesn't:

- out of the box nothing can be detected on the bus, all commands time out;
- commenting out the code that asserts the reset (IG4_REG_RESETS_SKL), i.e. NOT
doing the LPSS reset (0x204), allows the touchpad's devices (HID and EC) to be
seen on that bus;
- but they still quickly "disappear" from the bus (so something goes wrong in
the controller) when I try to listen to hid events using libinput.

Setting slow polling in hid allows it to last for a bit, but eventually it
still breaks.

This is not related to speed settings, the firmware sets them correctly and I
commented out the code that replaces them — no difference.

Everything works fine in Linux (I tested SystemRescueCD) and is at least fully
detected in NetBSD (I only booted the installer, can't do anything in there
really). btw NetBSD doesn't assert the LPSS reset, only deasserts it (writes
0x3). though Linux does both.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"


[Bug 240340] [patch] MFC r351747 Implement nvme suspend / resume for pci attachment

2019-09-04 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=240340

Bug ID: 240340
   Summary: [patch] MFC r351747 Implement nvme suspend / resume
for pci attachment
   Product: Base System
   Version: 12.0-STABLE
  Hardware: amd64
OS: Any
Status: New
  Severity: Affects Only Me
  Priority: ---
 Component: kern
  Assignee: b...@freebsd.org
  Reporter: theron.tar...@gmail.com

Created attachment 207200
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=207200&action=edit
nvme resume patch

CURRENT r351747 fixes the 30s delay after resume for some users.

12.0-STABLE currently does not resume properly for me due to some other problem
that I have not investigated, but unrelated to nvme (12.0-RELEASE works, but
with the nvme timeout delay).

I applied the changes to 12.0-STABLE and then copied the entire sys/dev/nvme to
my 12.0-RELEASE src tree.  After rebuild and install, the nvme timeout problem
is fixed.  I assume this would work just as well on full 12.0-STABLE, but I
can't test this just yet.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"


[Bug 240342] clang++ bus error while building LLVM as part of Julia

2019-09-04 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=240342

Bug ID: 240342
   Summary: clang++ bus error while building LLVM as part of Julia
   Product: Base System
   Version: 11.3-RELEASE
  Hardware: amd64
OS: Any
Status: New
  Severity: Affects Only Me
  Priority: ---
 Component: bin
  Assignee: b...@freebsd.org
  Reporter: alex.ars...@julialang.org

I routinely build Julia (https://julialang.org) from source on FreeBSD using
```
gmake -j4 USECCACHE=1 USE_BINARYBUILDER=0
```
The `USE_BINARYBUILDER=0` option simply tells the build system to download and
compile the dependencies from source rather than downloading prebuilt,
cross-compiled binaries for the dependencies. Without this option, LLVM is not
built from source.

Today, doing `git clean -fdx` and rebuilding with the above command proceeded
as usual for a while but then failed with the following while compiling LLVM:

```
Scanning dependencies of target LLVMCoverage
[ 61%] Building CXX object
lib/ProfileData/Coverage/CMakeFiles/LLVMCoverage.dir/CoverageMapping.cpp.o
In file included from
/usr/home/alex/Projects/julia/deps/srccache/llvm-6.0.1/lib/ProfileData/Coverage/CoverageMapping.cpp:15:
/usr/home/alex/Projects/julia/deps/srccache/llvm-6.0.1/include/llvm/ProfileData/Coverage/CoverageMapping.h:643:25:
warning: explicitly defaulted copy assignment operator is implicitly deleted
[-Wdefaulted-function-deleted]
  LineCoverageIterator &operator=(const LineCoverageIterator &R) = default;
^
/usr/home/alex/Projects/julia/deps/srccache/llvm-6.0.1/include/llvm/ProfileData/Coverage/CoverageMapping.h:663:23:
note: copy assignment operator of 'LineCoverageIterator' is implicitly deleted
because field 'CD' is of reference type 'const llvm::coverage::CoverageData &'
  const CoverageData &CD;
  ^
clang++: error: unable to execute command: Bus error (core dumped)
clang++: error: clang frontend command failed due to signal (use -v to see
invocation)
FreeBSD clang version 8.0.0 (tags/RELEASE_800/final 356365) (based on LLVM
8.0.0)
Target: x86_64-unknown-freebsd11.3
Thread model: posix
InstalledDir: /usr/bin
clang++: note: diagnostic msg: PLEASE submit a bug report to
https://bugs.freebsd.org/submit/ and include the crash backtrace, preprocessed
source, and associated run script.
clang++: note: diagnostic msg: 


PLEASE ATTACH THE FOLLOWING FILES TO THE BUG REPORT:
Preprocessed source(s) and associated run script(s) are located at:
clang++: note: diagnostic msg: /tmp/CoverageMapping-01cfc3.cpp
clang++: note: diagnostic msg: /tmp/CoverageMapping-01cfc3.sh
clang++: note: diagnostic msg: 


[ 61%] Building CXX object
lib/Analysis/CMakeFiles/LLVMAnalysis.dir/PtrUseVisitor.cpp.o
gmake[4]: ***
[lib/ProfileData/Coverage/CMakeFiles/LLVMCoverage.dir/build.make:63:
lib/ProfileData/Coverage/CMakeFiles/LLVMCoverage.dir/CoverageMapping.cpp.o]
Error 254
gmake[3]: *** [CMakeFiles/Makefile2:9480:
lib/ProfileData/Coverage/CMakeFiles/LLVMCoverage.dir/all] Error 2
```

The requested attachments are at
https://gist.github.com/ararslan/ee6b157f8868a45ad865cfa9b3756f35

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"