1830042 Members
2136 Online
109998 Solutions
New Discussion

netscape error

 

netscape error

whenever i start netscape i get a following error and it comes out.can anyone help me

i.e illegal instrustion (coredump)

thanks in advance

Mangesh
4 REPLIES 4
ranganath ramachandra
Esteemed Contributor

Re: netscape error

can you get a stack trace from the core ? use gdb with the command "gdb netscape core" and type "bt" at gdb prompt, then "quit". please post the stack trace that gdb displays.
 
--
ranga
hp-ux 11i v3[i work for hpe]

Accept or Kudo

Shaikh Imran
Honored Contributor

Re: netscape error

Hi,

What is the O.S. ?
what does swverify give you for netscape ?
If you have the depot file try removing from swremove and re-install it from swinstall ?
Is X-Windows configured properly ?

Regards,



I'll sleep when i am dead.
Sanjay Kumar Suri
Honored Contributor

Re: netscape error

Your profile has "I have assigned points to 0 of 41 responses to my questions".

That is one reason for the lukewarm responses to your posts.

sks
A rigid mind is very sure, but often wrong. A flexible mind is generally unsure, but often right.
Muthukumar_5
Honored Contributor

Re: netscape error

hai,

If coredump message you are getting means, we have to analys that core file ( which contains stack trace of application where the problem occured and cause for that problem)

Try to start the analysis of core file, by enabling ulimit -c unlimited to get all core informations.

Go to the core file directory and use file core and what core. It will give some informations.

You can use the adb or gdb to get the stack trace. Use this to know analyse the core files.
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=619077

Get the netscape application details with swlist and platform details with uname -a and post it.
Easy to suggest when don't know about the problem!