Christian Wimmer
Christian Wimmer
This program reports line 0 and 4 if ".so" is applied ``` pro doit stop print,'5' while 1 do begin & endwhile end ``` ``` GDL> .so 5 % Stepped...
Sometimes I get the following error message in my program: ``` % SHMMAP: Existing file too short for desired mapping. ``` When starting the same program again it works. Unfortunately...
This simple program is just to simulate the problem that ".out" does not go out of a procedure if the last command is "return" ``` bash$ gdl GDL - GNU...
The plot of this array hangs infinite ``` bash$ gdl GDL - GNU Data Language, Version v1.0.6-25-g67b3abca - For basic information type HELP,/INFO - Default library routine search path used...
The fft for an complex array of size (400,16087) takes 97 seconds while a slightly bigger array of size (400,16095) takes only 0.3 seconds Can anybody explain or improve that?...
Anybody had this error message before? ''' bash$ gdl Server: mq_open (server): Too many open files bash$ '''
Giving this two procedures the debugger should show the error in testb at line 3. It works if there is no stop in the testa but with stop it does...