core dump in lz01 library


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers core dump in lz01 library
# 1  
Old 02-26-2008
core dump in lz01 library

hi,
i am getting core dumb,while ruinning my broadcast program.its running
for a while ie getting packet for sometime after that it gives core dump.
while debugging with with dbx it gives following messeges.....

Segmentation fault in lzo1z_decompress at 0x10003850 ($t1)
0x10003850 (lzo1z_decompress+0x1d0) 98640000 stb r3,0x0(r4)
(dbx) where
lzo1z_decompress(0x2ff21884, 0x2020, 0x2ff21a8c, 0x2ff21eea, 0x0) at 0x10003850
unnamed block in ReceiveReplyPacketsBcast(sockfd1 = 1311765015, bcastaddress = warning: Unable to access address 0x60402144 from c
ore
(invalid char ptr (0x60402144)), portno = 567292127, mcastaddress = warning: Unable to access address 0xc4000000 from core
(invalid char ptr (0xc4000000)), mportno = 0), line 22472 in "DrvNseBcast.c"
ReceiveReplyPacketsBcast(sockfd1 = 1311765015, bcastaddress = warning: Unable to access address 0x60402144 from core
(invalid char ptr (0x60402144)), portno = 567292127, mcastaddress = warning: Unable to access address 0xc4000000 from core
(invalid char ptr (0xc4000000)), mportno = 0), line 22472 in "DrvNseBcast.c"

OS-AIX

Please help?/?
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Solaris

core dump

Hi guys, just want to know which core file pattern is best to set for core dumps: 1) per-process file name pattern or 2) global file name pattern. I will really appreciate an explanation why the chosen one is better. Thanks a lot guys. (2 Replies)
Discussion started by: cjashu
2 Replies

2. UNIX for Dummies Questions & Answers

No core dump

my progrme complaints 'Segmentation fault'. How to let it print 'Segmentation fault(core dumped)' and generate core dump file? $ulimit unlimited (22 Replies)
Discussion started by: vistastar
22 Replies

3. AIX

core dump in lz01 library

hi, i am getting core dump while running my broadcast program.while debbuging with dbx it gives.... Segmentation fault in lzo1z_decompress at 0x10003850 ($t1) 0x10003850 (lzo1z_decompress+0x1d0) 98640000 stb r3,0x0(r4) (dbx) where lzo1z_decompress(0x2ff21884, 0x2020,... (1 Reply)
Discussion started by: ajaysahoo
1 Replies

4. UNIX for Advanced & Expert Users

Core Dump

Hello all, Iam new to unix while executing java program which finely working in windows know iam testing with unix ,but in unix while executing iam getting core dump, my application is in client server environment and it is menu drivrn application on clicking options no problem but after some time... (1 Reply)
Discussion started by: vinp
1 Replies

5. 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

6. Programming

about core dump

MY friends: my program under sco unix have a problem? it create a core dump file on the path when execute program , but i can't find the error of the C program ,i don't know how to see the error about my program use core, please help me or give me some suggest and what tools can use... (1 Reply)
Discussion started by: zhaohaizhou
1 Replies

7. UNIX for Dummies Questions & Answers

core dump

I've got a core dump in my weblogic home directory, which i have tried to debug by initiating savecore from /etc/init.d/savecore start but savecore failed to create the two files, that is vmcore.n and vmunix.n. savecore is enable on my server to save vmcore and vmunix in /var/crash/hostname 1)... (4 Replies)
Discussion started by: hassan2
4 Replies

8. UNIX for Dummies Questions & Answers

core dump

Hi , Working on AIX 4.3. An internal error from my apps engine suddenly causes the engine to die. During this time i do notice a core file being dumped in the directory from where I try to re-start my engine. Q is how does one read this core file, or I should say 'what is this core file'? thnx (2 Replies)
Discussion started by: buRst
2 Replies

9. UNIX for Dummies Questions & Answers

core dump

does any one have read a core dump? is there any reader for that? or may i know what is the use of that core which takes sometimes memory in GBs? :) (6 Replies)
Discussion started by: sskb
6 Replies

10. UNIX for Dummies Questions & Answers

help, what is the difference between core dump and panic dump?

help, what is the difference between core dump and panic dump? (1 Reply)
Discussion started by: aileen
1 Replies
Login or Register to Ask a Question
GCORE(1)						       GNU Development Tools							  GCORE(1)

NAME
gcore - Generate a core file of a running program SYNOPSIS
gcore [-o filename] pid DESCRIPTION
Generate a core dump of a running program with process ID pid. Produced file is equivalent to a kernel produced core file as if the process crashed (and if "ulimit -c" were used to set up an appropriate core dump limit). Unlike after a crash, after gcore the program remains running without any change. OPTIONS
-o filename The optional argument filename specifies the file name where to put the core dump. If not specified, the file name defaults to core.pid, where pid is the running program process ID. SEE ALSO
The full documentation for GDB is maintained as a Texinfo manual. If the "info" and "gdb" programs and GDB's Texinfo documentation are properly installed at your site, the command info gdb should give you access to the complete manual. Using GDB: A Guide to the GNU Source-Level Debugger, Richard M. Stallman and Roland H. Pesch, July 1991. COPYRIGHT
Copyright (c) 1988-2013 Free Software Foundation, Inc. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with the Invariant Sections being "Free Software" and "Free Software Needs Free Documentation", with the Front-Cover Texts being "A GNU Manual," and with the Back-Cover Texts as in (a) below. (a) The FSF's Back-Cover Text is: "You are free to copy and modify this GNU Manual. Buying copies from GNU Press supports the FSF in developing GNU and promoting software freedom." gdb-Red Hat Enterprise Linux 7.6.1-51.el7 2014-06-10 GCORE(1)