Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

gcore(1) [debian man page]

gcore(1)							     GNU Tools								  gcore(1)

NAME
gcore - Generate a core file for a running process SYNOPSIS
gcore [-o filename] pid DESCRIPTION
gcore generates a core file for the process specified by its process ID, pid. By default, the core file is written to core.pid, in the cur- rent directory. -o filename write core file to filename instead of core.pid COPYING
Copyright (C) 2003, 2005, 2007, 2008 Free Software Foundation, Inc. Permission is granted to make and distribute verbatim copies of this manual provided the copyright notice and this permission notice are preserved on all copies. Permission is granted to copy and distribute modified versions of this manual under the conditions for verbatim copying, provided that the entire resulting derived work is distributed under the terms of a permission notice identical to this one. Permission is granted to copy and distribute translations of this manual into another language, under the above conditions for modified versions, except that this permission notice may be included in translations approved by the Free Software Foundation instead of in the original English. SEE ALSO
gdb(1), core(5) gdb 6.8 May 2007 gcore(1)

Check Out this Related Man Page

NEQN(1)                                                       General Commands Manual                                                      NEQN(1)

NAME
neqn - format equations for ascii output SYNOPSIS
neqn [eqn options] DESCRIPTION
The neqn program is actually just a shell script which invokes the eqn(1) command with the ascii output device. Note that eqn does not support low-resolution, typewriter-like devices (although it may work adequately for very simple input). SEE ALSO
eqn(1) COPYING
Copyright (C) 2001-2014 Free Software Foundation, Inc. Permission is granted to make and distribute verbatim copies of this manual provided the copyright notice and this permission notice are preserved on all copies. Permission is granted to copy and distribute modified versions of this manual under the conditions for verbatim copying, provided that the entire resulting derived work is distributed under the terms of a permission notice identical to this one. Permission is granted to copy and distribute translations of this manual into another language, under the above conditions for modified versions, except that this permission notice may be included in translations approved by the Free Software Foundation instead of in the original English. Groff Version 1.22.3 10 February 2018 NEQN(1)
Man Page

15 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

su permission

Hi Forums, It seems to me that I can't use "su" command. When I type "su", I get the following message: /sbin/su - Permission denied Am I missing any thing? By the way I am using IRIX6.5 on a SGI computer. Many thanks in advance for your help. Cheers, Siavoush (12 Replies)
Discussion started by: siavoush
12 Replies

2. UNIX for Advanced & Expert Users

reading core dumps

Does anyone know how to read core dumps. Is gdb the only tool for it ? The OS is Solaris. Thanks (2 Replies)
Discussion started by: suntan
2 Replies

3. HP-UX

weird core

If have this core here.. generated by ARIES32: Core file for PA32 application saved to /var/vx/isis/core.vxsvc I load it up in gdb and do a where.. I see.. (gdb) where #0 0xc22afb7c in smallcount+0 () from /usr/lib/libc.2 #1 0xc34759cc in write_stream+0xfc () from... (1 Reply)
Discussion started by: nkshirsagar
1 Replies

4. UNIX for Dummies Questions & Answers

Permission?

What does the following permission indicate? -rwSr----- 1 oracle dba 1536 Nov 7 17:05 orapwRTMDB Thanks, Rahul. (1 Reply)
Discussion started by: rahulrathod
1 Replies

5. UNIX for Dummies Questions & Answers

copying file

is there anyway to copy a file which i don't have permission? (1 Reply)
Discussion started by: dakid
1 Replies

6. UNIX for Dummies Questions & Answers

Time difference between each line info....

Hi all, here is a problem, i am having a data in a file of this format, cat filename|grep -ivn edc|tr -s ' ' +|cut -d+ f1,12 1 01:18:38 2007 25 01:43:38 2007 48 01:58:45 2007 71 02:11:02 2007 102 02:19:51 2007 and so on ........ ....... . here... (4 Replies)
Discussion started by: gsp
4 Replies

7. UNIX for Dummies Questions & Answers

Core dump in HP-UX..

Hi All I am new for this forum. I have a core file by using gdb and bt cmd I got the function name but I want to the exact cause of the core dump because of I can not reproduse the binary so if any one know the cmd plz plz plz let me know. (0 Replies)
Discussion started by: gyanusoni
0 Replies

8. Programming

core dump

how to view core dumped file using gdb and how to extract information from the coredumped file.can we get similar information from the other utilites like strace or ptrace. (2 Replies)
Discussion started by: Manabhanjan
2 Replies

9. UNIX for Advanced & Expert Users

Gdb:

Hi, This is a simple question on GDB. Given a core file, how can you check which process has dumped the core? Regards - Krishna (1 Reply)
Discussion started by: krishnamurthig
1 Replies

10. HP-UX

memory fault(core dump)

i am getting memory fault (core dump) in a C program i want to know which statement execution caused it. i tried following things $ gdb generalised_tapinread_mod HP gdb 5.4.0 for HP Itanium (32 or 64 bit) and target HP-UX 11.2x. Copyright 1986 - 2001 Free Software Foundation, Inc.... (2 Replies)
Discussion started by: junaid.nehvi
2 Replies

11. UNIX for Dummies Questions & Answers

Debugging core file from another server

Hi all, One fine day one of the services in our prod server started core dumping and then the core file was ftp'd to our test server , to debug we used gdb with the executable which we had but we could not get the function names ( maybe due to missing symbols ) How do i solve this ... (1 Reply)
Discussion started by: diasgeorge
1 Replies

12. UNIX for Advanced & Expert Users

Gdb

Hi All, I wanted to know if there is a core file generated and I am not sure for which Binary it is generated . Can I use gdb to debug the core file ? Thanks. (1 Reply)
Discussion started by: shubhranshu
1 Replies

13. IP Networking

recvfrom() causes segmentation fault

hi all.... i wrote a program with udp sockets.. when it reaches the function 'recvfrom()' it crashes with a core dump. the gdb trace says the following error msg... Core was generated by `/opt/fmp'. Program terminated with signal 6, Aborted. #0 0x00000055555b18e4 in recvfrom () from... (1 Reply)
Discussion started by: lameduck0123
1 Replies

14. Programming

chmod:No such file or directory

sprintf(fname, "core.%d", pid); (void) unlink(fname); if (ttrace(TT_PROC_CORE, pid, 0, 0, 0, 0) != 0) { perror("TT_PROC_CORE pass"); Fail(); } if (chmod(fname, 0) != 0) { perror("chmod"); Fail(); } Hi, If i execute above code,everytime am getting below... (1 Reply)
Discussion started by: mansa
1 Replies

15. Shell Programming and Scripting

Find without the "Permission non granted" list ...

Hi, When I use the Find command under the root directory ("/") of my Ubuntu, I get the good answers mixed inside a long list of "Permission non granted" (in fact and with my French version, I get "Permission non accordée" !). After several unsuccessful tries with -perm or -executable options... (4 Replies)
Discussion started by: Micla
4 Replies