DZNEmptyDataSet icon indicating copy to clipboard operation
DZNEmptyDataSet copied to clipboard

刷新导致奔溃的问题 -[UIScrollView(DZNEmptyDataSet) dzn_reloadEmptyDataSet]

Open TralyFang opened this issue 4 years ago • 6 comments

bugly崩溃日志

title description
0 UIKit -[UIImage imageWithRenderingMode:] + 104
1 UIKit -[UIImage imageWithRenderingMode:] + 104
2 app -[UIScrollView(DZNEmptyDataSet) dzn_reloadEmptyDataSet] (UIScrollView+EmptyDataSet.m:0)
3 app dzn_original_implementation (UIScrollView+EmptyDataSet.m:608)
4 UIKit -[UITableView layoutSubviews] + 36
5 UIKit -[UIView(CALayerDelegate) layoutSublayersOfLayer:] + 1200
6 QuartzCore -[CALayer layoutSublayers] + 148
7 QuartzCore CA::Layer::layout_if_needed(CA::Transaction*) + 292
8 QuartzCore CA::Layer::layout_and_display_if_needed(CA::Transaction*) + 32
9 QuartzCore CA::Context::commit_transaction(CA::Transaction*) + 252
10 QuartzCore CA::Transaction::commit() + 504
11 UIKit __UIApplicationFlushRunLoopCATransactionIfTooLate + 172
12 UIKit ___handleEventQueue + 4916
13 UIKit ___handleHIDEventFetcherDrain + 148
14 CoreFoundation _CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION + 24
15 CoreFoundation ___CFRunLoopDoSources0 + 540
16 CoreFoundation ___CFRunLoopRun + 744
17 CoreFoundation CFRunLoopRunSpecific + 424
18 GraphicsServices GSEventRunModal + 100
19 UIKit UIApplicationMain + 208
20 app main (main.m:15)
21 libdyld.dylib _start + 4
主要奔溃系统
系统版本 Top 5
10.3.3 (14G60) 20.33%
11.1.2 (15B202) 17.89%
10.3.2 (14F89) 13.82%
10.2.1 (14D27) 9.76%
11.0 (15A372) 8.94%

一直没有找到解决的方案,有人知道这怎导致的吗?

TralyFang avatar Dec 25 '20 08:12 TralyFang

Me too

beilusen avatar Dec 29 '20 03:12 beilusen

UIKit -[UIImage imageWithRenderingMode:] DZNEmptyDataSet -[UIScrollView(DZNEmptyDataSet) dzn_reloadEmptyDataSet] UIScrollView+EmptyDataSet.m:487 DZNEmptyDataSet dzn_original_implementation UIScrollView+EmptyDataSet.m:605

jkwf avatar Feb 20 '21 03:02 jkwf

bugly崩溃日志

title description 0 UIKit -[UIImage imageWithRenderingMode:] + 104 1 UIKit -[UIImage imageWithRenderingMode:] + 104 2 app -[UIScrollView(DZNEmptyDataSet) dzn_reloadEmptyDataSet] (UIScrollView+EmptyDataSet.m:0) 3 app dzn_original_implementation (UIScrollView+EmptyDataSet.m:608) 4 UIKit -[UITableView layoutSubviews] + 36 5 UIKit -[UIView(CALayerDelegate) layoutSublayersOfLayer:] + 1200 6 QuartzCore -[CALayer layoutSublayers] + 148 7 QuartzCore CA::Layer::layout_if_needed(CA::Transaction*) + 292 8 QuartzCore CA::Layer::layout_and_display_if_needed(CA::Transaction*) + 32 9 QuartzCore CA::Context::commit_transaction(CA::Transaction*) + 252 10 QuartzCore CA::Transaction::commit() + 504 11 UIKit __UIApplicationFlushRunLoopCATransactionIfTooLate + 172 12 UIKit ___handleEventQueue + 4916 13 UIKit ___handleHIDEventFetcherDrain + 148 14 CoreFoundation _CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION + 24 15 CoreFoundation ___CFRunLoopDoSources0 + 540 16 CoreFoundation ___CFRunLoopRun + 744 17 CoreFoundation CFRunLoopRunSpecific + 424 18 GraphicsServices GSEventRunModal + 100 19 UIKit UIApplicationMain + 208 20 app main (main.m:15) 21 libdyld.dylib _start + 4 、 主要奔溃系统 系统版本 Top 5 10.3.3 (14G60) 20.33% 11.1.2 (15B202) 17.89% 10.3.2 (14F89) 13.82% 10.2.1 (14D27) 9.76% 11.0 (15A372) 8.94% 一直没有找到解决的方案,有人知道这怎导致的吗?

请问解决了吗

jkwf avatar Feb 20 '21 03:02 jkwf

没有,烂在哪里了!

TralyFang avatar Feb 20 '21 06:02 TralyFang

解决了吗?

cityleaf avatar Oct 12 '21 09:10 cityleaf

我这里是因为占位图返回一个没有名字的UIImage()对象导致的,改成返回nil或者一个正常的UIImage对象就好了

robotbear2077 avatar Jul 12 '22 10:07 robotbear2077