Re: IDL and Leopard [message #56466] |
Tue, 30 October 2007 15:35 |
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
|
|
|
Re: IDL and Leopard [message #56477 is a reply to message #56466] |
Tue, 30 October 2007 09:15  |
dcleon@gmail.com
Messages: 12 Registered: November 2007
|
Junior Member |
|
|
On Oct 30, 2:31 am, "mgal...@gmail.com" <mgal...@gmail.com> wrote:
> Just a warning to those thinking of upgrading to Leopard: I can't get
> IDL widget programs to run in IDL 6.4 under Mac OS X Leopard. Non-
> interactive graphics and analysis code seem to run fine. Any one have
> luck with this?
>
> Mike
> --www.michaelgalloy.com
In addition to the problems you mention (which I am also
experiencing)
the direct graphics TV command also leads to a bus error.
dave
|
|
|