GithubHelp home page GithubHelp logo

Comments (9)

GoogleCodeExporter avatar GoogleCodeExporter commented on August 11, 2024

Original comment by [email protected] on 27 Sep 2006 at 9:16

  • Added labels: OpSys-Windows

from google-breakpad.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 11, 2024

Original comment by [email protected] on 16 Oct 2006 at 10:19

  • Added labels: Milestone-Release1.0

from google-breakpad.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 11, 2024
Note: SetThreadStackGuarantee

Original comment by [email protected] on 18 Oct 2006 at 8:18

from google-breakpad.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 11, 2024
Ugh, SetThreadStackGuarantee isn't available for x86 prior to Server 2003 SP1 
and
Vista.  It's not in XP.

Original comment by [email protected] on 18 Oct 2006 at 10:04

from google-breakpad.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 11, 2024
Here's some really ugly code for doing this on systems without that API:
http://support.microsoft.com/default.aspx?scid=kb%3Ben-us%3B315937

Original comment by ted.mielczarek on 19 Oct 2006 at 6:29

from google-breakpad.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 11, 2024
I'm working on this.

I've got it working by creating a special exception-handling thread, which of 
course
has its own stack.  I've made the handler (which executes on the exception 
thread)
into a critical section and am using semaphores to synchronize the exception 
thread
with the new handler thread.  This is all working properly.

The dumped thread state for the handler thread is, not surprisingly, garbage.  
Since
we can't easily filter this out on the exception handler side on Windows when 
we're
using MiniDumpWriteDump, I propose adding a new stream to the minidump that 
carries
the thread ID of the handler thread, so that MinidumpProcessor can filter this 
thread
out.  This stream can be merged with what I want to do in #57.

The new stream should block 1.0, but I'll do the work in separate bugs.

Original comment by [email protected] on 30 Oct 2006 at 10:22

from google-breakpad.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 11, 2024

Original comment by [email protected] on 30 Oct 2006 at 11:27

Attachments:

from google-breakpad.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 11, 2024
[57] checked in.

Original comment by [email protected] on 31 Oct 2006 at 4:50

  • Changed state: Fixed

from google-breakpad.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 11, 2024
Per comment 6, regarding keeping the extra thread from showing up in processed 
dump
output: #57 to add the necessary data to minidumps on the client handler side, 
and
#65 to make use of that data on the processor side.

Original comment by [email protected] on 31 Oct 2006 at 4:59

from google-breakpad.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.