GithubHelp home page GithubHelp logo

Comments (2)

GoogleCodeExporter avatar GoogleCodeExporter commented on May 18, 2024
I have the same issue still in the version 1.2.1 from April 2008: 
http://code.google.com/p/google-coredumper/downloads/detail?name=coredumper-1.2.
1.tar.gz&can=2&q=
on SUSE Linux Enterprise Server 11.0 (x86_64). You wrote coredumper.c:192. In 
version 1.2.1, this would be the call to
 ClearCoreDumpParameters(¶ms)
Does anyone (Andy?) have successfully solved this? I would be very thankful for 
any hint before using gdb to try whether this is the point in the coredumper 
lib where the error occurs.

Original comment by [email protected] on 1 Aug 2011 at 3:00

from google-coredumper.

GoogleCodeExporter avatar GoogleCodeExporter commented on May 18, 2024
Since support for this package seems to have evaporated, I considered 
diagnosing the issue myself, but was faced with an unbounded continuation 
engineering task that didn't look very rewarding.  Instead I turned to the gdb 
gcore command.  The sequence is to fork and exec gdb passing a parameter file 
(as the gcore script does) and wait for the child to terminate.  This gives 
much the same results as the coredumper package (except you can't get inside to 
influence dumping shared store segments) but the gdb team do maintain the 
package.  The other downside is that you have to have gdb installed, which may 
be an issue for some sites.  Note there's a problem on SLES11 with gdb gcore 
for which a fix is available (I don't know if that fix fixes the core dumper 
issue as well - the symptoms are again unanalysable stacks).  You can also fork 
and abort to get a dump using kernel.  Shared store can be unmapped to avoid 
dumping it &/or the kernel controls set up for the process.  The downsides are 
you have little control over the file named (by default SLES always use the 
'core' pattern - you can create and switch to a directory to manage this, but 
the site can of course set any pattern they like for the system) and you lose 
all the threads apart from the one you fork from - not so hot in a 
multi-threaded environment.   

Original comment by [email protected] on 3 Aug 2011 at 10:58

from google-coredumper.

Related Issues (18)

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.