[Bug 224917] www/firefox: bus error on stable/10 with 57.0.3,1

2018-01-12 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=224917 Jan Beich changed: What|Removed |Added Status|New |Closed

[Bug 224917] www/firefox: bus error on stable/10 with 57.0.3,1

2018-01-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=224917 --- Comment #22 from Garrett Wollman --- (In reply to Garrett Wollman from comment #21) Just for clarity, I built my own package as usual from the updated port -- still with clang 5.0.1 since that's still in my repo.

[Bug 224917] www/firefox: bus error on stable/10 with 57.0.3,1

2018-01-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=224917 --- Comment #21 from Garrett Wollman --- (In reply to Jan Beich from comment #20) WORKSFORME -- You are receiving this mail because: You are the assignee for the bug. ___

[Bug 224917] www/firefox: bus error on stable/10 with 57.0.3,1

2018-01-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=224917 --- Comment #20 from Jan Beich --- Clang lacks optimize attribute, so I've used optnone for MessageChannel::Clear(). Maybe worse than -O1 for the whole file but easier to maintain than un-unifying MessageChannel.cpp

[Bug 224917] www/firefox: bus error on stable/10 with 57.0.3,1

2018-01-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=224917 --- Comment #19 from commit-h...@freebsd.org --- A commit references this bug: Author: jbeich Date: Thu Jan 11 00:55:34 UTC 2018 New revision: 458709 URL: https://svnweb.freebsd.org/changeset/ports/458709 Log: MFH: r458705

[Bug 224917] www/firefox: bus error on stable/10 with 57.0.3,1

2018-01-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=224917 --- Comment #18 from commit-h...@freebsd.org --- A commit references this bug: Author: jbeich Date: Thu Jan 11 00:54:00 UTC 2018 New revision: 458705 URL: https://svnweb.freebsd.org/changeset/ports/458705 Log: www/firefox: work around

[Bug 224917] www/firefox: bus error on stable/10 with 57.0.3,1

2018-01-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=224917 --- Comment #17 from Dimitry Andric --- (In reply to Jilles Tjoelker from comment #2) > I rebuilt firefox-57.0.3,1 from a (slightly more recent) ports tree with SVN > r457360 reverted. This seems to run stably for 20

[Bug 224917] www/firefox: bus error on stable/10 with 57.0.3,1

2018-01-09 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=224917 --- Comment #16 from Mikhail T. --- (In reply to Garrett Wollman from comment #15) > To make this work I'd need a way to tell bsd.port.mk to use (and build!) > clang 4.0 instead of 5.0. Put the following snippet

[Bug 224917] www/firefox: bus error on stable/10 with 57.0.3,1

2018-01-09 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=224917 --- Comment #15 from Garrett Wollman --- (In reply to russo from comment #13) Doesn't help -- my package builds are automated. To make this work I'd need a way to tell bsd.port.mk to use (and build!) clang 4.0 instead

[Bug 224917] www/firefox: bus error on stable/10 with 57.0.3,1

2018-01-09 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=224917 --- Comment #14 from Mikhail T. --- Are we sure, this is a bug in clang and not an error in the code? Even if compiler really is at fault, perhaps, we can find the spot in question and rephrase it as a work-around?

[Bug 224917] www/firefox: bus error on stable/10 with 57.0.3,1

2018-01-09 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=224917 ru...@bogodyn.org changed: What|Removed |Added CC||ru...@bogodyn.org --- Comment

[Bug 224917] www/firefox: bus error on stable/10 with 57.0.3,1

2018-01-08 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=224917 --- Comment #12 from Garrett Wollman --- (In reply to Garrett Wollman from comment #11) Also confirming that Jilles' binary patching fix (there's only one byte sequence that matches) appears to work for me. -- You

[Bug 224917] www/firefox: bus error on stable/10 with 57.0.3,1

