mozilla-mobile / firefox-ios

Firefox for iOS
Mozilla Public License 2.0
12.14k stars 2.91k forks source link

BrowserViewController exception #1788

Closed LiuDeng closed 8 years ago

LiuDeng commented 8 years ago

2016-05-08 19:59:59.745 [Debug] [Telemetry.swift:36] sendPing > Ping payload: {"locale":"en","osversion":"9.3.0","defaultSearch":"yahoo","seq":3,"os":"iOS","device":"Apple-x86_64","clientId":"2C2D6110-C6D5-431E-84C4-2744A0B4D9FF","v":3,"profileDate":16929,"arch":"arm"} 2016-05-08 19:59:59.747 [Debug] [Telemetry.swift:45] sendPing > Non-release build; not sending ping 2016-05-08 20:00:00.704 [Debug] [BrowserViewController.swift:397] loadQueuedTabs() > Loading queued tabs in the background. 2016-05-08 20:00:00.705 [Debug] [SwiftData.swift:83] getSharedConnection() > >>> Creating shared SQLiteDBConnection for /Users/user/Library/Developer/CoreSimulator/Devices/434843FE-2102-4255-90B5-E06AABDAFB9B/data/Containers/Data/Application/E5E82CD1-AD2E-4DAE-B8EC-663B9630BCDE/Documents/profile.profile/browser.db on thread <NSThread: 0x7fb656654120>{number = 51, name = (null)}. 2016-05-08 20:00:00.709 [Debug] [SwiftData.swift:480] init(filename:flags:key:prevKey:) > Opening connection to /Users/user/Library/Developer/CoreSimulator/Devices/434843FE-2102-4255-90B5-E06AABDAFB9B/data/Containers/Data/Application/E5E82CD1-AD2E-4DAE-B8EC-663B9630BCDE/Documents/profile.profile/browser.db. 2016-05-08 20:00:00.710 [Debug] [BrowserViewController.swift:387] viewDidLayoutSubviews() > BVC viewDidLayoutSubviews… 2016-05-08 20:00:00.710 [Info] [SwiftData.swift:445] prepareCleartext() > Enabling WAL mode. 2016-05-08 20:00:00.711 [Debug] [BrowserViewController.swift:393] viewDidLayoutSubviews() > BVC done. 2016-05-08 20:00:00.715 [Debug] [BrowserViewController.swift:411] dequeueQueuedTabs() > Queue. Count: 0. 2016-05-08 20:00:00.797 Client[20501:212108] *\ Assertion failure in -[SnapKit.LayoutConstraint _setSymbolicConstant:constant:], /BuildRoot/Library/Caches/com.apple.xbs/Sources/Foundation_Sim/Foundation-1280.25/Layout.subproj/NSLayoutConstraint.m:657

farhanpatel commented 8 years ago

Hey this issue was fixed a few days ago. Can you update your branch and try again? It should work 😄

LiuDeng commented 8 years ago

Thank you i will try~