This is probably not the correct interpretation of this error.
The Win32 error above is more likely to indicate the actual problem.
Flags
Severity
Success
This code indicates success, rather than an error.
This may not be the correct interpretation of this code,
or possibly the program is handling errors incorrectly.
I am trying to select unicdode character /u2028 in MySQL 5.1. MySQL 5.1 does support utf8 and ucs2. In newer versions of MySQL i could select the char just be using utf16 or utf32 collation: SELECT char(0x2028 using utf16); SELECT char(0x00002028 using utf32); But MySQL 5.1 do not support utf16 [...] read more
I have a question about monotouch app memory limitation. I tried to stress my iPad memory with a very simple app that allocates 1MB arrays into a list. On each loop I display the number of loop. I notice my app crashing around 130 MB allocation. My code: List<byte[]> arrays [...] read more
I am trying to understand the reason my app crashes, randomly it seems, when trying to present a view. The button click code: if ( d.rootNavigationController.RespondsToSelector( new MonoTouch.ObjCRuntime.Selector("presentViewController:animated:completion:"))) { d.rootNavigationController.PresentViewController(childBroswer, true,null); } else { d.rootNavigationController.PresentModalViewController(childBroswer, true); } This is the stack trace: > at MonoTouch.UIKit.UIApplication.Main (string[],string,string) [0x0004c] in > /Developer/MonoTouch/Source/monotouch/src/UIKit/UIApplication.cs:38 [...] read more
Here is the error from device..error is not consistent..like I am not facing it on my iPad but user is keep saying it happen to him many times..app crashed as soon as it is launched. Any suggestion on how to fix it? Incident Identifier: 44236112-151D-410F-B153-CB8CC1F06536 CrashReporter Key: 08725115e7c9e53feab87f9009d6b8ec91283252 Hardware Model: [...] read more