Sponsored Content
Full Discussion: Core Dump Issue
Homework and Emergencies Emergency UNIX and Linux Support Core Dump Issue Post 302482647 by Praveen_218 on Wednesday 22nd of December 2010 07:09:54 AM
Old 12-22-2010
First of all, you are using gdb verbose mode.

Secondly, what's the issue in exploring in the frame#0 where you got this bug and the subsequent frame#1 ? I could just see address # 0x100319360 is getting passed to from frame#1 for rec_buf.

Just use list command to examine the code in its respective frames.
 

10 More Discussions You Might Find Interesting

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

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

3. UNIX for Dummies Questions & Answers

Exact issue in Core dump

Hi, I have a core dump problem in HP-UX. I have searched in this forum, but could not get any answer related to my issue. I debugged the core file by 'gdb' and by using 'bt' cmd I got the function and line no, but I am not sure that the problem lies on the same function . I want to know... (0 Replies)
Discussion started by: ronix007
0 Replies

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

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

6. AIX

core dump

My application gives core dump. When i am debugging with dbx getting instructions below: pthdb_session.c, 818: 695445 PTHDB_INTERNAL (internal error) pthreaded.c, 1941: PTHDB_INTERNAL (internal error) Illegal instruction (illegal opcode) in . at 0x0 warning: Unable to access address 0x0... (1 Reply)
Discussion started by: bapi
1 Replies

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

8. AIX

Core dump

Hi , I want to read core dump file on AIX5.3. While i am trying to use following commands, i am getting only few lines of information. ux201p3:e46123> dbx capsWrkstnMgr core Type 'help' for help. reading symbolic information ... Segmentation fault in malloc_common.extend_brk at... (1 Reply)
Discussion started by: rps
1 Replies

9. HP-UX

Core dump in HP-UX

Hi Guys, I was wondering if somebody could give me a link to a very good source of information or document about core dump process and How to's about it. I have also googled it and found some articles myself. Thanks Messi (1 Reply)
Discussion started by: messi777
1 Replies

10. 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
flipbook(1)						      General Commands Manual						       flipbook(1)

NAME
flipbook - multi-frame editor and viewer derived from drawtool SYNOPSIS
flipbook [-bookgeom] [-slideshow sec] ['X-params'] [file] DESCRIPTION
flipbook is a program derived from idraw/drawtool that supports multi-frame graphic display. The zeroth frame is always visible as the background frame, and in front of it is displayed the current frame (1 thru n). The Frame menu controls the frame display mechanism. The operations are: Menu Item Keyboard Description -------------- -------- ----------- Move Forward ^F move forward one frame Move Backward ^B move backward one frame Goto First Frame move to the first frame Goto Last Frame move to the last frame New Forward F create new frame in front of the current frame and make it the current frame New Backward B create new frame in back of the current frame and make it the current frame Copy Forward X copy current frame in front of itself Copy Backward Y copy current frame in back of itself Delete D delete current frame (the zeroth frame can never be deleted) By default a flipbook document is positioned on the first frame when opened (if one exists). "Move Backward" can be used to move to the background frame when positioned on the first frame. "Move Forward" then returns to the first frame. The New command creates a document with only a background frame. The "New After" command can then be used to initialize the first frame ("New Before" does not work when the current frame is the background frame). flipbook save/restores its documents with a document format specific to flipbook (and possibly programs derived from flipbook). Idraw for- mat drawings can be imported via the "Import Graphic" command (under the File menu). The rest of the flexibile import mechanism of draw- tool is supported as well. "Export Graphic" exports currently selected graphics in idraw or drawtool format. The Print command (under the File menu) generates a multi-page Postscript document, one page per frame except for the zeroth frame which is always the background. OPTIONS
"-bookgeom" brings up the flipbook in landscape mode, with a 906 by 700 pixel page size. Useful for viewing illustrated books prepared in this mode. "-slideshow sec" continuously plays the contents of a flipbook file with "sec" delay between frames (currently only available when built with ACE). Also see "-help" for more options, and the comdraw, drawtool, and idraw man pages. SEE ALSO
drawtool, idraw WEB PAGE
http://www.ivtools.org/ivtools/flipbook.html flipbook(1)
All times are GMT -4. The time now is 03:13 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy