crash

android can't load SupportV8 RenderScript in api <17

余生长醉 提交于 2019-12-18 05:08:21
问题 i just want to use RenderScript's ScriptIntrinsicBlur in my application , i've added renderscript.v8.jar (in android support lib v8) for supporting under 17 apis but it crashes on this line (in api <17 this happens it works fine on 4.2 or higher) : RenderScript rs = RenderScript.create(getApplicationContext()); and the Exception output is java.lang.RuntimeException: An error occured while executing doInBackground() at android.os.AsyncTask$3.done(AsyncTask.java:299) at java.util.concurrent

CSS3 Transition ( Vendor Prefixes) crashes Safari immediately

↘锁芯ラ 提交于 2019-12-18 04:57:05
问题 Here is the project I'm working on (code copied exactly except for names changed, etc.) https://c9.io/schwigri/strange-crash/workspace/index.html The div #logo has the style: #logo { -webkit-transition: .4s; -moz-transition: .4s; -o-transition: .4s; transition: .4s; } This causes an immediate crash in Safari 6.0.5 on OS X 10.8.5. If I remove these transitions it doesn't crash. How can I resolve this issue? 回答1: Safari has some trouble sometimes with all -property transitions. Try this: #logo

My website crashes Safari (both desktop and iOS) consistently

不羁岁月 提交于 2019-12-18 04:18:08
问题 My website http://remotejobs.io crashes Safari consistently. I first noticed the crash last night when I was at a Verizon store and I tried browser testing the site on an iPad. So I tried 2 more iPads at the same store, and the site crashed iOS Safari on all 3 devies, every single time I tried to hit the domain. The exact workflow is: Open Safari Enter http://remotejobs.io That's it. As soon as you hit go the site crashes. This also happens on desktop Safari (tested in 6.0.3 on OSX 10.8.3

xCode 8.x crashes with “GameScene.sks” file

你离开我真会死。 提交于 2019-12-18 04:12:17
问题 I've downloaded macOS Sierra 10.12 and put it into an VMWare machine. Everything running well, but at xCode, using SpriteKit , whenever I try to open the GameScene.sks file (to put the origin point (0, 0) at the bottom, just like it was before xCode 8), the program crashes immediately. Using VMWare Pro 12; Tried both with xCode 8.1 and 8.2 Beta, same crash. I know theres many cases as mine, but its just annoying that this have no solution. I found this in my VERY DEEP google search, but that

iPad - How to get crash report

两盒软妹~` 提交于 2019-12-18 03:58:22
问题 My app on the iPad (physical device) is crashing and I get this: Mon Nov 22 14:08:42 ianvinkipad ReportCrash[521] : Saved crashreport to /var/mobile/Library/Logs/CrashReporter/InterfaithExplorer_2010-11-22-140841_ianvinkipad.plist using uid: 0 gid: 0, synthetic_euid: 501 egid: 0 Where do I go to read this report? It does not appear to be on the PC. And I am not sure how to get it off the device. 回答1: The technical note Understanding and Analyzing iPhone OS Application Crash Reports from Apple

How to interpret a crashlog with no references to a specific class

落花浮王杯 提交于 2019-12-18 03:46:19
问题 Today my app crashed and generated this crashlog. The crashlog does not mention any classes in my project and to me it seems almost impossible to tackle this issue. Any ideas how to approach this problem? Thanks for your help! 回答1: There's a tool included in Apple's Developer's tools called symbolicatecrash . With it you can symbolicate crash reports, but note that you'll need the associated .dsym file of your build Check this post to see a tutorial using it. 回答2: This is how I ran the

Xcode error: Failed to launch simulated application

邮差的信 提交于 2019-12-18 03:35:19
问题 Problem Unlike people have asked at here and here, I got this error after a brand new installation of Leopard (hackintosh), this problem really driving me crazy and nowhere else to find an clue, I googled and visited every article related with this, still can't get it solved. After the first time install iPhone SDK 2.2.1, start a new project(any type, Navigate based, OpenGL ES application), then build and go, I got the following problem: sometime it's: Failed to launch simulated application:

Java 6 Update 25 VM crash: insufficient memory

倖福魔咒の 提交于 2019-12-18 03:04:25
问题 For an update of this question - see below. I experience a (reproducible, at least for me) jvm crash ( not an OutOfMemoryError ) (The application which crashes is eclipse 3.6.2). However, looking at the crash log makes me wonder: # # There is insufficient memory for the Java Runtime Environment to continue. # Native memory allocation (malloc) failed to allocate 65544 bytes for Chunk::new # Possible reasons: # The system is out of physical RAM or swap space # In 32 bit mode, the process size

ios - present UIAlertController on top of everything regardless of the view hierarchy

大城市里の小女人 提交于 2019-12-17 21:48:34
问题 I'm trying to have an helper class that presents an UIAlertController . Since it's a helper class, I want it to work regardless of the view hierarchy, and with no information about it. I'm able to show the alert, but when it's being dismissed, the app crashed with: *** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Trying to dismiss UIAlertController <UIAlertController: 0x135d70d80> with unknown presenter.' I'm creating the popup with: guard let window

Android 7 Native Crash: libc.so tgkill

半腔热情 提交于 2019-12-17 21:25:28
问题 I'm seeing this native crash with the following stack trace. This happens in Android 7.0 & 7.1 only. Nothing new has been added to the app, which has been in production for a few years, but with more devices being updated to Nougat this crash happens frequently now and is becoming a nuisance. Any advice would be appreciated. native: pc 000000000007a6c4 /system/lib64/libc.so (tgkill+8) native: pc 0000000000077920 /system/lib64/libc.so (pthread_kill+64) native: pc 000000000002538c /system/lib64