Giter Site home page Giter Site logo

IssuesViewController.swift line 0 about ios HOT 2 CLOSED

5calls avatar 5calls commented on July 27, 2024
IssuesViewController.swift line 0

from ios.

Comments (2)

subdigital avatar subdigital commented on July 27, 2024

Plain text stack trace:

# Date: 2017-02-17T20:00:03Z
# OS Version: 10.2.1 (14D27)
# Device: iPhone 6s
# RAM Free: 3.6%
# Disk Free: 15.2%

#0. Crashed: com.apple.main-thread
0  FiveCalls                      0x1000f5800 specialized IssuesViewController.tableView(UITableView, cellForRowAt : IndexPath) -> UITableViewCell (IssuesViewController.swift)
1  FiveCalls                      0x1000f44a4 @objc IssuesViewController.tableView(UITableView, cellForRowAt : IndexPath) -> UITableViewCell (IssuesViewController.swift)
2  UIKit                          0x199bfdb58 -[UITableView _createPreparedCellForGlobalRow:withIndexPath:willDisplay:] + 716
3  UIKit                          0x199bfdd88 -[UITableView _createPreparedCellForGlobalRow:willDisplay:] + 80
4  UIKit                          0x199beb320 -[UITableView _updateVisibleCellsNow:isRecursive:] + 2304
5  UIKit                          0x199c02dec -[UITableView _performWithCachedTraitCollection:] + 116
6  UIKit                          0x19999ede8 -[UITableView layoutSubviews] + 176
7  UIKit                          0x1998b7a80 -[UIView(CALayerDelegate) layoutSublayersOfLayer:] + 1196
8  QuartzCore                     0x196d659d8 -[CALayer layoutSublayers] + 148
9  QuartzCore                     0x196d5a4cc CA::Layer::layout_if_needed(CA::Transaction*) + 292
10 QuartzCore                     0x196d5a38c CA::Layer::layout_and_display_if_needed(CA::Transaction*) + 32
11 QuartzCore                     0x196cd73e0 CA::Context::commit_transaction(CA::Transaction*) + 252
12 QuartzCore                     0x196cfea68 CA::Transaction::commit() + 512
13 QuartzCore                     0x196c5ae7c CA::Display::DisplayLink::dispatch_items(unsigned long long, unsigned long long, unsigned long long) + 616
14 IOKit                          0x193c72094 IODispatchCalloutFromCFMessage + 372
15 CoreFoundation                 0x19399ae50 __CFMachPortPerform + 180
16 CoreFoundation                 0x1939b3218 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE1_PERFORM_FUNCTION__ + 56
17 CoreFoundation                 0x1939b29cc __CFRunLoopDoSource1 + 436
18 CoreFoundation                 0x1939b04b0 __CFRunLoopRun + 1840
19 CoreFoundation                 0x1938de2b8 CFRunLoopRunSpecific + 444
20 GraphicsServices               0x195392198 GSEventRunModal + 180
21 UIKit                          0x1999257fc -[UIApplication _run] + 684
22 UIKit                          0x199920534 UIApplicationMain + 208
23 FiveCalls                      0x1000b9b4c main (AppDelegate.swift:15)
24 libdispatch.dylib              0x1928c15b8 (Missing)

--

#0. Crashed: com.apple.main-thread
0  FiveCalls                      0x1000f5800 specialized IssuesViewController.tableView(UITableView, cellForRowAt : IndexPath) -> UITableViewCell (IssuesViewController.swift)
1  FiveCalls                      0x1000f44a4 @objc IssuesViewController.tableView(UITableView, cellForRowAt : IndexPath) -> UITableViewCell (IssuesViewController.swift)
2  UIKit                          0x199bfdb58 -[UITableView _createPreparedCellForGlobalRow:withIndexPath:willDisplay:] + 716
3  UIKit                          0x199bfdd88 -[UITableView _createPreparedCellForGlobalRow:willDisplay:] + 80
4  UIKit                          0x199beb320 -[UITableView _updateVisibleCellsNow:isRecursive:] + 2304
5  UIKit                          0x199c02dec -[UITableView _performWithCachedTraitCollection:] + 116
6  UIKit                          0x19999ede8 -[UITableView layoutSubviews] + 176
7  UIKit                          0x1998b7a80 -[UIView(CALayerDelegate) layoutSublayersOfLayer:] + 1196
8  QuartzCore                     0x196d659d8 -[CALayer layoutSublayers] + 148
9  QuartzCore                     0x196d5a4cc CA::Layer::layout_if_needed(CA::Transaction*) + 292
10 QuartzCore                     0x196d5a38c CA::Layer::layout_and_display_if_needed(CA::Transaction*) + 32
11 QuartzCore                     0x196cd73e0 CA::Context::commit_transaction(CA::Transaction*) + 252
12 QuartzCore                     0x196cfea68 CA::Transaction::commit() + 512
13 QuartzCore                     0x196c5ae7c CA::Display::DisplayLink::dispatch_items(unsigned long long, unsigned long long, unsigned long long) + 616
14 IOKit                          0x193c72094 IODispatchCalloutFromCFMessage + 372
15 CoreFoundation                 0x19399ae50 __CFMachPortPerform + 180
16 CoreFoundation                 0x1939b3218 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE1_PERFORM_FUNCTION__ + 56
17 CoreFoundation                 0x1939b29cc __CFRunLoopDoSource1 + 436
18 CoreFoundation                 0x1939b04b0 __CFRunLoopRun + 1840
19 CoreFoundation                 0x1938de2b8 CFRunLoopRunSpecific + 444
20 GraphicsServices               0x195392198 GSEventRunModal + 180
21 UIKit                          0x1999257fc -[UIApplication _run] + 684
22 UIKit                          0x199920534 UIApplicationMain + 208
23 FiveCalls                      0x1000b9b4c main (AppDelegate.swift:15)
24 libdispatch.dylib              0x1928c15b8 (Missing)

