Segmentation fault: IDL 6.3 on Debian SID [message #50568] |
Mon, 09 October 2006 18:17  |
Li.Huimin
Messages: 6 Registered: October 2006
|
Junior Member |
|
|
Can you help me? When I run idl command to plot or do other thing, it
crash.
Is something not set up correctly in my X Windows system?
Thank you.
IDL version: 6.3
Platform and OS: GNU/Linux Debian sid
Description of Behavior: Segmentation fault when dealing with X window.
For example:
------------------------------------------------------------ ----------------------------------------------------
IDL> print,10
10
------------------------------------------------------------ ----------------------------------------------------
IDL> help,/device
Available Graphics Devices: CGM HP LJ NULL PCL PRINTER PS REGIS TEK X Z
Current graphics device: X
Segmentation fault
------------------------------------------------------------ ----------------------------------------------------
IDL> plot,findgen(100)
Segmentation fault
------------------------------------------------------------ ----------------------------------------------------
|
|
|
Re: Segmentation fault: IDL 6.3 on Debian SID [message #50825 is a reply to message #50568] |
Tue, 17 October 2006 00:15  |
Li.Huimin
Messages: 6 Registered: October 2006
|
Junior Member |
|
|
After I install fglrx-driver fglrx-control and reconfigure
xserver-xorg, it works.
Li.Huimin@gmail.com 写道:
> Can you help me? When I run idl command to plot or do other thing, it
> crash.
>
> Is something not set up correctly in my X Windows system?
>
> Thank you.
>
> IDL version: 6.3
> Platform and OS: GNU/Linux Debian sid
>
> Description of Behavior: Segmentation fault when dealing with X window.
>
> For example:
> ------------------------------------------------------------ ----------------------------------------------------
> IDL> print,10
> 10
> ------------------------------------------------------------ ----------------------------------------------------
> IDL> help,/device
> Available Graphics Devices: CGM HP LJ NULL PCL PRINTER PS REGIS TEK X Z
> Current graphics device: X
> Segmentation fault
> ------------------------------------------------------------ ----------------------------------------------------
> IDL> plot,findgen(100)
> Segmentation fault
> ------------------------------------------------------------ ----------------------------------------------------
|
|
|