crash

Crash on using Glide library

旧巷老猫 提交于 2020-01-06 06:42:47
问题 Loading different size of images into ImageView using Glide Library. But not sure why glide fails to handle the memory consumption, recycle and reuse it. Gradle: api 'com.github.bumptech.glide:glide:4.3.0' Usage: @BindingAdapter({"imageUrl"}) public static void imageUrl(ImageView view, String imageUrl) { try { if (imageUrl!=null) { Glide.with(view.getContext()).load(imageUrl).into(view); } } catch (Exception e) { e.printStackTrace(); } } Crash Log: 04-23 13:19:34.390 4758-4758/xx.xx.xxxE

C# crash when loading C++ dll

夙愿已清 提交于 2020-01-06 06:35:07
问题 My program is written in C# NET 2.0,it's using external functions from a dll written in C++ using Microsoft Visual Studio 2008 SP1. If I remove the dll from the directory the program is placed,the program crashes at the moment it should use the dll.That's normal. But the users that are using my program get the same error at the same place without moving the dll.They all have C++ Redistributable 2008 from >here< Does it happen because I made the program in .NET 2.0 instead of NET 3.5 or it

cvs2svn crash before end

不羁岁月 提交于 2020-01-06 05:35:07
问题 I ran cvs2svn a couple of times successfully. Now I ran it and it crashed just before the end, at pass 16. I'm using dumpfile. I get the following error : alt text http://img90.imageshack.us/img90/1079/73784110.jpg What can it be? 回答1: Try the current version of cvs2svn, namely release 2.3.0. Under Windows, you also have to make sure you have the correct locale set, as described in this bug report. If you still have problems, you should report this as a bug to the cvs2svn users mailing list.

Cordova Android app crashes on Android P due to RECEIVE_SMS permission denial

生来就可爱ヽ(ⅴ<●) 提交于 2020-01-06 05:30:11
问题 I have a Cordova Android app which works fine on earlier versions of Android OS, but app starts to crash on Android P (9.0), and I am getting the following logs while app launches: Permission Denial: receiving Intent { act=android.provider.Telephony.SMS_RECEIVED flg=0x19000010 (has extras) } to com.example.myapp requires android.permission.RECEIVE_SMS due to sender com.android.phone My app is retrieving SMS for OTP autocomplete and i already added RECEIVE_SMS permission to config file. It

Android - My Simple ListView/Toast app crashes on startup… any ideas?

試著忘記壹切 提交于 2020-01-06 01:55:16
问题 I am creating a simple ListView app to learn more about programming for android. However, this simple code (which is showing no errors whatsoever in Eclipse) is simply crashing on startup in the emulator. Any ideas? public class MainActivity extends Activity { static final String[] FRUITS = { "Apple", "Avocado", "Banana", "Blueberry", "Coconut", "Durian", "Guava", "Kiwifruit", "Jackfruit", "Mango", "Olive", "Pear", "Sugar-apple" }; protected void onCreate(Bundle savedInstanceState) { super

Qt application crashes on exit, OS applies “fault tolerant heap shim”

落花浮王杯 提交于 2020-01-05 10:04:15
问题 I can't isolate what is causing the application to crash on exit. What adds further confusion is that it doesn't always crash, sometimes it does, sometimes it doesn't and it seems to be completely arbitrary. The sample basically crates a custom image provider that loads a static google maps API request as a PNG image to show in QML. The image provider itself works, I first suspected that the issue might be with instantiating the network access manager on the stack, but that's not it, I get

My app is simple app is crashing

天大地大妈咪最大 提交于 2020-01-05 07:41:34
问题 I have made a small program which I use to count the money in the safe at work. But after updating my iPhone it crashes. I have tried a lot but can't find a solution. The crash happens when I press the button which activates the following function: @IBAction func Knap(sender: AnyObject) {} I'm very new to coding so please keep the answers as simple as possible :) My app is as follows: // // ViewController.swift // Pengeskabstæller // // Created by Alex on 09/07/2016. // Copyright © 2016 Alex.

Application crashes when using graphics debugger with Nsight 2.2

和自甴很熟 提交于 2020-01-05 07:15:15
问题 Hi I am using NVidia Nsight 2.2 , have a GTS 450 card and latest drivers. Windows Vista 64 bit. When launching graphics debugger the application crashes on the very 1st drawcall. The callstack looks like this: nvwgf2um.dll!5bdd7d53() [Frames below may be incorrect and/or missing, no symbols loaded for nvwgf2um.dll] nvwgf2um.dll!5be9c7f7() nvwgf2um.dll!5bde377e() nvwgf2um.dll!5bc02afb() nvwgf2um.dll!5bc0257b() nvwgf2um.dll!5bc0259e() nvwgf2um.dll!5bdd0612() nvwgf2um.dll!5bcb2292() nvwgf2um.dll

iOS Application Crash while UIImage loading (virtual memory not cleaning up)

旧城冷巷雨未停 提交于 2020-01-05 05:56:26
问题 I have a weird crash in my application without any trace. this is probably a memory related problem but with very little information & I'm not sure how to proceed or fix it. If it wasnt for instruments would have been left with no clue what so ever. I have an image array (in this example an array of size 2) where I load an image, create an image context & draw and save it into the array. Everytime the method is called image array objects are replaced with the new content. In instruments I see

html select tag in webview seems to be problematic

有些话、适合烂在心里 提交于 2020-01-04 13:52:47
问题 i've done an app with a simple webview; when i open from my webview the page "search.php" and i touch the html select to choose from a different type of words.. but...Houston! We gotta problem! :D When i write what i need in the input field it's all right, but when i TOUCH (only touch) the select field to choose what i need (i can choose few type of locals, like: bar, disco, restaurant..etc...) my app crash! Im asking WHY? If i put the same html select in another page (contact.php for example