System Freezes with Matrox Mystique G200

2004-10-14 Thread Andreas Mattheiss
Hello, for some time I've been experiencing system freezes on launching XFree86. I fire up X, but the screen remains black, and the system won't accept any commands any more (CTRL-ALT-BCKSPACE or switching to other ttys won't work any more). Only recurse is a reboot. This happens about 50% of the

Re: Memory leaks when lots of graphical operations? [Qt/X11 3.1.1]

2004-10-14 Thread Robert Currey
I shoulda noted that my "simple" app all depends on the malloc in use by the OS your on for example (on an HP11.00) ... (and I changed the app to accentuate the point) bash-2.04$ cat test.c #include int main(int argc, char** argv) { int a = atoi(argv[1]); int i; int j = 0; void* b[a]; print

Re: Memory leaks when lots of graphical operations? [Qt/X11 3.1.1]

2004-10-14 Thread Robert Currey
Not sure how your checking memory usage either ... Consider a simple app like ... int main(int argc, char** argv) { int i; void* b; for (i=0; i<100; i++) { b = malloc(100); free(b); } sleep(200); } will show memory in use during the sleep ... but this app doesn't leak. Rob

Re: Memory leaks when lots of graphical operations? [Qt/X11 3.1.1]

2004-10-14 Thread Mark Vojkovich
It's the app's memory usage that climbs or the server's? Mark. On Thu, 14 Oct 2004, [iso-8859-1] Sébastien ZINSIUS wrote: > Hello! > > I'm currently developing a graphical application with Qt/X11 3.1.1. This application > does a lot of operations and I'm doing some ro

is it true your cehtaing on her ?

2004-10-14 Thread Roseann Muller
B;uy meds for 8O% 1ess than in regular st0re Or;der H;ere http://www.paver4reference.com/136/ To eat the world's due, by the grave and thee. >From my books surcease of surrow, sorrow for the lost Lenore,. Roseann 67486570640259426071-- ___ Devel ma

Ways around losing money in business.

2004-10-14 Thread Rich Fullerton
Be Financially Fee in Weeks! ! By using this easy and simple to use system you will be making over $5,000 within the first few Weeks!! Just send an email to [EMAIL PROTECTED] for more Details. Please don't forget to List your Phone Number in case you wish to speak with me personally. DO NOT hi

Memory leaks when lots of graphical operations? [Qt/X11 3.1.1]

2004-10-14 Thread Sébastien ZINSIUS
Hello! I'm currently developing a graphical application with Qt/X11 3.1.1. This application does a lot of operations and I'm doing some robustness tests... I have a test tool that can stimulate application and implies lot of drawing. The target on which application has to run is a mobile comput