python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Different Stacktraces for NewHandler and UnhandledExceptionHandler
I have the following code:
#include <windows.h>
#include <minidumpapiset.h>
#include <strsafe.h>
#include <fileapi.h>
#include <iostream>
#include <signal.h>
#inclu...
Karial
Votes: 0
Answers: 1
No module information in minidump on win 11
There are problems with my application on win 11.
For some reason, when running win10 version of my application, there is no needed information in the minidump crash file. Using the minidump_dump tool...
Karial
Votes: 0
Answers: 0
Fetch not found on Ubuntu 20.4
i am trying to use the breakpad, but got stuck at fetch cant be found.. i am trying to install fetch from Ubuntu repositories, but there also fetch is not available.
Any suggestions.
Version
Distribut...
Spartacus
Votes: 0
Answers: 1
Breakpad Client not generated when cross-compiling
I'm trying to cross-compile Google Breakpad. I'm executing the following commands:
$ ./configure --prefix=/opt/breakpad CFLAGS="-Os" CC=PATH_ARM_COMPILER/arm-linux-gcc CXX=PATH_ARM_COMPILER/...
Jairo Reyes
Votes: 0
Answers: 1