[linrad] Re: Linrad 02.05 part II, svgalib version.

2006-04-16 Thread Ramiro Aceves
I do not undertand why this happens, because I chose N to the question: use mlockall to prevent swapping ? (Y/N) - N This is a trivial bug. There should have been a test if(ui.memloc==0) Ok. The xz() function has been a very efective way of finding where the crash occured. Thanks for

[linrad] xlinrad 02.05 : conversion of x keycodes to ascii

2006-04-16 Thread Pierre Vanhoucke
Hi Leif, In case xlinrad 02.06 is not yet out, could you have a look at the conversion logic of the X keycodes to ASCII codes? In xlinrad 02.05 I had problems with the U option in the main menu: After I got the screen with the overview of all possible audio devices to select from, I was not

[linrad] Re: xlinrad 02.05. Problem solved(?)

2006-04-16 Thread Robert McGwier
The first one cannot know whether or not a separate thread using a pointer or the variable has initialized the contents. In the second, typically the construct inside the if (A ==0) { } braces, requires that A be initialized to zero and that some action required by the inside of braces

[linrad] Re: xlinrad 02.05. Problem solved(?)

2006-04-16 Thread Alberto di Bene
Robert McGwier wrote: Unfortunately, I do not believe valgrind is available under windows and it would be very difficult to make valgrind work because of the myriad differences between process/threads on windows and on all real operating systems. ;-). Under Windows there are tools specific