google-breakpad Questions
3
Solved
Our 32-bit C++ application names its threads using the standard approach on Windows. We generate minidumps when errors occur, but when the dumps are loaded into Visual Studio 2013 the thread names ...
Flunk asked 5/8, 2014 at 15:41
4
Solved
I am trying to build the breakpad libraries based on the documentation from https://chromium.googlesource.com/breakpad/breakpad/ but when I execute ./configure && make,
I get an error when ...
Mold asked 14/6, 2016 at 8:34
4
Solved
Is anyone using Google Breakpad for Android native code (NDK) ?
If so, could you elaborate on how to get it up and running (the client side that is).
The docs are very limited and don't mention An...
Trappist asked 17/3, 2012 at 18:45
3
Solved
I am attempting to build Google Breakpad for Mac OS X as a part of porting an application, based on the trunk revision 782.
The Breakpad wiki specifies that one should build client/mac/Breakpad.xc...
Symphonist asked 23/3, 2011 at 11:37
2
Solved
They both are crashing report libraries that generates minidump for developer analyzing, and both are developed by Google's Chromium project:
breakpad
crashpad
Any difference in their intended u...
Exhibitor asked 9/10, 2018 at 16:15
2
The main point of a crash reporter tool like Google breakpad is to generate core dump or minidump files from stripped binaries to process later with debugging symbols. normally these binaries are r...
Debbee asked 31/5, 2021 at 16:57
0
I have a vulnerability trigger (CVE-2018-18492) in Firefox, which crashes and gives SIGSEGV. I used breakpad minidump_stackwalk to get its stack trace from the minidump file produced with the crash...
Lowermost asked 9/1, 2020 at 18:50
2
I'm probably doing something wrong, but I can't figure this one out.
I have a simple crash minidump, generated on Windows.
If I open the dump in visual studio, it loads without problems and show t...
Teachin asked 8/5, 2014 at 8:58
0
I'm trying to integrate Google Breakpad into a Windows Qt project.
When I compile it with MinGW(not w64), the Breakpad worked as expected and generated a Minidump file when the app crashes.
How...
Aspiration asked 9/10, 2016 at 3:59
0
I got minidump file for my application on a crash. But it is not giving me details like function name and line number. Output is as follows
Operating system: Linux
0.0.0 Linux 3.3.8-2.2 #1 SMP Th...
Figure asked 6/6, 2016 at 9:57
2
Solved
I am trying to build google breakpad for windows. I don't get it. I tried installed autoconf and m4 for Windows which seems to work. But running
m4 CXXFLAGS=-m32 CFLAGS=-m32 CPPFLAGS=-m32 ./confi...
Acceptor asked 1/9, 2010 at 13:46
1
Solved
I'm using google-breakpad.
This is a bug reporting program that runs in the background to report another process's crashs.
It works in almost every situation.
However it occasionally fails to cat...
Garganey asked 5/7, 2012 at 18:59
1
Solved
Is here anyone who successfully build Google Breakpad on MacOS using standard Qt tool chain without xcode?
I'm trying to get work this library for two days now and still without success. I already...
Receive asked 4/5, 2012 at 14:13
1
Solved
Does anyone have any examples of configurations for google breakpad? I can build it just fine, however, there is limited documentation. I would like to see examples, such as how to modify where cra...
Merriment asked 18/4, 2011 at 5:40
2
Solved
I may be completely misunderstanding how to use the Google Breakpad API, and am open to comments / suggestions / rude remarks if that is the case. I am trying to call the following C++ function:
b...
Entelechy asked 15/3, 2011 at 17:53
1
Solved
I'm totally lost on how to build Google's breakpad. There is a sln file, but it depends on a library that doesn't seem to have an associated sln. It seems to use something called gyp that I haven't...
Twentyfourmo asked 27/5, 2010 at 21:29
1
© 2022 - 2025 — McMap. All rights reserved.