comp.lang.idl-pvwave archive
Messages from Usenet group comp.lang.idl-pvwave, compiled by Paulo Penteado

Home » Public Forums » archive » Re: IDL and Leopard
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
Re: IDL and Leopard [message #56466] Tue, 30 October 2007 15:35 Go to previous message
Robbie is currently offline  Robbie
Messages: 165
Registered: February 2006
Senior Member
AFAIK IDK 6.4 seems to come with some debugging symbols so you may get
a meaningful backtrace. I don't have a mac, but the same method should
apply.

Try running IDL using gdb (gcc debugger)

Under bash
LD_LIBRARY_PATH=/usr/local/itt/idl64/bin/bin.linux.x86 gdb /usr/local/
itt/idl64/bin/bin.linux.x86/idl

Under csh
setenv LD_LIBRARY_PATH /usr/local/itt/idl64/bin/bin.linux.x86
gdb /usr/local/itt/idl64/bin/bin.linux.x86/idl

When IDL crashes and returns to gdb you can type "backtrace" to find
exactly where IDL is crashing.

Robbie
[Message index]
 
Read Message
Read Message
Previous Topic: Re: Minimum Noise Fraction Doubts...
Next Topic: plotting data on lat/lon map

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Fri Oct 10 12:19:18 PDT 2025

Total time taken to generate the page: 1.43999 seconds