crash

Long press in Webview - App Crash

给你一囗甜甜゛ 提交于 2019-12-20 07:17:57
问题 When i long press text in the Webview (android), the app crashes. I also can't select text, because it crashes before the text is highlighted. Normally, the app would show the default Contextual Action Bar, but the app crashes. In my Activity OnCreate, i used "setWebViewClient" and "LoadURL". The webview is inside a RelativeLayout (main), below another RelativeLayout; Here is the Log: 09-15 23:35:21.680 26033-26033/com.edireito.digimecum.dgpro W/ActivityThread﹕ Application com.edireito

How do I tell iOS that I do not want the app to stay in the background?

我的未来我决定 提交于 2019-12-20 07:14:13
问题 Is there a way to tell iOS that I do not want my app to stay in the background? In other word, can I tell my app to quit itself whenever getting into the background? I am using ABPeoplePickerNavigationController in one of the tabs in my UITbarController. However, it crashes with a EXC_BAD_ACCESS whenever it reaches [ABMembersViewController applicationDidResume] . Here comes the stack trace: 0x00cc5994 <+0034> mov 0x8(%eax),%eax 0x00cc5991 <+0031> mov 0x8(%ebp),%eax 0x00cc598d <+0027> mov %eax

app crashes on JSON jparser make http request

江枫思渺然 提交于 2019-12-20 06:38:40
问题 hi i use this tutorial for connecting to the mySQL db on the web or local. here although the all server side php files are correct and works on the browser, but in Android side the app crashes on this line: JSONObject json = jParser.makeHttpRequest(url_all_products, "GET", params); with this message: unfortunately app has stopped! i find out on tutorial page comments that i should change some setting on apache server. here is my code: public class AllProductsActivity extends ListActivity { //

Access violation in Entity Framework code accessing SQL Server

允我心安 提交于 2019-12-20 06:28:12
问题 We've encountered an access violation on our test machine, in Entity Framework code. I'm wondering if this could potentially be due to a threading bug, or if it's more likely due to hardware issues. Here is a partial call stack: System.AccessViolationException: Attempted to read or write protected memory. This is often an indication that other memory is corrupt. at System.Data.Common.Internal.Materialization.CoordinatorFactory`1..ctor(Int32 depth, Int32 stateSlot, Expression hasData,

MonoTouch.Dialog crash

筅森魡賤 提交于 2019-12-20 04:32:49
问题 I have a small test app which just cycles between 3 pages. Here is AppDelegate: public override bool FinishedLaunching (UIApplication app, NSDictionary options) { _session = new Session(); _session.NextScreen += (screenIndex) => { window.RootViewController = _viewControllers[screenIndex]; }; _viewControllers.Add(new Screen0(_session)); _viewControllers.Add(new Screen1(_session)); _viewControllers.Add(new Screen2(_session)); // create a new window instance based on the screen size window = new

libGDX animation for android

ⅰ亾dé卋堺 提交于 2019-12-20 04:28:22
问题 If I start it for Desktop it runs pretty nice, but after the export for my Android it crashes right after I start the application. So my question...: What's wrong that it works for the Desktop but not for my Android? public class Player implements Serializable{ /** * */ private static final long serialVersionUID = -7913517465400462738L; Vector2 position; private static final int col = 4; private static final int row = 4; private Animation animation; private Texture playerTexture; private

App crashes every time i make an http request

蹲街弑〆低调 提交于 2019-12-20 04:13:34
问题 This is my code every time i touch the imageview my app waits about 5 secs and then chrashes I have the INTERNET permission On the server side i have a php page that reads the GET and insert it in a database public class Home extends Activity { ImageView lightbut; @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.activity_home); ImageView lightbut = (ImageView) findViewById(R.id.light); lightbut.setClickable(true);

Visual Studio 2013 (XAML?) Designer crash on all Windows Phone projects even after aquiring developer license

♀尐吖头ヾ 提交于 2019-12-20 03:52:46
问题 My designer started to crash, even on clean projects. The error message is as follows: System.Exception Package failed updates, dependency or conflict validation. Windows cannot install package App.afbb198c1.a50af.a4b90.aa065.a08732a9e43b0 because this package depends on another package that could not be found. This package requires minimum version 0.0.0.0 of framework Microsoft.VCLibs.120.00.Debug published by any publisher to install. Provide the framework along with this package. at

iPad 3 Device Crash with renderInContext

我的未来我决定 提交于 2019-12-20 03:26:24
问题 I have been using the following code in my application to render out a custom UIView to an image. The code works great in the Simulator (iPad and iPad retina) as well as on iPad 1 and iPad 2 devices. However, I recently tested it on the iPad 3 device, and am getting a crash that I can't seem to resolve. The relevant code snippet is: UIGraphicsBeginImageContext(CGSizeMake(myUIView.frame.size.width, myUIView.frame.size.height)); CGContextRef context = UIGraphicsGetCurrentContext();

What is the possible reason for an EXCEPTION_ACCESS_VIOLATION crash?

我的未来我决定 提交于 2019-12-20 03:07:25
问题 I get this crash report when I run java bean of my project using eclipse. I have totally no idea what it is and how to debug. Can anyone tell me the possible way to debug this? # # An unexpected error has been detected by Java Runtime Environment: # # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x6d801117, pid=2544, tid=2188 # # Java VM: Java HotSpot(TM) Client VM (1.6.0-b105 mixed mode) # Problematic frame: # C [jvm.dll+0x1117] # # If you would like to submit a bug report, please visit: #