chart crash
* thread #155: tid = 0x1fcc10, 0x0000000107626745 gpxj`static gpxj.ChartUtils.decimals (gpxj.ChartUtils.Type)(Swift.Double) -> Swift.Int at ChartUtils.swift:39, queue = 'cacheOperationQueue', stop reason = EXC_BAD_INSTRUCTION (code=EXC_I386_INVOP, subcode=0x0)
* frame #0: 0x0000000107626745 gpxj`static gpxj.ChartUtils.decimals (gpxj.ChartUtils.Type)(Swift.Double) -> Swift.Int at ChartUtils.swift:39
frame #1: 0x0000000107626745 gpxj`static gpxj.ChartUtils.decimals (number=<unavailable>, self=gpxj.ChartUtils)(Swift.Double) -> Swift.Int + 325 at ChartUtils.swift:52
frame #2: 0x00000001075192a4 gpxj`gpxj.ChartViewBase.calculateFormatter (min=+Inf, max=<unavailable>, self=0x00007f860a8bd600)(min : Swift.Double, max : Swift.Double) -> () + 308 at ChartViewBase.swift:287
frame #3: 0x0000000107517f7d gpxj`@objc gpxj.ChartViewBase.data.setter : Swift.Optional<gpxj.ChartData> [inlined] gpxj.ChartViewBase.data.setter : Swift.Optional<gpxj.ChartData> + 227 at ChartViewBase.swift:205
frame #4: 0x0000000107517e9a gpxj`@objc gpxj.ChartViewBase.data.setter : Swift.Optional<gpxj.ChartData> + 330 at ChartViewBase.swift:0
frame #5: 0x000000010748643b gpxj`-[FundTrendView addDataSet:yArray:](self=0x00007f860a9016f0, _cmd="addDataSet:yArray:", xVals=@"239 objects", yVals=@"239 objects") + 779 at FundTrendView.m:223
frame #6: 0x00000001074860ae gpxj`-[FundTrendView setData:](self=0x00007f860a9016f0, _cmd="setData:", data=0x00007f860c0a7c50) + 958 at FundTrendView.m:193
frame #7: 0x00000001073ef519 gpxj`-[TodayRecommandView configUdpView:](self=0x00007f86084f7180, _cmd="configUdpView:", fundTrendData=0x00007f860c0a7c50) + 89 at TodayRecommandView.m:109
frame #8: 0x00000001074f243b gpxj`-[UITodayViewControllerV2 updateUdpInfo:data:](self=0x00007f860a8b4c50, _cmd="updateUdpInfo:data:", view=0x00007f86084f7180, data=0x00007f860c0a7c50) + 107 at UITodayViewControllerV2.m:929
frame #9: 0x00000001074f2044 gpxj`-[UITodayViewControllerV2 fetchUdpFinish:](self=0x00007f860a8b4c50, _cmd="fetchUdpFinish:", fundTrendArray=@"3 objects") + 324 at UITodayViewControllerV2.m:911
frame #10: 0x00000001074f1dbe gpxj`__36-[UITodayViewControllerV2 updateUdp]_block_invoke_2(.block_descriptor=0x00007f860bda5a40, data=1 key/value pair, error=0x0000000000000000, isCache=YES) + 766 at UITodayViewControllerV2.m:894
frame #11: 0x000000010749f5ed gpxj`__38-[DataCenter FetchFundTrend:callBack:]_block_invoke(.block_descriptor=0x00007f860bda5b20, data=1 key/value pair, error=0x0000000000000000) + 125 at DataCenter.m:1015
frame #12: 0x000000010750255f gpxj`-[DBEngine ReadFromFileDirectly:callBack:](self=0x00007f8608526aa0, _cmd="ReadFromFileDirectly:callBack:", fileName=@"Stock.RealtimeUdp", callback=(gpxj`__38-[DataCenter FetchFundTrend:callBack:]_block_invoke at DataCenter.m:1014)) + 255 at DBEngine.m:130
frame #13: 0x0000000107502a68 gpxj`__34-[DBEngine ReadFromFile:callBack:]_block_invoke(.block_descriptor=0x00007f860bda5a00) + 72 at DBEngine.m:153
frame #14: 0x000000010d859ef9 libdispatch.dylib`_dispatch_call_block_and_release + 12
chart crash的更多相关文章
- 5 Best Gantt Chart JIRA Plugins
Andrew Stepanov/June 23, 2017/6 minutes Software developers enjoy using JIRA software for their proj ...
- Overview of iOS Crash Reporting Tools: Part 2/2
Thanks for joining me for the second part of this two-part series on crash reporting services! The f ...
- Overview of iOS Crash Reporting Tools: Part 1/2
Believe it or not, developers are not perfect, and every once in a while you might have a (gasp!) bu ...
- 【腾讯Bugly干货分享】聊聊苹果的Bug - iOS 10 nano_free Crash
本文来自于腾讯Bugly公众号(weixinBugly),未经作者同意,请勿转载,原文地址:https://mp.weixin.qq.com/s/hnwj24xqrtOhcjEt_TaQ9w 作者:张 ...
- Chart: Who pays the most in Seattle for software engineers
http://www.geekwire.com/2012/chart-pays-seattle-software-engineers/ Chart: Who pays the most in Seat ...
- iOS 10 开发适配系列 之 权限Crash问题
升级 iOS 10 之后目测坑还是挺多的,记录一下吧,看看到时候会不会成为一个系列. 直入正题吧 今天用一个项目小小练下手,发现调用相机,崩了.试试看调用相册,又特么崩了.然后看到控制台输出了以下信息 ...
- BZOJ 2154: Crash的数字表格 [莫比乌斯反演]
2154: Crash的数字表格 Time Limit: 20 Sec Memory Limit: 259 MBSubmit: 2924 Solved: 1091[Submit][Status][ ...
- Visifire Chart相关属性详解
<vc:Chart x:Name="HourlyChart" Theme="Theme1" Grid.Row="1" xmlns:vc ...
- erlang 虚机crash
现网服务,每次更新一个服务时,另外一个集群所有node 都跟着同时重启一遍,这么调皮,这是闹哪样啊.. 看系统日志:/var/log/messages Oct 30 15:19:41 localhos ...
随机推荐
- Javascript 笔记与总结(1-4)this
js 中函数的 4 种调用方式: ① 作为普通函数来调用,this 的值指向 window,准确地说,this 为 null,被解释成为 window.在 ECMAScript5 标准中,如果 thi ...
- jQuery 两种方法实现IE10以下浏览器的placeholder效果
/* ** jQuery版本:jQuery-1.8.3.min.js ** 测试的浏览器:IE8,IETester下的IE6-IE9** Author:博客园小dee */ placeholder是H ...
- 使用shape设置只有部分边框有颜色
<?xml version="1.0" encoding="UTF-8"?> <layer-list xmlns:android=" ...
- ThinkPHP验证码刷新随机数
貌似因为IE的内核不支持重复,,所以要加个随机数..在代码中,,发现火狐的也不行..加了随机数后就可以了 <label class="img"><img id=& ...
- 第十章:鸟哥的Linux私房菜
第十章.vim程式编辑器 1. vi与vim 1.1 为何要学vim2. vi的使用 2.1 简易执行范例 2.2 按键说明 2.3 一个案例的练习 2.4 vim的暂存档.救援回复与开启时的警告讯息 ...
- PHP关闭提示、打印配置
打印配置 PHP.exe -i > Info.txt 关闭 PHP 提示的方法 搜索php.ini: error_reporting = E_ALL 改为: error_reporting = ...
- coursera python 学习总结
为啥要写这篇总结?早上突然想到了四个字:知行合一.实践,总结,再实践,再总结经验,积累经验,为己所用.闲话少叙,来干货: 1.目标要单一,如果想要完成课程,还要健身,还要玩玩游戏.看看电影,还学别的课 ...
- Flink - DataStream
先看例子, final StreamExecutionEnvironment env = StreamExecutionEnvironment.getExecutionEnvironment(); D ...
- JDBC 增删查改
public class MemberDaoImpl implements MemberDao { private Connection conn = null; public MemberDaoIm ...
- java ObjectOutputStream
import java.io.FileInputStream; import java.io.FileOutputStream; import java.io.IOException; import ...