Windows error 0x0000001B, 27

Detailed Error Information

SECTOR_NOT_FOUND[1]

MessageThe drive cannot find the sector requested.
Declared inwinerror.h

This appears to be a raw Win32 error. More information may be available in error 0x8007001B.

PFN_SHARE_COUNT[2]

This is a Blue Screen of Death stop code. More information is available in the Knowledge Base article Bug Check 0x1B: PFN_SHARE_COUNT.

HRESULT analysis[3]

This is probably not the correct interpretation of this error. The Win32 error above is more likely to indicate the actual problem.
FlagsSeveritySuccess

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.

Reserved (R)false
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode0 (0x000)
NameFACILITY_NULL[3][1]
DescriptionThe default facility code.[3][1]
Error Code27 (0x001b)

Questions

15votes
4answers

Android - failure on loading library

I have a similar problem to this question, but slightly different. I have compiled a .so library to use with JNI. Because it is large (15 MB), I am putting it on the SDCard instead of in the standard application place. The file is called libSample.so and it's located at [...] read more
java
android
java-native-interface
native
8votes
0answers

android error dynamically loading libc++.so native library

I am trying to build a proof-of-concept android application which uses OpenSSH code to establish a SSH session with a server. For that I am using android sources to build the required libraries and then pull them up to an AndroidStudio native project where everything should be packed and installed [...] read more
android
c++
java-native-interface
native
8votes
3answers

Android NDK produce unreasonable big binaries, how to optimize .so size?

I have notice that Android NDK (r6b in my case) produce unreasonable big resulting .so files. For example, in my case I have ~150-200 lines of C++ code (6 native methods and 3 C++ simplest classes) and this native code produce 60kb (!) .so with enabled exceptions and RTTI or [...] read more
android
android-ndk
6votes
2answers

Cross-Compiled GNU ARM (BeagleBoneBlack) from Windows. Runtime Error on *.elf: "No such file or directory"

I'm in the (very) early stages of developing a UAV flight controller on a BeagleBone Black. I should mention that I'm quite the novice when it comes to the BBB, Linux and embedded systems.My academic focus has been on control theory - this is my first attempt at a practical [...] read more
c++
linux
cross-compiling
beagleboneblack
toolchain
6votes
1answer

iOS Integration Tests randomly crash: Encountered an XPC error while communicating with backboardd

When running integration tests w/ live requests against a server, sometimes I get the following crash. Does anyone have an idea why? I'm currently on OS X Mavericks and running these tests on the iOS 7.0.3 SDK and Jenkins. 2014-01-23 14:55:47.178 xctest[74229:303] 200 <- https://site/30012.zipjson?deltadate=2014-02-22T16%3A31%3A56.000Z&encrypt=N 2014-01-23 14:55:47.186 xctest[74229:303] GET -> [...] read more
ios
xcode
xctest
6votes
1answer

otest crash with -[id<NSURLAuthenticationChallengeSender> userCredential:]

We have a class that uses AFHTTPClient and AFHTTPRequestOperation's internally. In development, we connect to a server with an invalid SSL Certificate, so we have this code in the method that returns the request operations: if (self.allowInvalidSSLCertificates) { [operation setAuthenticationChallengeBlock:^(NSURLConnection *connection, NSURLAuthenticationChallenge *challenge) { if ([challenge.protectionSpace.authenticationMethod isEqualToString:NSURLAuthenticationMethodServerTrust]) { [challenge.sender useCredential:[NSURLCredential [...] read more
ios
cocoa-touch
xcode4
xcodebuild
afnetworking
5votes
4answers

gcc arm executable "no such file orr directory", wrong dynamic lib

I am trying to make a usable setup for gcc-linaro-arm-linux-gnueabihf-4.8-2013.11 on windows. Something happens at dynamic link: $(CC)-gcc -o test main.c -Wall -lc The program compiles fine, but when deployed to ARM shows: "No such file or directory" Searching the issue, seems that static build works but executable is huge: [...] read more
gcc
5votes
1answer

Python IDLE crash only on second monitor. Tcl/Tk compatibility issue?

OS X 10.10.1 Python 3.4.2 ActiveTcl 8.5.17 Hi All, Have a strange issue with IDLE crashing when using open parenthesis '(', specifically when using it after 'input'. It only seems to occur when the IDLE window is on my second monitor (LG IPS226). I can safely type the same characters [...] read more
python
macos
tkinter
python-idle
5votes
0answers

watchOS2 Notification Simulator

I encountered a strange bug from simulator of watchOS2 on XCode. I handled a notification using UILocalNotification and modified storyboard of static notification. But when I check a value "Wants Sash Blur" and build, It makes an error related with "Carousel.app"(like an unexpectedly stopped.) However, When I turn off that [...] read more
ios
xcode
swift
watchos-2
5votes
1answer

