what to do with core files generated by idl [message #87419] |
Fri, 31 January 2014 18:27  |
ankorrigan
Messages: 2 Registered: January 2014
|
Junior Member |
|
|
Hi all,
Since it's my first post here, I'd like to thank you all for your usefuls tips in this "compgroup" place !
My IDL program produces a core file, after a "segmentation fault" caused, I guess, by too many 'PS' files generated by my program.
Is there something I can do with it?
Thank you!
|
|
|
Re: what to do with core files generated by idl [message #87423 is a reply to message #87419] |
Fri, 31 January 2014 20:37   |
Craig Markwardt
Messages: 1869 Registered: November 1996
|
Senior Member |
|
|
On Friday, January 31, 2014 9:27:06 PM UTC-5, ankorrigan wrote:
> Hi all,
>
> Since it's my first post here, I'd like to thank you all for your usefuls tips in this "compgroup" place !
>
> My IDL program produces a core file, after a "segmentation fault" caused, I guess, by too many 'PS' files generated by my program.
>
> Is there something I can do with it?
Yes, you can delete the core files. [*]
CM
[*] - core files are only useful for internal debugging (using 'gdb' for example), but IDL does not provide metadata which would allow debugging.
|
|
|
Re: what to do with core files generated by idl [message #87426 is a reply to message #87419] |
Sat, 01 February 2014 04:47  |
Haje Korth
Messages: 651 Registered: May 1997
|
Senior Member |
|
|
If this is reproducible then you may want to file a bug report with Exelisvis support.
On Friday, January 31, 2014 9:27:06 PM UTC-5, ankorrigan wrote:
> Hi all,
>
> Since it's my first post here, I'd like to thank you all for your usefuls tips in this "compgroup" place !
>
> My IDL program produces a core file, after a "segmentation fault" caused, I guess, by too many 'PS' files generated by my program.
>
> Is there something I can do with it?
>
> Thank you!
|
|
|