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 successfully used cuda-memcheck to get errors about wrong memory accesses. Compiling the cuda code with -g -G gave nice source locations like this: ========= Error: process didn't terminate successfully ========= Invalid __global__ read of size 1 ========= at 0x00000710 in /some/path/somefile.cu:117:some_function ========= by thread (0,14,0) in block (1,16,0) ========= [...] read more
I'm new to binary analysis. I am trying to analyse a simple program I compiled from my C code via gcc. I followed these steps: 1. aaa 2. afl and I got this output: 0x00000608 3 23 sym._init 0x00000630 1 8 sym.imp.puts 0x00000638 1 8 sym.imp._IO_getc 0x00000640 1 8 sym.imp.__printf_chk [...] read more
I use a can-discovery tool which gives me an output like this one below: ------------------- CARING CARIBOU v0.3 ------------------- Loaded module 'uds' Sending Diagnostic Session Control to 0x0710 Verifying potential response from 0x0710 Resending 0x710... Success Found diagnostics server listening at 0x0710, response at 0x077a Sending Diagnostic Session Control to [...] read more
I have SLS files set up to copy things from a network folder to a local directory on a minion. Looks a little like this: cmd-test: cmd.run: - name: 'ROBOCOPY \\\CygwinSource C:\CygwinSource /E' and get the following output: ------------------------------------------------------------------------------- ROBOCOPY :: Robust File Copy for Windows ------------------------------------------------------------------------------- Started : Tuesday, [...] read more