- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我在调用 MonoTouch.UIKit.UIDevice.CurrentDevice.SystemVersion 时发生崩溃。它发生在模拟器上。我无法轻松重现它...我已将调试器跟踪放在下面。
使用上下文:目标是显示正在播放的视频的进度。因为 iOS 4.X 不支持 SetProgress(v, false)。旧的 API SetProgress(v) 在 MonoTouch 5.X 中不再可用,目前我们不显示缓冲进度。
中国人民银行干杯
Stacktrace:
at (wrapper managed-to-native) MonoTouch.ObjCRuntime.Messaging.IntPtr_objc_msgSend (intptr,intptr) <IL 0x00026, 0xffffffff>
at MonoTouch.UIKit.UIDevice.get_SystemVersion () [0x0000b] in /Developer/MonoTouch/Source/monotouch/src/UIKit/UIDevice.g.cs:189
at Dartfish.ControlsX.DFScrubBar.SetDownloadProgressValue (single) [0x00000] in /Users/patrick/Work/Dartfish/Dartfish Mobile/Source/SDKs/SystemSDK/Source/ControlsX/MonoTouch/DFScrubBar.cs:118
at MonoTouchPresenter.Common.PlaybackControlBar.UpdateBufferingProgress () [0x00017] in /Users/patrick/Work/Dartfish/Dartfish Mobile/Source/Application/Dartfish.tv/iOS/MonoTouch/Common/Views/PlaybackControlBar.cs:461
at MonoTouchPresenter.Common.PlaybackControlBar.OnVideoPlayerViewModelPropertyChanged (object,System.ComponentModel.PropertyChangedEventArgs) [0x00065] in /Users/patrick/Work/Dartfish/Dartfish Mobile/Source/Application/Dartfish.tv/iOS/MonoTouch/Common/Views/PlaybackControlBar.cs:383
at (wrapper delegate-invoke) <Module>.invoke_void__this___object_PropertyChangedEventArgs (object,System.ComponentModel.PropertyChangedEventArgs) <IL 0x00027, 0x000a8>
at (wrapper delegate-invoke) <Module>.invoke_void__this___object_PropertyChangedEventArgs (object,System.ComponentModel.PropertyChangedEventArgs) <IL 0x00027, 0x000a8>
at (wrapper delegate-invoke) <Module>.invoke_void__this___object_PropertyChangedEventArgs (object,System.ComponentModel.PropertyChangedEventArgs) <IL 0x00059, 0xffffffff>
at Dartfish.Common.BindableObject.RaisePropertyChanged (string) [0x0002b] in /Users/patrick/Work/Dartfish/Dartfish Mobile/Source/SDKs/CommonSDK/Source/Common/BindableObject.cs:40
at Dartfish.ViewModel.Player.VideoPlayerViewModel.videoPlayer_BufferingProgressChanged (object,Dartfish.Component.Media.VideoEventArgs) [0x00000] in /Users/patrick/Work/Dartfish/Dartfish Mobile/Source/ViewModel/PlayerViewModel/Implementations/VideoPlayer/VideoPlayerViewModel.cs:2386
at Dartfish.Component.MediaCommon.GenericMatchPlayer.RaiseEvent (Dartfish.Component.Media.VideoEventHandler,object,Dartfish.Component.Media.VideoEventArgs) [0x00006] in /Users/patrick/Work/Dartfish/Dartfish Mobile/Source/SDKs/MediaComponentSDK/Source/MediaComponentCommon/Implementations/VideoPlayer/VideoPlayer.cs:2434
at Dartfish.Component.MediaCommon.GenericMatchPlayer.OnBufferingProgressChanged (object,Dartfish.Component.Media.VideoEventArgs) [0x00000] in /Users/patrick/Work/Dartfish/Dartfish Mobile/Source/SDKs/MediaComponentSDK/Source/MediaComponentCommon/Implementations/VideoPlayer/VideoPlayer.cs:2406
at Dartfish.Component.MediaCommon.VideoControl.OnBufferingProgressChanged (object,Dartfish.Component.Media.VideoEventArgs) [0x00096] in /Users/patrick/Work/Dartfish/Dartfish Mobile/Source/SDKs/MediaComponentSDK/Source/MediaComponentCommon/Implementations/VideoPlayer/VideoControl.cs:2621
at Dartfish.Component.MediaCommon.VideoControl.TimerCallback2 () [0x00366] in /Users/patrick/Work/Dartfish/Dartfish Mobile/Source/SDKs/MediaComponentSDK/Source/MediaComponentCommon/Implementations/VideoPlayer/VideoControl.cs:2459
at Dartfish.Component.MediaCommon.VideoControl.m_timer_Tick (object,System.EventArgs) [0x00000] in /Users/patrick/Work/Dartfish/Dartfish Mobile/Source/SDKs/MediaComponentSDK/Source/MediaComponentCommon/Implementations/VideoPlayer/VideoControl.cs:2166
at System.Windows.Threading.DispatcherTimer.InternalTick () [0x00019] in /Users/patrick/Work/Dartfish/Dartfish Mobile/Source/SDKs/CommonSDK/Source/Common/DispatcherTimer.cs:203
at MonoTouch.Foundation.NSActionDispatcher.Apply () [0x00000] in /Developer/MonoTouch/Source/monotouch/src/shared/Foundation/NSAction.cs:48
at (wrapper runtime-invoke) object.runtime_invoke_void__this__ (object,intptr,intptr,intptr) <IL 0x0004e, 0xffffffff>
at (wrapper managed-to-native) MonoTouch.UIKit.UIApplication.UIApplicationMain (int,string[],intptr,intptr) <IL 0x0009f, 0xffffffff>
at MonoTouch.UIKit.UIApplication.Main (string[],string,string) [0x00042] in /Developer/MonoTouch/Source/monotouch/src/UIKit/UIApplication.cs:29
at MonoTouchPresenter.Application.Main (string[]) [0x00000] in /Users/patrick/Work/Dartfish/Dartfish Mobile/Source/Application/Dartfish.tv/iOS/MonoTouch/Main.cs:16
at (wrapper runtime-invoke) <Module>.runtime_invoke_void_object (object,intptr,intptr,intptr) <IL 0x00050, 0xffffffff>
Native stacktrace:
0 MonoTouchPresenter 0x0007e5cc mono_handle_native_sigsegv + 284
1 MonoTouchPresenter 0x00009af8 mono_sigsegv_signal_handler + 248
2 libsystem_c.dylib 0x94b5159b _sigtramp + 43
3 ??? 0xffffffff 0x0 + 4294967295
4 libsystem_c.dylib 0x94b17903 szone_malloc_should_clear + 899
5 libsystem_c.dylib 0x94b1866b szone_malloc + 24
6 libsystem_c.dylib 0x94b4e962 malloc_zone_malloc + 77
7 CoreFoundation 0x0175ca88 __CFAllocatorSystemAllocate + 24
8 CoreFoundation 0x0175ca63 CFAllocatorAllocate + 147
9 CoreFoundation 0x0175c8de _CFRuntimeCreateInstance + 270
10 CoreFoundation 0x0175ed13 __CFStringCreateImmutableFunnel3 + 1955
11 CoreFoundation 0x017664be CFStringCreateWithBytes + 94
12 CoreFoundation 0x01783b56 _CFPropertyListCreateWithData + 822
13 CoreFoundation 0x0178381a CFPropertyListCreateWithData + 58
14 libMobileGestalt.dylib 0x0537a069 load_dict + 433
15 libMobileGestalt.dylib 0x0537a351 copySystemVersionDictionary + 204
16 libMobileGestalt.dylib 0x0537be70 copyProductVersion + 20
17 libMobileGestalt.dylib 0x0537abd2 copyRealAnswer + 132
18 UIKit 0x00b87a65 -[UIDevice deviceInfoForKey:] + 32
19 UIKit 0x00b87c53 -[UIDevice systemVersion] + 44
20 ??? 0x0bb60763 0x0 + 196478819
21 ??? 0x111c9d04 0x0 + 287087876
22 ??? 0x111c9bc5 0x0 + 287087557
23 ??? 0x111c9a0c 0x0 + 287087116
24 ??? 0x111c64c0 0x0 + 287073472
25 ??? 0x0d09caaa 0x0 + 218745514
26 ??? 0x0d09ca41 0x0 + 218745409
27 ??? 0x0d09ca41 0x0 + 218745409
28 ??? 0x0d09b9b8 0x0 + 218741176
29 ??? 0x112aa45c 0x0 + 288007260
30 ??? 0x11210990 0x0 + 287377808
31 ??? 0x112aa414 0x0 + 288007188
32 ??? 0x112ab2f3 0x0 + 288010995
33 ??? 0x112a60ac 0x0 + 287989932
34 ??? 0x112a536c 0x0 + 287986540
35 ??? 0x112a34a2 0x0 + 287978658
36 ??? 0x101885b8 0x0 + 270042552
37 ??? 0x09ddbd48 0x0 + 165526856
38 MonoTouchPresenter 0x0000dde2 mono_jit_runtime_invoke + 722
39 MonoTouchPresenter 0x00153b4e mono_runtime_invoke + 126
40 MonoTouchPresenter 0x001fbde8 monotouch_trampoline + 3416
41 Foundation 0x005c4eb6 __NSFireTimer + 113
42 CoreFoundation 0x0182c936 __CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION__ + 22
43 CoreFoundation 0x0182c3d7 __CFRunLoopDoTimer + 551
44 CoreFoundation 0x0178f790 __CFRunLoopRun + 1888
45 CoreFoundation 0x0178ed84 CFRunLoopRunSpecific + 212
46 CoreFoundation 0x0178ec9b CFRunLoopRunInMode + 123
47 GraphicsServices 0x0286c7d8 GSEventRunModal + 190
48 GraphicsServices 0x0286c88a GSEventRun + 103
49 UIKit 0x009b1626 UIApplicationMain + 1163
50 ??? 0x0bb5b005 0x0 + 196456453
51 ??? 0x0bb5a0e0 0x0 + 196452576
52 ??? 0x0bb59db8 0x0 + 196451768
53 ??? 0x0bb59f2e 0x0 + 196452142
54 MonoTouchPresenter 0x0000dde2 mono_jit_runtime_invoke + 722
55 MonoTouchPresenter 0x00153b4e mono_runtime_invoke + 126
56 MonoTouchPresenter 0x00157d44 mono_runtime_exec_main + 420
57 MonoTouchPresenter 0x001580b5 mono_runtime_run_main + 725
58 MonoTouchPresenter 0x00068165 mono_jit_exec + 149
59 MonoTouchPresenter 0x0000762c main + 3052
60 MonoTouchPresenter 0x00002825 start + 53
=================================================================
Got a SIGSEGV while executing native code. This usually indicates
a fatal error in the mono runtime or one of the native libraries
used by your application.
=================================================================
最佳答案
这是内存损坏。某些东西(在调用 CurrentDevice.SystemVersion 之前)已损坏内存,然后在一段时间后崩溃(在本例中是分配内存时)。
由于分配内存非常常见,因此损坏很可能发生在您调用 CurrentDevice.SystemVersion 之前不久。
我建议你尝试制作尽可能小的样本,这也可能会告诉你到底问题出在哪里。
关于c# - 调用 MonoTouch.UIKit.UIDevice.CurrentDevice.SystemVersion 时发生崩溃,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11644763/
为了让我的代码几乎完全用 Jquery 编写,我想用 Jquery 重写 AJAX 调用。 这是从网页到 Tomcat servlet 的调用。 我目前情况的类似代码: var http = new
我想使用 JNI 从 Java 调用 C 函数。在 C 函数中,我想创建一个 JVM 并调用一些 Java 对象。当我尝试创建 JVM 时,JNI_CreateJavaVM 返回 -1。 所以,我想知
环顾四周,我发现从 HTML 调用 Javascript 函数的最佳方法是将函数本身放在 HTML 中,而不是外部 Javascript 文件。所以我一直在网上四处寻找,找到了一些简短的教程,我可以根
我有这个组件: import {Component} from 'angular2/core'; import {UserServices} from '../services/UserService
我正在尝试用 C 实现一个简单的 OpenSSL 客户端/服务器模型,并且对 BIO_* 调用的使用感到好奇,与原始 SSL_* 调用相比,它允许一些不错的功能。 我对此比较陌生,所以我可能会完全错误
我正在处理有关异步调用的难题: 一个 JQuery 函数在用户点击时执行,然后调用一个 php 文件来检查用户输入是否与数据库中已有的信息重叠。如果是这样,则应提示用户确认是否要继续或取消,如果他单击
我有以下类(class)。 public Task { public static Task getInstance(String taskName) { return new
嘿,我正在构建一个小游戏,我正在通过制作一个数字 vector 来创建关卡,该数字 vector 通过枚举与 1-4 种颜色相关联。问题是循环(在 Simon::loadChallenge 中)我将颜
我有一个java spring boot api(数据接收器),客户端调用它来保存一些数据。一旦我完成了数据的持久化,我想进行另一个 api 调用(应该处理持久化的数据 - 数据聚合器),它应该自行异
首先,这涉及桌面应用程序而不是 ASP .Net 应用程序。 我已经为我的项目添加了一个 Web 引用,并构建了各种数据对象,例如 PayerInfo、Address 和 CreditCard。但问题
我如何告诉 FAKE 编译 .fs文件使用 fsc ? 解释如何传递参数的奖励积分,如 -a和 -target:dll . 编辑:我应该澄清一下,我正在尝试在没有 MSBuild/xbuild/.sl
我使用下划线模板配置了一个简单的主干模型和 View 。两个单独的 API 使用完全相同的配置。 API 1 按预期工作。 要重现该问题,请注释掉 API 1 的 URL,并取消注释 API 2 的
我不确定什么是更好的做法或更现实的做法。我希望从头开始创建目录系统,但不确定最佳方法是什么。 我想我在需要显示信息时使用对象,例如 info.php?id=100。有这样的代码用于显示 Game.cl
from datetime import timedelta class A: def __abs__(self): return -self class B1(A):
我在操作此生命游戏示例代码中的数组时遇到问题。 情况: “生命游戏”是约翰·康威发明的一种细胞自动化技术。它由一个细胞网格组成,这些细胞可以根据数学规则生存/死亡/繁殖。该网格中的活细胞和死细胞通过
如果我像这样调用 read() 来读取文件: unsigned char buf[512]; memset(buf, 0, sizeof(unsigned char) * 512); int fd;
我用 C 编写了一个简单的服务器,并希望调用它的功能与调用其他 C 守护程序的功能相同(例如使用 ./ftpd start 调用它并使用 ./ftpd stop 关闭该实例)。显然我遇到的问题是我不知
在 dos 中,当我粘贴此命令时它会起作用: "C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" https://google.
在 dos 中,当我粘贴此命令时它会起作用: "C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" https://google.
我希望能够从 cmd 在我的 Windows 10 计算机上调用 python3。 我已重新安装 Python3.7 以确保选择“添加到路径”选项,但仍无法调用 python3 并使 CMD 启动 P
我是一名优秀的程序员,十分优秀!