2018-01-08 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=224917 --- Comment #11 from Garrett Wollman --- (In reply to Garrett Wollman from comment #10) Hmmm, actually, I don't see any knobs in ports to select the compiler any more, so I have no idea how I'd even go about doing

[Bug 224917] www/firefox: bus error on stable/10 with 57.0.3,1

2018-01-08 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=224917 --- Comment #10 from Garrett Wollman --- (In reply to Mikhail T. from comment #9) Confirmed that 5.0.1 doesn't help for me either. Going to try your suggestion of 4.0 now. -- You are receiving this mail because: You

[Bug 224917] www/firefox: bus error on stable/10 with 57.0.3,1

2018-01-08 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=224917 --- Comment #9 from Mikhail T. --- (In reply to Mikhail T. from comment #8) > Definitely beyond the point where it used to crash. Thanks! I was too optimistic. The crash is still here. Rebuilding with clang-4.0

[Bug 224917] www/firefox: bus error on stable/10 with 57.0.3,1

2018-01-08 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=224917 Jan Beich changed: What|Removed |Added Flags||merge-quarterly?

[Bug 224917] www/firefox: bus error on stable/10 with 57.0.3,1

2018-01-08 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=224917 --- Comment #8 from Mikhail T. --- Rebuilt with clang-5.0.1 and it seems to be working. Definitely beyond the point where it used to crash. Thanks! -- You are receiving this mail because: You are the assignee for

[Bug 224917] www/firefox: bus error on stable/10 with 57.0.3,1

2018-01-08 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=224917 --- Comment #6 from Jan Beich --- (In reply to Mikhail T. from comment #5) > * clang-devel (6.0.0), clang40, clang39 all fail to compile because > of syntax errors (something about Args vs. args, as well as char16_t >

[Bug 224917] www/firefox: bus error on stable/10 with 57.0.3,1

2018-01-07 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=224917 Mikhail T. changed: What|Removed |Added CC|

[Bug 224917] www/firefox: bus error on stable/10 with 57.0.3,1

2018-01-06 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=224917 --- Comment #4 from Jan Beich --- Comment on attachment 189459 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=189459 llvm50 update Nevermind, firefox still crashes frequently... -- You are receiving this

[Bug 224917] www/firefox: bus error on stable/10 with 57.0.3,1

2018-01-06 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=224917 Jan Beich changed: What|Removed |Added Attachment #189459|

[Bug 224917] www/firefox: bus error on stable/10 with 57.0.3,1

2018-01-06 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=224917 --- Comment #3 from Jan Beich --- Created attachment 189459 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=189459=edit llvm50 update devel/llvm50 is at 5.0.0 while 5.0.1 was released >20 days ago. 臘 Can

[Bug 224917] www/firefox: bus error on stable/10 with 57.0.3,1

2018-01-05 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=224917 --- Comment #2 from Jilles Tjoelker --- I rebuilt firefox-57.0.3,1 from a (slightly more recent) ports tree with SVN r457360 reverted. This seems to run stably for 20 minutes and the disassembly of the corresponding

[Bug 224917] www/firefox: bus error on stable/10 with 57.0.3,1

2018-01-04 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=224917 Jan Beich changed: What|Removed |Added Blocks||224591

[Bug 224917] www/firefox: bus error on stable/10 with 57.0.3,1

2018-01-04 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=224917 Bug ID: 224917 Summary: www/firefox: bus error on stable/10 with 57.0.3,1 Product: Ports & Packages Version: Latest Hardware: amd64 OS: Any Status: New

maintainer-feedback requested: [Bug 224917] www/firefox: bus error on stable/10 with 57.0.3,1

2018-01-04 Thread bugzilla-noreply
Jilles Tjoelker <jil...@freebsd.org> has reassigned Bugzilla Automation <bugzi...@freebsd.org>'s request for maintainer-feedback to ge...@freebsd.org: Bug 224917: www/firefox: bus error on stable/10 with 57.0.3,1 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=224917 ---