What do the contents of the general purpose registers contain?

I included the iOS tag, but I'm running in the simulator on a Core i7 MacBook Pro (x86-64, right?), so I think that's immaterial. I'm currently debugging a crash in Flurry's video ads. I have a breakpoint set on Objective-C exceptions. When the breakpoint is hit I am in objc_msgSend. [...] read more
ios
objective-c
macos
cpu-registers
5votes
2answers

In-App purchase on iOS simulator causes .../usr/libexec/lsd to crash

While testing In-App purchases in the simulator I get the following crash: Path: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator6.0.sdk/usr/libexec/lsd Parent Process: launchd [166] Crashed Thread: 0 Dispatch queue: com.apple.main-thread Exception Type: EXC_BAD_ACCESS (SIGBUS) Exception Codes: KERN_PROTECTION_FAILURE at 0x0000000000000030 VM Regions Near 0x975c08c: MALLOC_SMALL 0000000002000000-0000000004000000 [ 32.0M] rw-/rwx SM=PRV --> __TEXT 000000008fed8000-000000008ff0b000 [ 204K] r-x/rwx SM=COW [...] read more
ios-simulator
in-app-purchase
ios6
4votes
2answers

fwrite() in C & readInt() in Java differ in endianess

Native Code : writing number 27 using fwrite(). int main() { int a = 27; FILE *fp; fp = fopen("/data/tmp.log", "w"); if (!fp) return -errno; fwrite(&a, 4, 1, fp); fclose(); return 0; } Reading back the data(27) using DataInputStream.readInt() : public int readIntDataInputStream(void) { String filePath = "/data/tmp.log"; InputStream is [...] read more
java
android
c
endianness
datainputstream
4votes
1answer

Wicked PDF silently fails on OS X

With the same code and gem versions, it works just fine in Ubuntu (14.04, 64bit). Currently I am using: * wkhtmltopdf-binary gem v0.9.9.1 * wicked_pdf gem v0.10.2 * Rails 4.1.1 * Ruby 2.1.3 * OS X 10.10, 64-bit When I tried to generate PDF from Rails, i get the error [...] read more
ruby-on-rails
macos
wicked-pdf
4votes
1answer

Replacing static function in kernel module

Folks, I'm trying to hack a kernel module by modifying its symbol. The basic idea is to replace the original function with new function by overwriting its address in the symtab. However, I found when declaring the function as static, the hacking fails. But it works with non-static function. My [...] read more
static
kernel
static-methods
static-linking
4votes
6answers

Android's GNU STL shared library can't be found with System.loadLibrary

I've compiled a shared library with android-cmake and the NDK against libstdc++, and as per android-ndk-r7/docs/CPLUSPLUS-SUPPORT.html I'm trying to load gnustl_shared before loading my library: static { System.loadLibrary("gnustl_shared"); System.loadLibrary("MathTest"); } I can see this being done for instance here but I get an exception: 01-03 20:02:42.307: E/AndroidRuntime(569): Caused by: java.lang.UnsatisfiedLinkError: [...] read more
android
stl
android-ndk
4votes
4answers

Need help debugging why a shared library fails to load. Android NDK

I am trying to load a shared library using: System.loadLibrary("sharedC"); sharedC is dependent on 2 other shared libraries sharedA and sharedB, all three were made using the standalone toolchain and are included as prebuilt shared libraries. I load sharedA and sharedB before sharedC and I know of no other dependencies. [...] read more
android
android-ndk
shared-libraries
3votes
1answer

byte[] to 0x hex string with fnv1a32

I am trying to port the following python code to c# import os import sys import ctypes FNV32_PRIME = 0xB3CB2E29 FNV32_BASIS = 0x319712C3 def uint32(v): return ctypes.c_uint32(v).value def fnv1a_hash(data): hval = FNV32_BASIS for i in range(0, len(data)): hval = uint32(hval ^ data[i]) hval = uint32(hval * FNV32_PRIME) return hval print("starting") [...] read more
c#
hash
3votes
3answers

C# stackoverflow exception

I had a stack overflow exception and i was able to use windbg to get a log of everything, however the log is very greek to me, and i'm not sure what i'm looking for. Any help is appreciated. FAULTING_IP: +1d42faf00b2df58 02dbb89f e9e3000000 jmp 02dbb987 EXCEPTION_RECORD: ffffffff -- (.exr 0xffffffffffffffff) [...] read more
c#
3votes
1answer

Change display format of DirectX "Object Table"

While debugging with VS 2012 Graphic's Debugger, I want to look at an index buffer, but the format that is showing it in is as float. This means the numbers are different than they would be with an int or short format. Does somebody know how to change this? Here [...] read more
visual-studio-2012
hlsl
directx-11
2votes
2answers

Julia language: Redirecting stdout does not affect every println // How to extract value from stdout

My original aim was to perform a ttest and gaining a pvalue. I used OneSampleTTest which looked promising yet the results ended up in stdout like this: julia> OneSampleTTest([1,2,3,4,5],3.1) One sample t-test ----------------- Population details: parameter of interest: Mean value under h_0: 3.1 point estimate: 3.0 95% confidence interval: (1.0368, [...] read more
julia
stdout
p-value
t-test
2votes
0answers

Android NDK: Call to System.loadLibrary Results in SIGSEGV Code=1

I have a massive C/C++ library that I'm trying to use through JNI for an Android project. It's comprised of several classes that were originally written for MFC and we've ported them over for execution on the Android environment. The library builds fine (at least according to ndk-build). The size [...] read more
c++
android-ndk
java-native-interface
segmentation-fault
loadlibrary
2votes
0answers

apple watch notification scene is not opening in simulator in xcode 7.0

I am working on apple watch app..Main Watch App & glance scene are loading perfectly in simulator but when i try to open Notification scene, simulator is getting crashed with error Carousel quit unexpectedly..I am not able to fix this issue..following is crash report i get..thanks in advance Process: Carousel [...] read more
ios9
xcode7
apple-watch
watchos-2
2votes
0answers

cross compilation from ubuntu to Raspberry Pi error: undefined symbol

i'm running Qt Creator 3.0.1 (Based on Qt 5.2.1 (GCC 4.8.2, 64 bit)) on Ubuntu 14.4 64bit on VirtualBox on Windows 7 64bit I'm trying to cross compile to Raspberry Pi and run very simple program: MainWindow.h: #ifndef MAINWINDOW_H #define MAINWINDOW_H #include <QMainWindow> namespace Ui { class MainWindow; } class [...] read more
c++
qt
raspberry-pi
cross-platform
cross-compiling
2votes
2answers

C Returned char from GetSaveFileName() contains null characters

I'm using the following code to get the filepath to save to for use with tinyxml2: OPENFILENAME ofn; char szFileName[MAX_PATH] = ""; ZeroMemory(&ofn, sizeof(ofn)); ofn.lStructSize = sizeof(ofn); ofn.hwndOwner = NULL; ofn.lpstrFilter = (LPCWSTR)L"XML Files (*.xml)\0*.xml\0All Files (*.*)\0*.*\0"; ofn.lpstrFile = (LPWSTR)szFileName; ofn.lpstrFile[0] = '\0'; ofn.nMaxFile = MAX_PATH; ofn.Flags = OFN_EXPLORER | [...] read more
c++
char
savefiledialog
1vote
1answer

Lotus Domino Server 6.5 crashes frequently

We are running lotus domino server 6.5 in one our VM machine. The web applications hosted in this server are running for past 10 year with no issue. But suddenly for past few months the server is crashing frequently. I have used LND to analyze the crash details and all [...] read more
ibm-domino
servlet
servlets
1vote
0answers

MingW64 doesn't generate complete debugging information for lambda

I am working on a debugger that supports range of debugging information formats, including DWARF. Recently I've experienced strange thing: mingw64 doesn't emit information about line numbers for code inside lambdas. Here what I compiled: void CallLambda(void (*lambda)()); int main() { for (int i = 0; i < 10000; i++) [...] read more
mingw
mingw-w64
dwarf
1vote
1answer

Linking error while cross compiling Qt5 for Beaglebone

Dear stackoverflow community. I'm cross-compiling Qt 5.12 for my Beaglebone Black with EGL support. The host OS is Ubuntu 18.04.1 LTS (x64) running in a VM. I have installed any possible dependcies (I could find in different posts) on the target (and some on the host as well) and copied [...] read more
linker
qt5
cross-compiling
beagleboneblack
1vote
1answer

Built Unity game crashes when using object's mesh as emitter for particle system

I have scenes with some basic flame effect. Its max particle count is 20 and there are not more than 4-5 instances active on the screen at once. I even checked the profiler but the memory usage was around 150 MB maximum. Given these, all runs fine in the editor [...] read more
c#
unity3d
crash
1vote
0answers

C - Get File Bytes as Unsigned Int

I need the bytes of a BIN file converted to a unsigned int, in this format (JavaScript): p.write4(shellcode.add32(0x00000000), 0x00000be9); p.write4(shellcode.add32(0x00000004), 0x90909000); p.write4(shellcode.add32(0x00000008), 0x90909090); p.write4(shellcode.add32(0x0000000c), 0x90909090); p.write4(shellcode.add32(0x00000010), 0x0082b955); p.write4(shellcode.add32(0x00000014), 0x8948c000); p.write4(shellcode.add32(0x00000018), 0x415741e5); p.write4(shellcode.add32(0x0000001c), 0x41554156); p.write4(shellcode.add32(0x00000020), 0x83485354); p.write4(shellcode.add32(0x00000024), 0x320f18ec); p.write4(shellcode.add32(0x00000028), 0x89d58949); p.write4(shellcode.add32(0x0000002c), 0x64b948c0); p.write4(shellcode.add32(0x00000030), 0x77737069); p.write4(shellcode.add32(0x00000034), 0x49000000); p.write4(shellcode.add32(0x00000038), 0x4120e5c1); p.write4(shellcode.add32(0x0000003c), 0x000200bc); p.write4(shellcode.add32(0x00000040), [...] read more
c
1vote
2answers

svnX not working on MAC, Its always crash while opening

I am using svnx 1.3.4 on MAC , From yesterday it stopped working. I am getting below error. Let me know whats worn there. Process: svnX [750] Path: /Applications/svnX.app/Contents/MacOS/svnX Identifier: com.lachoseinteractive.svnX Version: 1.3.4 (1.3.4) Code Type: X86 (Native) Parent Process: launchd [182] Responsible: svnX [750] User ID: 501 Date/Time: 2014-04-01 [...] read more
macos
svnx
1vote
0answers

Spark datagrid crash on sort column only in release (updated with temporary fix)

Having some trouble for some time with this, wondering if some more eyes on the problem will help. This is a standalone Air application for Windows/Mac UPDATE: I can get the release version to actually sort and not crash! If I add the compiler flag (-optimize=false) it works as intended. [...] read more
actionscript-3
apache-flex
datagrid
air
flex-spark
1vote
0answers

Build is Crashing on Start

How can I get to the bottom of what's going on in this crash report? Is there something specific that might point to what I might have done wrong? It runs fine in Unity when I play it. Where might be a good place to start debugging things? Process: RollBallRoll [...] read more
c#
macos
unity3d
crash
unity5
1vote
1answer

Cross Compiling GSL for Android

CROSS COMPILING GSL FOR ANDROID I am attempting to cross compile the GNU Scientific Library (GSL) for Android 4.1 using Autotools. My build and host are as follows: build="i386-apple-darwin10.8.0" host="arm-linux-androideabi" Autotools versions: GNU Automake version 1.11.3 GNU Autoconf version 2.68 GNU Libtool version 2.4.2 My goal is to compile an [...] read more
android
android-ndk
cross-compiling
elf
gsl
1vote
1answer

Assembly x86 "PSHUFB 128bit" implementation in another language

I was reversing some application and i faced this opcode: PSHUFB XMM2, XMMWORD_ADDRESS and i tried implementing the algorithm of this function in python with no success! The reference of how this opcode should work is here: http://www.felixcloutier.com/x86/PSHUFB.html Here is a code snippet: PSHUFB (with 128 bit operands) for i [...] read more
python
algorithm
assembly
x86
hex
1vote
1answer

Lotus notes give an error message during calling Crystal Report viewer control 9

OS : window 7 Enterprise Service pack 1 (32 bit) Lotus notes version : 9.0 (social edition) Whenever i want to create an object- crystal report viewer control 9 it give me an error message: below is error message that generate by lotus notes enter image description here [https://i.stack.imgur.com/encNN.jpg] -Already [...] read more
crystal-reports
odbc
lotus-notes
1vote
2answers

EXC_BAD_ACCESS with libssh2?

I was finally able to compile libssh2, but now I keep seeing the EXC_BAD_ACCESS error. This is the basic background as to how libssh2 works (at least the GUI) is this... 1. Enter command 2. Enter host IP 3. Enter username/pass 4. Press the button to send the SSH command [...] read more
objective-c
ios
1vote
1answer

Xamarin.Mac project crashes at startup, what am I doing wrong ?

I downloaded Xamarin Studio (4.0.1), and created a new Xamarin.Mac project via the template. Without changing any code, I try to run the app. It immediately crashes with EXC_BAD_ACCESS (even before the debugger can attach). These are the details from the error report: Exception Type: EXC_BAD_ACCESS (SIGSEGV) Exception Codes: KERN_INVALID_ADDRESS [...] read more
mono
monomac
xamarin-studio
xamarin.mac
1vote
1answer

Random crashes of cocoa application

I have random crashes of my Mac OS X application and there is no indication of a bug in my code. How to debug such kind of bugs? I have no access to user's computer where it is randomly crashes. Here is an example of crash log: OS Version: Mac [...] read more
macos
debugging
crash
1vote
2answers

Cross-compiling for Android

I'm trying to cross-compile dropbear for android. The files appear to compile find, but when executed give "program : not found." I did a find and the libraries marked NEEDED appear to be located in the cross-compile environment. I have compiled other programs with this toolchain. arm-none-linux-gnueabi-readelf -d dropbear Dynamic [...] read more
android
0votes
0answers

Please explain what the Error with OS X 10.10.2 and MacWinDjVu (does not open any more) is and how to solve it

Please explain what the Error with OS X 10.10.2 and MacWinDjVu (does not open any more) is and how to solve it. I use DjVu regularly, and until today I did not have any problem. I just turned on my MacBook Pro, tried to open a .djvu file and this [...] read more
macos
crash
osx-yosemite
djvu
0votes
1answer

Lotus Domino Server Crash

We are running domino server is one of our virtual machine. We also see "allocation failure" and "GC Cycle started" error in our domino console frequently after moving to VM OSVersion: Windows Server 2003 5.2 (Build 3790), PlatID=2, Service Pack 2 (4 Processors) Notes Build: Release 6.5 September 26, 2003 [...] read more
lotus-notes
ibm-domino
0votes
0answers

guru meditation error: core 0 panic'ed (loadprohibited) while working with custom library

I am working on a median filter on the ESP32 board. This median filter is based on a circular buffer. I implemented the filter into the main.c and it worked just fine. However as I created a custom library and called the function from the main.c the ESP32 just reboots [...] read more
c
esp32
freertos
platformio
0votes
0answers

App Verifier Stop 00000900 using File Open Dialog

My C++/MFC program uses the CFileDialog class to retrieve a filename to open. If I comment out the DoModal() call, no Verifier Stops occur. If the dialog is opened (even if it is then simply Canceled), the stops are generated -- three in a row. So I tried the Common [...] read more
c++
memory-leaks
heap-memory
application-verifier
0votes
0answers

Having issues with a Frida gadget on an emulated Android device

I am trying to inject a Frida gadget into an Android App which is already installed on an emulated (MEmu) Android 7.1 rooted system. When I connect to the device using adb, I can see that the files are store here: ASUS_Z01QD:/data/app/com.turtle.foo.bar-1 # ls base.apk lib oat split_config.armeabi_v7a.apk The MEmu [...] read more
android
arm
apk
emulation
frida
0votes
1answer

ESP32-WROOVER randomly reboot with different reasons

Hardware: Board: ESP32 Dev Module, node32, ttgo Core Installation version: not sure IDE name: Arduino IDE Flash Frequency: 40Mhz PSRAM enabled: not Upload Speed: 115200 Computer OS: Windows 10 Hi, I am working on a project, which is to use GSM to connect MQTT, and send instant data such as [...] read more
arduino
esp32
0votes
2answers

If I have hexadecimal numbers with some 1 digit long like 0x1 and some 5 digits long like 0x1e4b1, how do I write code to make them all 8 digits long?

I have some hexadecimal numbers like this in a .txt file: 0x1, 0x2, 0x1e4b1, 0x5b, 0x80, 0x52, 0x111, 0x6b0d, 0x4e, 0x34a, 0x2067, 0x6ef3, 0x1cf, 0x1b, 0x15b, 0x4f, 0xba8, 0x319. What I am trying to do now is overwrite the contents (using code) of the file and make the end result [...] read more
python
hex
0votes
0answers

ESP32 WIFI connection generates CORE 1 panic / reboot

I'm using this code on an ESP32 to connect to my home WiFi network: #include <Arduino.h> #include <WiFi.h> char text[80]; uint8_t connectTCP(void) { char ctr = 0; const char *ssid= "*********"; const char *pwd = "*********"; WiFi.begin(ssid, pwd); Serial.print("Connecting to WiFi: ***"); // Wait for connection or time-out in 5 [...] read more
c
wifi
core
android-wifi
esp32
0votes
0answers

Striped down kernel take long time to load on Raspberry Pi 4

I'm just trying to customize the kernel configuration for Raspberry Pi 4B, to achieve a compact system image and quick startup, but as we can see in the logs there's approximate ~4.0s to start executing my 4.2MB kernel. * Logs: 23:20:06.198 -> 23:20:06.198 -> PM_RSTS: 0x00001000 23:20:06.198 -> RPi: BOOTLOADER [...] read more
linux-kernel
buildroot
raspberry-pi4
0votes
1answer

STM32F7 - Execute code from RAM and flash

I believe I have a problem with my linker script but I'm not sure if that's the true culprit here. Background: I'm using an STM32F730 on a project. The uC has 64K flash and 256K of ram. Of that, 64K is TCM, 192k is regular RAM. The project will exceed [...] read more
c
linker
ram
0votes
0answers

The KMDF driver crashes with no useful information from !analyze -v

I am trying to debug Hello World KMDF driver from MSDN in Virtual Box. Symbols loads and everything looks fine. But when I am trying to debug the code the following happens: ----------------------------------------------------------------------- ----------------------------------------------------------------------- Starting New Debugger Session ----------------------------------------------------------------------- ----------------------------------------------------------------------- [debug session data] Break instruction exception - code 80000003 (first [...] read more
windows
windbg
kmdf
0votes
1answer

Why doesn't code branch at BEQ after MOVS

Id really appreciate if somebody could help me. Why doesn't code branch on the first reading of BEQ, if comparing r2 with r2. Apparently the final value in r0 is 0X0000001B. Thank you so much, im very confused and frustrated running this over and over in Keil. MOV r0,#1 MOV [...] read more
assembly
arm
instruction-set
microprocessors
0votes
1answer

`cgpdftoraster` failure on Mac 10.11.6

I am trying to resolve a printing error for a relative's Mac. The OS is 10.11.6, and I infer from her story that the printer (Epson Artisan 730) stopped working around the time of 10.11.6's release. When I attempt to print, the print queue shows the job with a "Filter [...] read more
macos
printing
0votes
1answer

java.lang.unsatisfiedLinkError lib not found :(failed to link mylib.so)

i've successfully cross compiled a c++ library to the android plateform using the android ndk standalone toolchain. i've created a new android application project into Eclipse with a jni dolder and Android.mk file and when i do an ndk-build the building goes well and it adds mylib.so to libs/armeabi folder [...] read more
android
c++
android-ndk
cross-compiling
0votes
1answer

Windows Phone App crashes after Launcher.LaunchFileAsync when downloaded from store

I have a strange problem, if I deploy my app through visual studio as debug or release version all is working well. But if I publish it to the store and download it from there the app crashes after Launcher.LaunchFileAsync or FileOpenPicker. When my app launches for example the default [...] read more
windows-phone
windows-phone-8.1
windows-phone-store
0votes
1answer

Android Studio Creating a virtual device

Hi everyone i have installed android studio on my Mac. But when i try to create a virtual device then i am getting the following error. So i dowloaded the Android Studio from the developer.android.com The android studio working fine but i can not run my app. Anyone can knows [...] read more
android
android-studio
0votes
1answer

InDesign is crashing when opening a file from the book

Edited shorter version: I am trying to close an open book in InDesign and run some functionality after. It looks like the next step starts before the book is fully closed myBook.close(); alert("Book closed"); I have the alert displaying with the open book still on the background. If I try [...] read more
adobe-indesign
extendscript
0votes
3answers

Google Chrome crashing on launch, OS X Yosemite Public Beta 2

Just recently updated to the 2nd release of OS X Yosemite's public beta. A few hours into using it, I had Chrome crash, and refuse to start up subsequently. The strange thing is, Eclipse isn't working now either, and both are throwing similar crash reports (Exception Type: EXC_BAD_ACCESS (SIGSEGV) Exception [...] read more
google-chrome
beta
osx-yosemite
0votes
1answer

Application was crashed in ipad Air

i did one application and submitted to appstore.But application was rejected due to crash problem.But i run on my ipad it's working properly.I send a mail to review team.And they give me reply as "Your application was running successfully in all ipads except ipad Air.Application was crashed in iPad Air".So [...] read more
ios
iphone
ipad-2
ipad-3
0votes
1answer

iOS - Prevent object deallocation

I have an object, similar to UIAlertView that presents a dialog box with a custom message and title. So far, the following code works to show the dialog box: DialogBox *dialog = [[DialogBox alloc] initWithMessage:@"Hello" delegate:self]; [dialog showDialog]; When I tap either the 'YES' or 'NO' buttons on the dialog [...] read more
ios
objective-c
object
memory-management
0votes
1answer

"Bus error: 10" when running haxedoc

When running haxedoc, either from Haxe 2.08 or from Haxe 2.10, I get $ haxe-2.10/haxedoc -h Bus error: 10 Haxe 2.08 is the binary and my Haxe 2.10 was compiled with OCaml. I suppose my Mac is using some incorrect library, causing the problem. If I run haxedoc alone I [...] read more
haxe
0votes
0answers

Dreamweaver quit unexpectedly from Ajatix > Advanced CSS Drop Down Menu Light

can you help me with this problem with Dreamweaver quit unexpectedly from Ajatix > Advanced CSS Drop Down Menu Light this is a add-on from creative cloud. i do not know y this is happening to dreamweaver when i try to lode a program to add a menu bar Process: [...] read more
c++
macos
entity-framework
flash
air
0votes
1answer

Strange stack trace in Windows Phone 8

Hi I have a Windows phone app which is getting a number of crashes reported by the dev center. I recently did an upgrade which included some minor changes and the moving of some common code from a Silverlight class library to a Windows phone class library (so that I [...] read more
windows-phone-8
crash-dumps
0votes
2answers

WinDbg with dump files when you have a classic ASP app which uses a lot of .Net via interop

Ok, first please don't ask why this application is the way it is. This is a classic ASP application which in several areas uses .Net and COM and some of that .Net also reaches into COM! It's all to do with code reuse really, at some point .Net was introduced [...] read more
.net
memory-leaks
asp-classic
windbg
0votes
1answer

Robotframework RIDE Mac OS get error

Mac air 10.9.3 Python: 2.7 wxPython: 2.9 RIDE: 1.2.3 Run "ride.py" will display error. Here is the error I get: (sorry it is really long) A new window pops up and that has the headline "Python has quit unexpectedly" And in the rest of the window it says: Process: Python [...] read more
python
macos
wxpython
robotframework
0votes
1answer

LLDB print out NSException name or class from library

In Xcode I use "All Objective-C exception" breakpoint, but i want to skip some specific NSException. I found in this article all the information about how to skip some specific NSException's name and it works perfectly for all the @try{} @catch I've put in my code. Unfortunately I'm forced to [...] read more
ios
xcode
debugging
lldb
0votes
1answer

Application was crashing without any error message

i am doing one application.That application is running successfully in ipad simulators.But app was crashed in ipad retina simulator without any exception or error message.And the crash report for that crash is Process: lsd [2796] Path: /Applications/Xcode 2.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator6.0.sdk/usr/libexec/lsd Identifier: lsd Version: 40 Code Type: X86 (Native) Parent Process: launchd [145] [...] read more
ios
iphone
crash-reports
ipad-3
0votes
1answer

Remote Access to VirtualBox with Remote Display enabled: Multiple issues with Windows remote desktop client

* Issue #1 * I have configured an external simple authentication in VirtualBox. KRDC (rdesktop) is able to connect to the guest OS without a problem with configured user/password. However I cannot connect from neither Win XP remote desktop client nor Win7 remote dektop client. Connection seems to be established [...] read more
windows
virtualbox
remote-desktop
0votes
1answer

Bound Xamarin.iOS library subclass crashes on simulator

I'm currently having an issue with the iOS simulator. I'm currently developing a Xamarin project with a bound Objective-C library (ECSlidingViewController). I built the library for the armv7, armv7s, simulator and arm64 architectures, combined them into a fat binary and bound it using a Xamarin binding project. Now the binding [...] read more
c#
ios
xamarin.ios
xamarin
0votes
1answer

import error running picam on a raspberry pi

I am trying to run picam on my raspberry pi. Unfortunately I am not getting around the following import error: --------------------------------------------------------------------------- ImportError Traceback (most recent call last) <ipython-input-1-ae50f21e1c18> in <module>() ----> 1 import picam 2 import time /usr/local/lib/python2.7/dist-packages/picam/__init__.py in <module>() 1 # Copyright (c) 2013 Sean Ashton 2 # Licensed [...] read more
python
raspberry-pi
importerror
0votes
1answer

Lotus Notes Client crash ntdll.EtwEventEnabled

Lotus Notes Client crashed for one of the user few days back. After that we had him install the Lotus Notes twice but the issue continues. PLease find the NSD below. It shows ntdll.EtwEventEnabled at the top of the stack trace and Access Violation as the error message but I [...] read more
lotus-notes
0votes
1answer

What is stuff beyond .data section in Assembly?

I'm trying to understand how exactly assembly code lay out to memory space. I wrote a simple assembly code which contains just a few lines of instruction and .data section. When I inspected it with GDB, I saw more stuff beyond data section which I couldn't see with objdump -section-header [...] read more
assembly
0votes
1answer

Mono Program Crashes on OSX Lion

As a deployment test, I created a bare-bones C# Mono project in MonoDevelop. It only shows a window. I didn't make any changes to the code after creation. It installs and runs perfectly fine on Mountain Lion. When I install and run it on Lion, however, I get the following [...] read more
c#
mono
osx-lion
monodevelop
osx-mountain-lion
0votes
1answer

Constant buffer members access the same memory

I'm using a constant buffer to pass data to my shaders at every frame, and I'm running into an issue where the values of some of the members of the buffer point to the same memory. When I use the Visual Studio 2012 debugging tools, it looks like the data [...] read more
c++
directx
buffer
hlsl
directx-11
0votes
1answer

How to create a file from Services and Read it from Activity in android !! (Serialization/De-Serialization)

I am developing an Android app for finding duplicate files. till now i have developed directory explorer activity. user will select the directory through this activity, then i am starting a service in separate process to list all files in that directory (using DFS algorithm) and to find all the [...] read more
android
serialization
android-intent
arraylist
android-service
0votes
2answers

lotus notes crashing when swing dialogbox appears

I coded an agent in Java that displays some text using JDialogBox. Now for one of the many users of that application it is not working. whenever the user clicks on action that initiates that agent, a dialogbox appears but before it could display completely notes crashes, giving the error [...] read more
swing
lotus-notes
lotus-domino
0votes
1answer

iOS Simulator Stalls

I am running Mountain Lion and XCode 4.4.1. I am trying to run the iOS Simulator but it will show the image of the iPhone but no OS shows up inside the phone. I have looked at the Console Log and found a crash with the following code Process: iPhone [...] read more
xcode
macos
ios-simulator
0votes
1answer

Cocoa App crash calling a 3rd party API

My Cocoa Objective-C app (in XCode) occasionally crashes in the part where it calls a 3rd party API. I believe that it's a memory leak or something. I attach the part where my program will, the 3rd party API and the crash log. Please help to give me pointers on [...] read more
objective-c
cocoa
xcode4
0votes
1answer

What is __CFString?

I have arg1 which is an IMessage. IMessage is defined as: struct IMessage { ... struct CFString _field2; ... }; and CFString is defined as: struct CFString { void **_vptr$CFObject; struct __CFString *mCFRef; _Bool mIsMutable; }; and __CFString is defined as: struct __CFString; My goal is to get a string [...] read more
objective-c
cocoa
nsstring
core-foundation
cfstring
-1votes
1answer

c++ com how to inherit IUIAutomationPropertyChangedEventHandler interface

c# code: var nativeAutomation = new UIAutomationClient.CUIAutomation8(); nativeAutomation.AddPropertyChangedEventHandler(ele, UIA.TreeScope.TreeScope_Element, null, new handler(), pidarray); the handler used in AddPropertyChangedEventHandler class handler : UIAutomationClient.IUIAutomationPropertyChangedEventHandler { public void HandlePropertyChangedEvent(UIA.IUIAutomationElement src, int propertyId, object newValue) { UIA.IUIAutomationElement sourceElement = src as UIA.IUIAutomationElement; Console.WriteLine(propertyId + ":" + newValue); } } it works very well but [...] read more
c#
c++
com
ui-automation
microsoft-ui-automation
-1votes
1answer

GDB - see what have accessed the address/break on it

I am trying to overwrite the function vtable: Here it is done: Before memcpy (gdb) x/100x 0xb7993150 0xb7993150: 0xb6eae130 0xb6eae130 0x41414141 0x41414141 0xb7993160: 0x41414141 0x41414141 0x41414141 0x41414141 0xb7993170: 0x00000000 0x00000000 0x00000030 0x00000023 0xb7993180: 0x6c707061 0x74616369 0x2f6e6f69 0x6574636f 0xb7993190: 0x74732d74 0x6d616572 0x00000000 0x0000001b 0xb79931a0: 0x00000001 0x00000001 0xb7993078 0x00000000 0xb79931b0: 0x00000000 0x0000002b [...] read more
gdb
exploit
-1votes
1answer

ECSlidingViewController bound using Xamarin causes crash

I am using a binding project to wrap ECSlidingViewController for use with MonoTouch/Xamarin. I have this setup. However when I attempt to open the menu (by triggering a segue on button click) the app crashes with no error report, nor anything in the application output. All I have to go [...] read more
xamarin.ios
xamarin
ecslidingviewcontroller
-1votes
1answer

C++98/C++03 STL set bug?

all, One weird thing happens when I'm using set: Let's say: struct A { int num; bool operator<(const A& x) const { return num < x.num; } }; struct B { set<A> ASet; }; struct C { list<B> BList; list<B>::iterator BListIter; C() { BList.push_back(B()); BListIter = --(BList.end()); } }; somewhere [...] read more
c++
stl
set
-5votes
1answer

Can we type strings with use of hex codes in c# like we type integers like that int a = 0x0000cd54;?

I think this is kind of unusual thing to ask, but I need this. Well, I know I can do this: string str = "45 AC 1B 5C"; And then convert it into something meaningful, but what if I don't want to bother with conversion and want to set string [...] read more
c#
.net
string
hex

Comments

Leave a comment

(plain text only)

Sources

  1. winerror.h from Windows SDK 10.0.14393.0
  2. https://docs.microsoft.com/en-us/windows-hardware/drivers/debugger/bug-check-code-reference2
  3. https://msdn.microsoft.com/en-us/library/cc231198.aspx

User contributions licensed under CC BY-SA 3.0