Giter Club home page Giter Club logo

Comments (4)

GoogleCodeExporter avatar GoogleCodeExporter commented on June 20, 2024
google_airbag::Minidump requires randomly seekable input.  We'd need to read 
stdin
into a temporary file and then clean up after ourselves.  We could do that in 
the
tool itself, but it's the same thing that you'd do if you were calling the tool.

Actually, minidump_stackwalk is a testing and debugging aid, I hadn't 
considered that
anyone would hook it up as-is in production.  It doesn't know or care about 
symbol
files, for example.  We're expecting that users who want the real deal for
stackwalking will use the MinidumpProcessor API.

Benjamin and I mentioned a few options on airbag-discuss for eliminating 
temporary
files when everything lives in a database.  None of them will really help you 
read
from stdin without a temporary file, but if your dumps are in a database, we 
could
organize things so that you could provide some object other than a filename to 
the
Minidump constructor.  I suggested an input object, and Benjamin proposed a 
pointer
to memory; considering some of the internal architecture, I think an input 
object
would be better.

If you haven't seen that thread yet, take a look.  It's the "uses of files" 
thread. 
Let us know what would and wouldn't work for you.

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

from google-breakpad.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 20, 2024
Feel free to WONTFIX this.

Original comment by ted.mielczarek on 6 Oct 2006 at 12:08

from google-breakpad.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 20, 2024
I'm not WONTFIXing this yet - we should come to some sort of consensus on the 
"uses
of files" thing.  If you've got anything to add or request, it's probably best 
to ask
on airbag-discuss.  We want to make things easy for you and other users of the
processor library.

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

  • Added labels: Component-Processor

from google-breakpad.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 20, 2024
If someone really wants this, reopen or refile, but based on the lack of 
discussion,
I'm assuming that nobody really cares.

Original comment by [email protected] on 31 May 2007 at 3:55

  • Changed state: WontFix

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.