[Bug 231491] www/firefox (62.0) built with DEBUG doesnt start
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Wed Sep 19 22:00:36 UTC 2018
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=231491
Bug ID: 231491
Summary: www/firefox (62.0) built with DEBUG doesnt start
Product: Ports & Packages
Version: Latest
Hardware: amd64
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: Individual Port(s)
Assignee: gecko at FreeBSD.org
Reporter: kirillrdy at gmail.com
Flags: maintainer-feedback?(gecko at FreeBSD.org)
Assignee: gecko at FreeBSD.org
When build firefox with DEBUG, it crashes during start up
Here is stack trace:
Assertion failure: !locale.IsEmpty(), at
/usr/ports/www/firefox/work/firefox-62.0/intl/locale/LocaleService.cpp:706
#01:
_ZNSt3__16vectorImNS_9allocatorImEEE21__push_back_slow_pathImEEvOT_[/usr/local/lib/firefox/libxul.so
+0x13e0a56]
#02:
_ZNSt3__16vectorImNS_9allocatorImEEE21__push_back_slow_pathImEEvOT_[/usr/local/lib/firefox/libxul.so
+0x13e1559]
#03:
_ZNSt3__16vectorImNS_9allocatorImEEE21__push_back_slow_pathImEEvOT_[/usr/local/lib/firefox/libxul.so
+0x13e393c]
#04:
_ZNSt3__16vectorINS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEENS4_IS6_EEE21__push_back_slow_pathIS6_EEvOT_[/usr/local/lib/firefox/libxul.so
+0x13b02da]
#05:
_ZNSt3__16vectorINS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEENS4_IS6_EEE21__push_back_slow_pathIS6_EEvOT_[/usr/local/lib/firefox/libxul.so
+0x13b0fdd]
#06:
std::__1::function<void()(long)>::swap(std::__1::function<void()(long)>&)[/usr/local/lib/firefox/libxul.so
+0x1356d57]
#07:
std::__1::function<void()(long)>::swap(std::__1::function<void()(long)>&)[/usr/local/lib/firefox/libxul.so
+0x135d5f6]
#08:
std::__1::function<void()(long)>::swap(std::__1::function<void()(long)>&)[/usr/local/lib/firefox/libxul.so
+0x135d65f]
#09:
std::__1::function<void()(long)>::swap(std::__1::function<void()(long)>&)[/usr/local/lib/firefox/libxul.so
+0x1356f31]
#10:
std::__1::function<void()(long)>::swap(std::__1::function<void()(long)>&)[/usr/local/lib/firefox/libxul.so
+0x135d5f6]
#11:
std::__1::function<void()(long)>::swap(std::__1::function<void()(long)>&)[/usr/local/lib/firefox/libxul.so
+0x135cef8]
#12:
std::__1::function<void()(long)>::swap(std::__1::function<void()(long)>&)[/usr/local/lib/firefox/libxul.so
+0x135c797]
#13:
_ZNSt3__16vectorINS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEENS4_IS6_EEE21__push_back_slow_pathIS6_EEvOT_[/usr/local/lib/firefox/libxul.so
+0x13bbd8c]
#14: std::__1::operator>><char, std::__1::char_traits<char>,
std::__1::allocator<char> >(std::__1::basic_istream<char,
std::__1::char_traits<char>>&, std::__1::basic_istream<char,
std::__1::char_traits<char>>&, std::__1::basic_string<std::__1::basic_istream,
c[/usr/local/lib/firefox/libxul.so +0x56cce73]
#15: std::__1::operator>><char, std::__1::char_traits<char>,
std::__1::allocator<char> >(std::__1::basic_istream<char,
std::__1::char_traits<char>>&, std::__1::basic_istream<char,
std::__1::char_traits<char>>&, std::__1::basic_string<std::__1::basic_istream,
c[/usr/local/lib/firefox/libxul.so +0x56d712d]
#16: std::__1::operator>><char, std::__1::char_traits<char>,
std::__1::allocator<char> >(std::__1::basic_istream<char,
std::__1::char_traits<char>>&, std::__1::basic_istream<char,
std::__1::char_traits<char>>&, std::__1::basic_string<std::__1::basic_istream,
c[/usr/local/lib/firefox/libxul.so +0x56d7e6b]
#17: _start[/usr/local/bin/firefox +0x66b2]
#18: _start[/usr/local/bin/firefox +0x6095]
#19: ??? (???:???)
Segmentation fault (core dumped)
Looking at
/usr/ports/www/firefox/work/firefox-62.0/intl/locale/LocaleService.cpp:706
Looks like there is an assertion about locale.
Built without DEBUG, firefox starts fine
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list