#1. com.apple.uikit.eventfetch-thread
0  libsystem_kernel.dylib         0x1929b5188 mach_msg_trap + 8
1  libsystem_kernel.dylib         0x1929b4ff8 mach_msg + 72
2  CoreFoundation                 0x1939b25d0 __CFRunLoopServiceMachPort + 192
3  CoreFoundation                 0x1939b01ec __CFRunLoopRun + 1132
4  CoreFoundation                 0x1938de2b8 CFRunLoopRunSpecific + 444
5  Foundation                     0x19441b26c -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 304
6  Foundation                     0x19443bdd0 -[NSRunLoop(NSRunLoop) runUntilDate:] + 96
7  UIKit                          0x19a299c38 -[UIEventFetcher threadMain] + 136
8  Foundation                     0x194518e68 __NSThread__start__ + 1024
9  libsystem_pthread.dylib        0x192a99850 <redacted> + 240
10 libsystem_pthread.dylib        0x192a99760 _pthread_start + 282
11 libsystem_pthread.dylib        0x192a96d94 thread_start + 4

#2. com.twitter.crashlytics.ios.MachExceptionServer
0  FiveCalls                      0x100111e88 CLSProcessRecordAllThreads + 4295384712
1  FiveCalls                      0x100111e88 CLSProcessRecordAllThreads + 4295384712
2  FiveCalls                      0x100111d44 CLSProcessRecordAllThreads + 4295384388
3  FiveCalls                      0x1001024f4 CLSHandler + 4295320820
4  FiveCalls                      0x1000fd498 CLSMachExceptionServer + 4295300248
5  libsystem_pthread.dylib        0x192a99850 <redacted> + 240
6  libsystem_pthread.dylib        0x192a99760 _pthread_start + 282
7  libsystem_pthread.dylib        0x192a96d94 thread_start + 4

#3. com.apple.NSURLConnectionLoader
0  libsystem_kernel.dylib         0x1929b5188 mach_msg_trap + 8
1  libsystem_kernel.dylib         0x1929b4ff8 mach_msg + 72
2  CoreFoundation                 0x1939b25d0 __CFRunLoopServiceMachPort + 192
3  CoreFoundation                 0x1939b01ec __CFRunLoopRun + 1132
4  CoreFoundation                 0x1938de2b8 CFRunLoopRunSpecific + 444
5  CFNetwork                      0x1940e3a70 <redacted> + 336
6  Foundation                     0x194518e68 __NSThread__start__ + 1024
7  libsystem_pthread.dylib        0x192a99850 <redacted> + 240
8  libsystem_pthread.dylib        0x192a99760 _pthread_start + 282
9  libsystem_pthread.dylib        0x192a96d94 thread_start + 4

#4. AVAudioSession Notify Thread
0  libsystem_kernel.dylib         0x1929b5188 mach_msg_trap + 8
1  libsystem_kernel.dylib         0x1929b4ff8 mach_msg + 72
2  CoreFoundation                 0x1939b25d0 __CFRunLoopServiceMachPort + 192
3  CoreFoundation                 0x1939b01ec __CFRunLoopRun + 1132
4  CoreFoundation                 0x1938de2b8 CFRunLoopRunSpecific + 444
5  AVFAudio                       0x1ad57fd24 GenericRunLoopThread::Entry(void*) + 164
6  AVFAudio                       0x1ad5a5d9c CAPThread::Entry(CAPThread*) + 84
7  libsystem_pthread.dylib        0x192a99850 <redacted> + 240
8  libsystem_pthread.dylib        0x192a99760 _pthread_start + 282
9  libsystem_pthread.dylib        0x192a96d94 thread_start + 4

#5. Thread
0  libsystem_kernel.dylib         0x1929d3a88 __workq_kernreturn + 8
1  libsystem_pthread.dylib        0x192a97160 _pthread_wqthread + 968
2  libsystem_pthread.dylib        0x192a96d8c start_wqthread + 4

#6. Thread
0  libsystem_kernel.dylib         0x1929d3a88 __workq_kernreturn + 8
1  libsystem_pthread.dylib        0x192a97344 _pthread_wqthread + 1452
2  libsystem_pthread.dylib        0x192a96d8c start_wqthread + 4

#7. Thread
0  libsystem_kernel.dylib         0x1929d3a88 __workq_kernreturn + 8
1  libsystem_pthread.dylib        0x192a97160 _pthread_wqthread + 968
2  libsystem_pthread.dylib        0x192a96d8c start_wqthread + 4

from ios.

subdigital avatar subdigital commented on July 27, 2024

Possibly low-memory related crash. Closing for now.

from ios.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.