The core-dump tag has no wiki summary.
3
votes
1answer
20 views
Can you think of a way to stop the generation of a core file WHILE it is happening?
I was just wondering if you can think of a clever way to stop the creation of a core file while it is being produced.
I understand that there are several way to disable the creation like setting ...
0
votes
0answers
23 views
Gimp core dumped
I'm on ArchLinux, Gimp is updated (already tried to uninstall and re-install) but when I run it I get (after 6 seconds):
Bus error (core dumped)
I don't understand what it could be... Googling it ...
1
vote
1answer
86 views
core dump help— linux
I'm trying to understand the core dump generation. Is the core dump generated separately for a user space application process crash and the kernel level crash? Is the ulimit -c for both kinds? Can you ...
0
votes
2answers
180 views
No more coredumps after migrating to systemd [duplicate]
Generating coredumps used to work fine, but after switching over to systemd, I only see the message
Aborted (core dumped)
but no core file is generated. Has it something to do with systemd?
...
3
votes
1answer
326 views
No core-dumps after recent upgrades: How to analyze it?
When I execute a program that I work on, it fails with the following message:
...
Aborted (core dumped)
However, no core dump is created. Core dumps were written previously, and I don't remember ...
3
votes
1answer
270 views
How to diagnose a problem using a core dump?
I have the following core dump:
pth_signal.pthread_kill(??, ??) at 0xd0124734
pth_signal._p_raise(??) at 0xd01241a4
raise.raise(??) at 0xd038acd0
abort.abort() at 0xd03eeb78
...
1
vote
1answer
611 views
Crash and exit code 721035
Where can I find what this exit code means?
I have process (A) that calls program (B) using clib system(). Sometimes program (B) returns with exit code 721035 and AIX kills process A. This is random ...
3
votes
1answer
78 views
What are core.mountd.######### files? OpenSolaris
I and gaining an ever expanding list of of core.mountd.12009999475 type files in my root directory? What are these? Can I just delete them?
What causes them to be created?
8
votes
2answers
2k views
How come no core dump is create when an application has SUID set?
I setup my environment to create a core dump of everything that crashes, however when I run an program with SUID set on a different user than the executing user it doesn't create a core dump. Any ...
2
votes
1answer
486 views
Core files when the symbols are stripped
I am building an application using g++ 4.3. I am using the with maximum possible optimization level, not using the -g option, and I am stripping symbols after it builds.
If I do NOT strip symbols ...
5
votes
2answers
814 views
Dump process core without killing the process
Is there a way to get a core dump (or something similar) for a process without actually killing the processes? I have a multithreaded python process running on an embedded system. And I want to be ...
3
votes
1answer
2k views
How to understand the kernel panic core dump output?
This is the output I get when I run one of my applications:
Kernel bug detected[#1]:
Cpu 0
$ 0 : 00000000 00000000 0fffff00 0fffff00
$ 4 : c6800000 850b7780 8b0043c0 00000040
$ 8 : 000004ac ...
3
votes
1answer
629 views
No core dump on Ubuntu on a Parallels shared folder
I have an application that I'm working on, and I'm having trouble getting a core dump when it segfaults. In fact, I'm having trouble getting real core dump files at all. A simple test case will ...
