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've heard of Lucene.Net and I've heard of Apache Tika. The question is - how do I index these documents using C# vs Java? I think the issue is that there is no .Net equivalent of Tika which extracts relevant text from these document types. UPDATE - Feb 05 2011 [...] read more
I am trying to create a Bluetooth PAN between two devices where I can access REST based web services over the Bluetooth connection. I have had some success with various proof of concepts (both Bluetooth legacy and Bluetooth Smart) but I am having problems trying to create a Group network [...] read more
My application has the ability to Wipe all contacts and calendar events. It has been working fine as far as we had not done stress testing. During this, it was observer that device brightness goes down when we execute following use case 1. Sync Facebook, Gmail etc accounts with device [...] read more
I have an SSIS package that runs a script task (mostly, and a few other things). The script task connects to an Access database using an OleDB connection. This is the Microsoft Jet 4.0 connection. I have the drivers installed. But it won't run in SQL Agent via a proxy [...] read more
I have a new app, which was rejected from the app store with this message: We found that your app crashed on an iPhone 5 and iPad 3rd Gen running iOS 6.1, which is not in compliance with the App Store Review Guidelines. Your app crashed when we: 1) Launched [...] read more
I have run into this issue when verifying some code containing an unsafe method that returns a pointer. The example can be expressed as this: public class A { public static unsafe int* GetAnswer() { int fakeValue = 42; return &(fakeValue); } public static void Main() { int i = [...] read more
I have Python 2.7.5 on Os X 10.9 with Pandas version 0.12.0-943-gaef5061. When I download this train.csv file and run read_csv, I get Segmentation Fault 11. I have experimented with the file encoding, putting values in the empty columns, and changing the options for quotes, but to no avail. From [...] read more
I wrote a small service, which acts as a local network server. To write the service, I followed a tutorial on MSDN, how to write a service using the ServiceBase class. But when I register and start the service, I get error messages as shown below. I get exactly two [...] read more
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
I have some problem with my iPhone/ipad app. its published in app store, but now it seems like a few users experiences crashes when they try to start the app. Sometimes it helps with a hard reboot. Would be very happy if someone could help me sorting out whats going [...] read more
I'm learning assembly language on macOS 10.14, and my assembler nasm's version is 2.14.02, linker ld's version is ld64-409.12, debugger lldb's version is lldb-1000.11.38.2. I have a source code file named test.asm, and I use nasm -f macho64 -F dwarf -g test.asm ld -e _start -o test test.o -lSystem And [...] read more
I have a Solaris 11.1 machine which has some disks attached to it via an expander (LSISAS2X36) through an LSI 1068 controller. The setup used to work quite decently, but as I have added another batch of disks, I see some strange effects: * format hangs after selecting a disk [...] read more
On Windows 10, using Docker desktop version 2.1.0.5. I have been successfully using the image microsoft/mssql-server-linux:2017-latest, but since it is deprecated, I am changing it to mcr.microsoft.com/mssql/server:2019-latest, where I experience issues. I am defining the database service as: version: '3.4' services: sql.data: container_name: tvq_db image: mcr.microsoft.com/mssql/server:2019-latest environment: - SA_PASSWORD=Pass_word - [...] read more
This is very weird, I can run my app in a simulator, iPhone 4S and iPhone 5 using Xcode 5 (5A1413) without any problems but when I submitted the app to iTunes store was rejected and this log was provided from Apple. This is the message I got from Apple: [...] read more
More details below, but I'm running into the following error when I issue a composer install or composer update command on a project which uses a custom VCS repository for an included project. This is on an IBM i v7r3 system via SSH session. I've run out of ideas on [...] read more
I am using ESP32 DEVKIT link and Adafruit VS1053 Codec + MicroSD Breakout - MP3/WAV/MIDI/OGG Play + Record - v4 link to record and then play the sound. I am using Arduino IDE for coding. I am facing an issue right now that the module uses hardware interrupt for playing [...] read more
I am trying to make an extremely minimal stm32f215 firmware to teach myself its boot-up intricacies. As it is now I have this dump which, to my knowledge, should write the stack address to r0 and loop forever: firmware-d: file format elf32-littlearm Disassembly of section .isr_vector: 08000000 <vector>: 8000000: 20002000 [...] read more
I am trying to modify a string in C language char signal_cat[8]; if (k == 1) { strcpy_s(signal_cat, "HPHA",6); //why cant I change char array (string) values??? } else if (k == 2) { strcpy_s(signal_cat, "Normal",6); } printf("Original signal category: %s \n", signal_cat); When I run this it shows an [...] read more
I'm debugging a problem with a composite device that I'm creating, and have recreated the issue in freshly-CubeMX-generated HID-only code, to make it easier to resolve. I've added small amount of code to main() to let me send USB HID mouse-clicks, and flash an LED, when the blue-button is pressed. [...] read more
I have received crash log from production and cannot understand how to reproduce it. It happened only once on iPad with iOS 9.3 as per information I have. This crash happened after my latest release where I used VIPER methodology for some of my views. I have searched the Internet [...] read more
Below is my code: .data inputOne: .word 2 # Value 1 inputTwo: .word 3 # Value 2 counter: .word 0 # Adds the amount of times that we go through the loop sum: .word 0 # Where the result of the addition goes random: .word 0 .text main: lw $t2, [...] read more
Completely stuck on linking stage, when migrating group of projects to C++Builder XE10.2. Win32 target, clang compiler. The module, which causes ilink32 to fail with abovementioned error, uses boost::spirit classic. What is puzzling, is that another project from the same group passes linking OK, while using boost::spirit as well, with [...] read more
I work with zedboard and vivado v2017.3. I am trying to send data stored in a register(slv_reg0 in PL section of Zynq) pointed by baseaddr_p in the following program. I use lwip echo server application to read this address and send it to the PC via Ethernet. This part of [...] read more
My lab recently procure an HP (Aruba) 2920 24G and I was told to test it out on an OpenDaylight controller. First, I setup the OpenDaylight Carbon (0.7.2) with dlux features, odl-mdsal-apidocs, odl-restconf, and odl-l2switch-switch installed. The Opendaylight can communicate with my other switches including an SBC running an Open [...] read more
I'm not strong in C code and this is my problem: I try to write REG_DWORD to registry (I use minGW). However I get an error 998 ERROR_NOACCESS and don't know why. All stuff seems valid. In my case I try to write 777 It's really strange why so basic [...] read more
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
I have little to no understanding how low-level programming languages work, so please bear with me. I need to load compiled C (.so file) library into android 6.0+ (SdkVersion: 23+) Using: static { System.loadLibrary("dsdrv"); } I get an error: FATAL EXCEPTION: main Process: com.logicants.scanner3, PID: 11415 java.lang.UnsatisfiedLinkError: dlopen failed: "/data/app/com.logicants.scanner3-1/lib/arm/libdsdrv.so" [...] read more
I am trying to debug a crash whenever an iOS document provider extension is started. As it is a extension I am not able to debug it correctly, and this error log is the best i was able to get out of the device. How can i see what is [...] read more
I am trying to run some dimensionality reduction using UMAP. However, python keeps crashing. My hunch is that it has something to do with c compiler/cython, but I didn't succeed to re-install/fix this. import pandas as pd import umap SIFdf = pd.read_csv("SIF2004and2005.csv") # large dataframe with sentence vectors clusterable_embedding = [...] read more
I have clean 10.8 OS X (with Retina MacBook Pro). I have totally the same situation like here Can't re-install MySQL on OS X Leopard after uninstalling and similar with that https://stackoverflow.com/questions/5067787/re-install-mysql-in-mac-os-x-10-6-6 But in last case I have user mysql already. When I'm trying to install it from package, i [...] read more
Certain Group Policies are not being applied to a windows 7 64 client; only this pc seems to have this problem so far. This started this morning. When trying to add a printer the error message displayed is: Windows can not connect to the printer. Operation failed with error code [...] read more
Thank you for visiting my question. I am writing a program to convert from MIDI format1 to format0 using MFC. Reads MIDI file data in units of 1BYTE, declares TRACK CHUNK as a structure, and saves it in a vector. (To sort by SMPTE order) If I debug using breakpoints, [...] read more
I'm trying to play with a smart card using Windows 10/Access 2016 and VBA, and I have come across just about every example I could possibly find of how to make this happen, including: * https://www.utteraccess.com/forum/Acccess-Card-Readers-t1986575.html * Getting started with smartcard & ISO 7816 in excel vba ( SCardEstablishContext ) [...] read more
Summary: On my ISR routine I call a function that tries to set the WiFi mode to APSTA in a ESP32, and it crashes with the following dump: Scanning for Modules... OK1 Guru Meditation Error: Core 1 panic'ed (Interrupt wdt timeout on CPU1) Core 1 register dump: PC : 0x4008b7cc [...] read more
I have the following hex opcode sequence for a 8051 microcontroller 785679107A247BFD7C347D407E51745568F869F96AFA6BFB6CFC6DFD6EFE I found this repo that converts hex to instruction sequences https://github.com/anarcheuz/8051-disassembler. Using that I was able to get the following assembly instructions x00000000: 37 38 MOV 38 (R0,#immed) 0x00000002: 35 ANL A,@R0 0x00000004: 37 39 MOV 39 (R1,#immed) [...] read more
So some background - I have a esp32 cam with a PIR sensor. The esp is in deep sleep, then is waken up by a PIR sensor (GPIO 13) and the esp takes an image. What I want it to do is then monitor for another 15s for movement. If [...] read more
I'm programming an ESP32 via ArduinoIDE and stumble upon a strange problem. It operates as WiFi access point, the code is quite simple and straight-forward: IPAddress apIP(192,168,1,1); WiFi.mode(WIFI_AP); WiFi.softAP("MyESP32"); WiFi.softAPConfig(apIP,apIP,IPAddress(255,255,255,0)); Now when a client connects to this AP, it often prints out these error messages: dhcps: send_nak>>udp_sendto result 0 dhcps: [...] read more
I tried to genarate a build on xCode 12 and installed on iPad 2 with iOS 9. I have support for iOS 9 enabled but app automatically closes on opening. When doing track trace. I found following report which i am not able to understand because i am newbie in [...] read more
I'm trying to set up IBM MQ and pymqi on my macbook. MQ is done via docker, no issues there. I've installed the IBM MQ from https://developer.ibm.com/messaging/2019/02/05/ibm-mq-macos-toolkit-for-developers/ and followed the instructions. I pip installed pymqi with no issues after that. But when simply running import pymqi I get ImportError: dlopen(/Users/.../Library/Python/2.7/lib/python/site-packages/pymqi/pymqe.so, [...] read more
I have been trying to build the iOS version using Nativescript sidekick for two days now without luck. It used to build just fine in the past. Environment information 1. Sidekick Version: 1.19.2-v.2019.11.18.2 (latest) 2. NativeScript CLI version: 6.2.2 3. CLI extension nativescript-cloud version: 1.19.3 4. CLI extension nativescript-starter-kits version: [...] read more
I have a Xamarin iOS app that keep crashing, crash report below. I can't make heads or tails of what the problem is or where it's happening. It seems like it could be a json issue maybe? Any help would be great. Exception Type: SIGABRT Exception Codes: #0 at 0x23464c84 [...] read more
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
To correct a problem with the name of the value for the enum, after searching, that I need to modify the TLB file of my DLL. The first step that I need to do is to create the IDL file. So I use Oleview to create the file. Before doing [...] read more
Trying to create the windows service programmatically. Found out the reference from stackoverflow to do it. However the parameter filename in InstallAndStart method expects a .exe In my case, my WCF project which i want to host as windows service is a Service library project. Hence the output is in [...] read more
Before explaining why i had to post this question, let me explain that i have already gone trough most of the other answers in the list to no avail. The issue I am getting during installation of the APK (via adb.exe on a real device) is [INSTALL_FAILED_DEXOPT] with the following [...] read more
The legacy interrupt assignment for a PCI interface is receiving interrupt 0. We are evaluating the Xilinx Zynq UltraScale+ MPSoC ZCU102 Evaluation Kit. We have a PMC interface that is on a PCI-e carrier inserted into the PCI-e slot on the board. When the driver is loaded the interrupt for [...] read more
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
I am doing cross compile debugging. My build server CPU is amd64. My device CPU is MIPS. When I am trying to do debug the elf file compiled by myself. The gdb can only show ld.so.1 (gdb) info sharedlibrary From To Syms Read Shared Object Library 0x7704f9c0 0x7706c490 Yes (*) [...] read more
I'm totally new in COM programming. I have big problem. I’m trying to handle events from CANoe application via COM Server. Firstly I tried do it in native C++ but without results. Now I’m trying it by using ATL. I'm doing something wrong but I don’t have any idea what. [...] read more
Can you please help me solving or getting to the root of this problem. I found some question that were probable duplicate of this question but in all of them the crash was beacuase of some code inside their app, but in my case I noted that no code inside [...] read more
I am creating a pos app that cannot communicate with my fiscal printer. So I have decided to store a receipt in a text file as Json object and make Windows Service app with FileSystemWatch to check for file updates and forward it to printer. I am using third party [...] read more
Background "OS": Stripped down Linux, very customized, no internet access (no yum, apt-get, etc) Kernel: 2.6.19.1 Target: 32-bit, armv5te Current LibC: 2.3.6 Target LibC: 2.6.1 Issue Received an .ipk from a 3rd party vendor containing an updated version of glibc. Started by investigating the compatibility of the shared objects contained [...] read more
I am updating a Windows 10 PC from 1803 (to the latest OS which is 1909) and it's failing with this error: 0x8007042B - 0x2000D The installation failed in the SAFE_OS phase with an error during MIGRATE_DATA operation It fails the same way each time, pretty much down to the [...] read more
I am attempting to determine what is causing an embedded industrial computer (ARK-1550-S9A1E) with Intel 4th Gen Core i5-4300U Dual Core to scale down all the cores to around ~200 MHz from 1.90 GHz There is several utilities/tools (turbostat or msr) tools that indicate that the reason it has scaled [...] read more
Everytime I open my terminal and try to type anything i get the following error: Process: Terminal [6453] Path: /Applications/Utilities/Terminal.app/Contents/MacOS/Terminal Identifier: com.apple.Terminal Version: 2.5.3 (343.7) Build Info: Terminal-343007000000000~1 Code Type: X86-64 (Native) Parent Process: ??? [1] Responsible: Terminal [6453] User ID: 501 Date/Time: 2016-08-23 09:29:35.004 -0300 OS Version: Mac OS [...] read more
I'm currently testing Windows 7 x64 within our business ahead of finally moving all computers off of Windows XP. Everything seemed to go swimmingly until recently my desktop has been unable to connect to printers managed by our print management server, which is a Server 2003 R2 machine (the sole-remaining [...] read more
App quit unexpectly in Vmware 16.1 with macOS High Sierra 10.13.6 even the codesign process has been performed? >System Environment: >Host OS: Microsoft Windows [Version 10.0.19042.906] on x64 i5 CPU >VMware® Workstation 16 Pro ver 16.1.0 build-17198959 >Guest OS: macOS High Sierra 10.13.6 English >App: 4MB size, no need to [...] read more
After I changed Docker Desktop to use WSL2, I am unable to start an mssql image using Docker-compose. If I don't map the volumes the container starts up. Docker-compose services: db: image: "mcr.microsoft.com/mssql/server:2019-latest" container_name: mssql environment: SA_PASSWORD: "***********" ACCEPT_EULA: "Y" ports: - 1433:1433 volumes: - ~/docker/sql/mssql/:/var/opt/mssql/ - ~/docker/sql/sqlserver/:/var/opt/sqlserver/ healthcheck: test: [...] read more
I'm writing a debugger and want to see if its program counter is inside a function. I guess I need to check that it's between DW_AT_low_pc and DW_AT_high_pc. Here's the code I'm trying to debug: void myPrint() { int test_a = 3; int test_b = 2; printf( "myPrint: sum: %d\n", [...] read more
I'm writing a kernel module that needs access to a memory region outside the Kernel and User spaces. I know the physical address and the size of such a memory. I've tried with ioremap(), but the virtual address returned by such a function points to a phisical address different from [...] read more
I'm trying to initialize an NVMe SSD on a 32-bit PowerPC board just enough to issue the identity command. I don't have an operating system. These are the steps I've taken: * Disable dcache * Find the SDD * Get bar0, strip off the last nybble, and use that as [...] read more
I created a machine with 6 GB of memory, using Ubuntu 20, and installed the latest version of SQL Server Microsoft SQL Server: (RTM-CU8) (KB4577194) - 15.0.4073.23 (X64) Sep 23 2020 16:03:08 Copyright (C) 2019 Microsoft Corporation Express Edition (64-bit) on Linux (Ubuntu 20.04.1 LTS) Exporadically the system suffers a [...] read more
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
I try to setup elasticsearch plus kibana. I use version 7.9.3 for both. I have no problem with elasticsearch, but get problems with kibana start. Before launching kibana, I run curl -XDELETE http://localhost:9200/.kibana_task_manager_1 and curl -XDELETE http://localhost:9200/.kibana_1 The when I run -> kibana, I get the following logs log [14:11:50.828] [...] read more
I was trying to understand the reg and ranges fields in the following dts and tried to find the resemblance with already explained literature like PCI_Address_Translation and pcie device tree 'ranges' property explanation, but the number of cells are different i.e. six vs seven. How can I interpret these fields? [...] read more
I posted an issue on the libmtp github page but am crossposting it here for more visibility. I have the latest code that I built from source, but I am seeing the same issue in previous versions as well. I am trying to access my GoPro HERO 8 over USB [...] read more
I am trying to discover details about C Linux Socket filter or C Linux BPS sockets. The network filter for socket on this link and other places on this link https://www.kernel.org/doc/Documentation/networking/filter.txt is something like this /* From the example above: tcpdump -i em1 port 22 -dd */ struct sock_filter code[] [...] read more
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
so i have been tasked with migrating some machines mainly all windows and all has gone well until now with one machine giving us this error. As i am no software techie type and have never used Solaris or java for apps its puzzled me and I am wondering if [...] read more
I'm running qemu on an Ubuntu 18.04 x64 host and trying to do user emulation of dynamic binaries built for Android (for aarch64 or i386) using the Android NDK, but I always get a segfault. For example: Build $ i686-linux-android28-clang hello_world.c -o hello_world Check dependecies and paths $ file ./hello_world [...] read more
I want to write a batch file or powershell script as a wrapper that can invoke apacheds.bat provided by ApacheDS to create a new ApacheDS instance and register it as a windows service. Currently I use C# to create powershell process and pass argument: "-c & '$scriptFullName' -Service" to powershell [...] read more
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
recently I stumbled upon a strange phenomenon. I am building a dumper for PE-files, reading along the section header and "optional" section header quite well. Now, when I reach the fields "OS major" and "OS minor", I notice a strange value. [WORD] OS VERSION major :0x00000006 [WORD] OS VERSION minor [...] read more
I'm trying to call a registered COM interface (Inproc dll) in an Eclipse C++ environment (MinGW GCC toolchain). I therefore don't believe that I can simply import the dll typelib the way I typically would in Visual C++. I'm trying to define the interface myself to simplify the function calls [...] read more
I'm trying to use a function from a DLL in PowerShell. I currently have the code below, though it leads to a crash when calling the function. I'm fairly new at this, so any help is appreciated. The purpose of the code is to use EloGetDiagnosticsData() in PowerShell to return [...] read more
I am having a problem when running a stack trace: Backtrace stopped: previous frame identical to this frame (corrupt stack?) I found this article online that may help. However, I don't know how this person knew which of the reported pointers where the frame pointers. Here is my output from [...] read more
I'm trying to generalize an Azure VM image. When running sysprep, the following errors get logged error log SYSPRP WinMain:Processing 'cleanup' external provider request. 2019-01-29 10:32:52, Info [0x0f006c] SYSPRP RunExternalDlls:Running DLLs listed in registry for phase 3 2019-01-29 10:32:52, Info [0x0f008a] SYSPRP RunRegistryDlls:Retrieved section name for this phase as Cleanup [...] read more
I have a third party DLL i need to call from my C# program. I have added the dll to the references in my project and VS2010 has generated an COM - interop wrapper dll. The interfaces and classes defined in the DLL are now available in my program and [...] read more
I have created an SSIS package which is having a ScriptTask to invoke REST API. Following is C# script task which I have written in SSIS package: public void Main() { string serviceHostUrl = Dts.Variables["ParameterTestServiceHostURL"].Value.ToString(); string serviceHostApiKey = Dts.Variables["ParameterTestServiceHostApiKey"].Value.ToString(); string apiName = Dts.Variables["ParameterApiName"].Value.ToString(); string serviceHostApiEndPoint = String.Format("{0}/json/reply/{1}", serviceHostUrl, apiName); string [...] read more
I'm writing this code for an assignment and the functions are supposed to be generic and it's up to the user to decide whether to work with integers or strings. Obviously I wrote specific functions for operations for both types. The only problem left in the code is when I [...] read more
I have an App that works fine when I set Android as the startup project but throws an error when I have UWP as the startup project. I have found, by commenting out code here and there, that the error is occurring when I make a call to my WCF. [...] read more
I have abc.bin file which is created from a perl script file. Now how to debug a core file which is generated with this "abc.bin" By doing, gdb abc.bin -c core_file I am getting and error saying "not in executable format: File format not recognized" Is there any other option [...] read more
So I'm writing a simple ETW logger to provide a trigger-event state machine to wake up whenever a new USB device is connected. Using microsoft's Messages analyzer I managed to trace and receive USB "new usb device information" traces using the following filter Microsoft_Windows_USB_USBHUB3.Summary == "New USB Device Information" However, [...] read more
I'm trying to read some BPF syntax for a filter to try and figure out what it does. One thing I cannot find is where the "byte offset starts". Meaning, that if we have the following assembler code: 0000: 0x28 0x00 0x00 0x00000004 ldh $data[4] 0001: 0x15 0x00 0x61 0x00000028 [...] read more
I have already compiled opencv on the Mac and created a MacOS application based on it. It currently works on a variety of Macs for the past couple months. However, my Macbook is a Late 2013. Right now, no users with Early 2013 Macbooks or older can run it. I [...] read more
hi my app is crashing for no reason, it works very well on simulator however on IPhone 3g it crashes often. please help! below is the crash log from organizer window. Incident Identifier: FE1D3406-8138-48E7-A107-62CA8346196F CrashReporter Key: 896b2dc2588b18c140389cba404a81a4451a703c Hardware Model: iPhone1,2 Process: Assistant [2521] Path: /var/mobile/Applications/D22CFF35-98CE-4955-8A66-7C7BC615766B/Assistant.app/Assistant Identifier: Assistant Version: ??? (???) [...] read more
I am trying to connect to local Bluetooth address: void Widget::connect_to_local_Bluetooth( ) { qDebug()<<"trying to connect"<<endl; QBluetoothAddress address("00:1A:7D:DA:71:15"); qDebug()<<address.toString()<<endl; if(socket.state() != QBluetoothSocket::UnconnectedState) { qDebug()<<"socket.state"<<endl; if(address != socket.peerAddress())//??? { qDebug()<<"socket.peeradress"<<endl; socket.disconnectFromService(); socket.connectToService(address, QBluetoothUuid(QBluetoothUuid::SerialPort)); } //else // emit connected(); } else{ qDebug()<<"else case"<<endl; socket.connectToService(address, QBluetoothUuid(QBluetoothUuid::SerialPort)); } } When I compile and run [...] read more
I'm writing parser which parses a pcapng file (A wire shark pcap next generation file). While there are solutions out there for this, I could not find one that existed within the NPM ecosystem. So I decided to spin my own. This works well so far and I can successfully [...] read more
I'm trying to set up a Bluetooth PAN between two Linux systems. I've got it working between two Raspberry Pi 3s, both running BlueZ 5.23. However, when I try to connect a different Linux system running BlueZ 4.101, I get this error: pand[27746]: Connect to B8:27:EB:6C:CE:26 failed. Connection timed out(110) [...] read more
I want to create my own class in java but i'm having problems and errors. I should just be able to create a simple class and use it in the main activity public class. Here is my code: package com.example.android.scoreapp; import android.os.Bundle; import android.support.v7.app.AppCompatActivity; import android.view.View; import android.widget.TextView; class FootballTeam [...] read more
Could someone please help me understand this crash report. I can't make head or tail of it. Exception Type: EXC_CRASH (SIGABRT) Exception Codes: 0x0000000000000000, 0x0000000000000000 Triggered by Thread: 8 Last Exception Backtrace: 0 CoreFoundation 0x2ec73fce __exceptionPreprocess + 126 1 libobjc.A.dylib 0x3983dcca objc_exception_throw + 34 2 CoreFoundation 0x2ec73ea8 +[NSException raise:format:arguments:] + [...] read more
We currently have a SQL Server 2012 job that fails and unable to figure out the problem. The SQL job calls a SSIS package and if I run the package via Integration Services it runs successfully. However when running the job it returns the following in Windows Event Viewer: > [...] read more
I have a mounted gcsfuce bucket that after the ls command is given resports an Input/Output error. Version: gcsfuse version 0.21.0 (Go version go1.8) Mount Command: gcsfuse -o rw -o allow_other --implicit-dirs --foreground --debug_fuse --debug_gcs --limit-ops-per-sec -1 --debug_invariants --stat-cache-ttl 5m --type-cache-ttl 5m --file-mode 777 The bucket has been mounted sucessfully [...] read more
My app crashes only when I try to run it on my Iphone but doesn't on the simulator, I don't understand how to read a crash log could somebody give me a hint? In Xcode the app crashes at class AppDelegate: UIResponder, UIApplicationDelegate { with the signal SIGABRT Incident Identifier: [...] read more
Let me introduce where this thing comes from. A few years ago I got a digital video tuner, which had a closed source version of Linux. The manufacturers of this device didn't want to share the source code of the OS, neither I was able to find it on internet. [...] read more
I am restoring Oracle datafile size of 1200GB. Datafile is read from backup piece size of 4000GB(4TB). Note: As I monitored 4TB is processed totaly to read all blocks of my datafile. I had several problems during restore: Situation 1. There was period when after 2 hours restore was failing [...] read more
Here is my understanding of what the code is doing, and how I'd like to solve it: First I need to find a string, and then reverse engineer that string, based on the 16-byte lookup table that I have found. I do know that the values of these "offsets" must [...] read more
I am developing one tiny OS at https://github.com/Incarnation-p-lee/excalibur. Recently when enable page, I found one difference output when accessing memory across 1280 MB. Assume follow code: static inline void test_paging(void) { uint32 *ptr; // ptr = (void *)0x800000; // *ptr = 0xdeadbeaf; // ptr = (void *)0x4ffffffc; ptr = (void [...] read more
I've just built magic VLSI software on MacOs Sierra 10.12.2. This includes building tclmagic.dylib library. Now when testing Magic Exec I get: magic dyld: lazy symbol binding failed: Symbol not found: _HashInit Referenced from: /usr/local/lib/magic/tcl/tclmagic.dylib Expected in: flat namespace` I searched and found the HashInit function inside an utility library [...] read more