Operating System - HP-UX
1755987 Members
4075 Online
108839 Solutions
New Discussion юеВ

Re: Memory fault(coredump) after starting Gimp on UX 11.11i (PA-RISC)

 
Dennis Handly
Acclaimed Contributor

Re: Memory fault(coredump) after starting Gimp on UX 11.11i (PA-RISC)

>Seems I don't have gdb installed. So a link would be appreciated.

You get the latest wdb/gdb from HP:
http://www.hp.com/go/wdb
H. van Niekerk
Frequent Advisor

Re: Memory fault(coredump) after starting Gimp on UX 11.11i (PA-RISC)

>You get the latest wdb/gdb from HP:
http://www.hp.com/go/wdb

Though I've signed in, it seems I can't get it:

------------
You do not have the proper permissions to view this content. Please see the Membership benefits page for more information on DSPP membership.

Manage My DSPP Membership

├В┬╗ Sign out
├В┬╗ Join DSPP
├В┬╗ Contact us
------------

Any suggestions, apart from contacting them?
Dennis Handly
Acclaimed Contributor

Re: Memory fault(coredump) after starting Gimp on UX 11.11i (PA-RISC)

>Though I've signed in, it seems I can't get it: ├В┬╗ Join DSPP

Beside HP Passport, you have to join DSPP.
H. van Niekerk
Frequent Advisor

Re: Memory fault(coredump) after starting Gimp on UX 11.11i (PA-RISC)

>Beside HP Passport, you have to join DSPP.

Thank you. Did it and installed gdb. Unfortunately it says Gimp has no debugging info.
Dennis Handly
Acclaimed Contributor

Re: Memory fault(coredump) after starting Gimp on UX 11.11i (PA-RISC)

>it says gimp has no debugging info.

Hopefully you can still get a stack trace.
H. van Niekerk
Frequent Advisor

Re: Memory fault(coredump) after starting Gimp on UX 11.11i (PA-RISC)

>Hopefully you can still get a stack trace.

How do I get a stack trace? Only found some script on DSPP, but no idea if that's what you mean.
Dennis Handly
Acclaimed Contributor

Re: Memory fault(coredump) after starting Gimp on UX 11.11i (PA-RISC)

>How do I get a stack trace?

See my reply above on Jun 30.
ranganath ramachandra
Esteemed Contributor

Re: Memory fault(coredump) after starting Gimp on UX 11.11i (PA-RISC)

please do not use or advise "strings core", at least not as a first step in debugging. the first step is to obtain a stack trace as dennis has shown.
 
--
ranga
[i work for hpe]

Accept or Kudo

H. van Niekerk
Frequent Advisor

Re: Memory fault(coredump) after starting Gimp on UX 11.11i (PA-RISC)

>See my reply above on Jun 30.

Ok. Here's the result in attachment.
Dennis Handly
Acclaimed Contributor

Re: Memory fault(coredump) after starting Gimp on UX 11.11i (PA-RISC)

>Here's the result in attachment.

Typically aborts in malloc/free are due to heap corruption. There is a bug in gimp.
I suppose if you have the source and want to fix it, you could use gdb's heap corruption commands to track down where the problem is.