This is the mail archive of the insight@sources.redhat.com mailing list for the Insight project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: insight unable to start the process


> Can you please send the output of "show version" in
> the console.

[mehul@linuxdev1 ~]$ insight -v
GNU gdb 5.3
Copyright 2002 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General
Public License, and you are
welcome to change it and/or distribute copies of it
under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show
warranty" for details.
This GDB was configured as "i686-pc-linux-gnu".
[mehul@linuxdev1 ~]$
    
> Also,
> can you please run objdump -f on test.x.

linuxdev1:/home/mehul/brassbuild/2.4/linux/bin>
objdump -f display.x
                                                      
                                                      
                                               
display.x:     file format elf32-i386
architecture: i386, flags 0x00000112:
EXEC_P, HAS_SYMS, D_PAGED
start address 0x08051960
                                                      
                                                      
                                               
linuxdev1:/home/mehul/brassbuild/2.4/linux/bin>

> If you open
> the debug window
> ("tk ManagedWin::open DebugWin" in console) and run
> your application to
> where insight "hangs" can you send the output?

linuxdev1:/home/mehul/brassbuild/2.4/linux/bin> tk
ManagedWin::open DebugWin
tk: Command not found.
linuxdev1:/home/mehul/brassbuild/2.4/linux/bin>
whereis tk
tk: /usr/local/lib/tk8.4 /usr/include/tk.h
/usr/share/tk8.3 /usr/share/man/mann/tk.n.gz
linuxdev1:/home/mehul/brassbuild/2.4/linux/bin> ls
/usr/local/lib/tk8.4/
linuxdev1:/home/mehul/brassbuild/2.4/linux/bin>

test.c is a very simple program:

#include <stdio.h>
#include <stdlib.h>
                                                      
                                                      
                                               
int main ( int argc, char **argv )
{
        printf ( "Bharat Mata Ki Jai\n" );
                                                      
                                                      
                                               
        return 0;
}

compiled with following cmd:

gcc -g -o test.x test.c

mehul.


________________________________________________________________________
Yahoo! India Matrimony: Find your partner online. http://yahoo.shaadi.com/india-matrimony/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]