Windows error 0x00000170, 368

Detailed Error Information

STORAGE_LOST_DATA_PERSISTENCE[1]

MessageThe storage device has lost data or persistence.
Declared inwinerror.h

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

HRESULT analysis[2]

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[2][1]
DescriptionThe default facility code.[2][1]
Error Code368 (0x0170)

Questions

5votes
3answers

Can not reproduce a crash found by the app review. Can anyone help make sense of this crash report?

Apple rejected our iphone app, showing that it crashed on iPad. We could not reproduce the crash on 3 different iPads and asked them to confirm. Apple came back saying that they produced the crash on iPhone 4 (although the log shows iPhone 3). We can not reproduce it... > [...] read more
iphone
ios
crash-reports
2votes
1answer

iOS 7 App Crash EXC_CRASH (SIGABRT) objc_exception_throw Works fine on iOS 6

Our app is crashing in iOS 7, its working fine in iOS 6. We are not sure what is causing the issue. We can see that there is some exception thrown but we are not sure where in code is causing that. Here is the crash report: Incident Identifier: 1F589930-15BD-49F7-80E6-831A95092FDF [...] read more
ios
ios6
crash
ios7
crash-reports
2votes
0answers

NSFetchedResultsController crashes – possibly due to memory warning

(Added another update at the end of the question at 2011-10-11 20:45 +02:00) I'm having a strange issue with my app (iPhone). Where it somewhat randomly crashes (see stacktrace below). APP STRUCTURE The app structure is a UITabBarController with a couple of UINavigationController inside it. One of the UINavigationControllers contains [...] read more
iphone
ios
uitableview
core-data
nsfetchedresultscontroller
1vote
0answers

Android `service` command - how to use compound types as arguments?

I'm trying to automate replies to a group MMS with Tasker. So far, I've been able to write a couple shell scripts with Termux that can poke into the SQLite database where received messages are stored, and get the content of those messages and the numbers of the participants in [...] read more
android
tasker
1vote
0answers

Beaglebone Black and Qt5.10

I am using Beaglebone Black Rev C with BB-View CapeManager as follow: 1. Latest kernel version: "Linux arm 4.15.0-bone2.1 #1 Tue Jan 30 11:48:09 GMT 2018 armv7l GNU/Linux" 2. BBB fire up correctly and screen work correctly 3. Build Qt-everywhere package 5.11 fro io.qtdownload site 4. The Qt for ARM [...] read more
c
linux
qt
ubuntu
beagleboneblack
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
0votes
1answer

XMS.NET fails when receiving JMS message with RFH2 header at ParseJmsFolder

Our partner started using custom properties for messages being sent over IBM WebSphere MQ and our application developed using XMS.NET started to fail because of that. It turned out that the error is being thrown inside parsing the JMS envelope and inside the ParseJmsFolder method. This is the exception we [...] read more
.net
jms
ibm-mq
xms
rfh2
0votes
1answer

nifi convert text file to json

I'm trying to load log text files from a ftp server to elastic . The log files look like this : 0:0:21: Processing events from events 0:0:21: Processing croned build types from q_type 0:0:21: Process croned releases from trls 0:0:22: Processing croned regression list from regression 0:0:22: Processing commit loop [...] read more
elasticsearch
apache-nifi
elastic-stack
0votes
0answers

iOS app crashed in thread wihtout app actions

My iOS application crashed. In crash log I've found such info: Exception Type: EXC_CRASH (SIGABRT) Exception Codes: 0x0000000000000000, 0x0000000000000000 Triggered by Thread: 9 Thread 9 Crashed: 0 libsystem_kernel.dylib 0x39189c70 __workq_kernreturn + 8 1 libsystem_pthread.dylib 0x391eec1f _pthread_wqthread + 307 2 libsystem_pthread.dylib 0x391eead8 start_wqthread + 4 I have no idea how to [...] read more
ios
multithreading
crash
0votes
0answers

EXC_CRASH (SIGABRT) on iPhone

I get the following crash report from an iPhone: Incident Identifier: 6E2B4585-CB62-422C-B3AC-572865DD3AA7 CrashReporter Key: c0ee8e4ebe234085fced97effaa20b4466f37166 Hardware Model: iPhone5,2 Process: myApp [3152] Path: /var/mobile/Applications/203530B9-B1BF-48F9-A3D0-B80AE1D53EA4/myApp.app/myApp Identifier: myApp Version: ??? (???) Code Type: ARM (Native) Parent Process: launchd [1] Date/Time: 2013-05-30 15:28:52.501 +0200 OS Version: iOS 6.1.4 (10B350) Report Version: 104 Exception Type: [...] read more
ios
objective-c
sigabrt

Comments

Leave a comment

(plain text only)

Sources

  1. winerror.h from Windows SDK 10.0.14393.0
  2. https://msdn.microsoft.com/en-us/library/cc231198.aspx

User contributions licensed under CC BY-SA 3.0