Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6121013
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T15:44:07+00:00 2026-05-23T15:44:07+00:00

I have written a custom core-dump handling application for a project. I have changed

  • 0

I have written a custom core-dump handling application for a project. I have changed ‘/proc/sys/kernel/core_pattern’ to call my dump-handler and its invoked successfully.

Now the issue is saving the core-dump into a file that can be recognized by gdb. Currently my dump-handler read the dump from STDIN and save it into a file ‘core.dump’. When I try to load this core dump into gdb it gives me error:

(gdb) ... is not a core dump: File format not recognized

When I run ‘file’ command on a standard core dump it give me following:

core: ELF 64-bit LSB core file x86-64, version 1 (SYSV), SVR4-style, from './dump_gen'

And for custom generated dump, ‘file’ gives following:

core.dump: data

Please can anyone help me how to write core-dump correctly so it can be used in gdb.

PS: I don’t want to use standard core dump file.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-23T15:44:08+00:00Added an answer on May 23, 2026 at 3:44 pm

    I think you somehow don’t write all the data to the core file.

    Create a simple script, make it executable and set the core pattern to the script.

    #!/bin/sh
    cat > /tmp/core.$$
    

    Now generate a core file (for example run sleep 1243 and press ctrl+\) and it should work.

    I just tested it myself on my system and it works without a problem.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Let's say that I have written a custom e-mail management application for the company
We have a custom written on-line job application... application. HR is requesting a skill
I have a custom built application framework written in PHP which I have been
Assume i have a custom Windows application written in C#. This application has only
I have written a custom MSBuild task, call it TaskA, that parses a file
I have written a small custom web server application in C running on Linux.
For a user object in my asp.net mvc project, I have written a custom
I have written the following custom field: from django.core.urlresolvers import reverse from django.db import
I have written a custom trace listener extending TextWriterTraceListener. Now, how do I call
I have written a custom route handler. Because I have Areas in my web

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.